html, body{
	margin: 0;
	padding: 0;
	background-color: #9ed4c7;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"Noto Sans CJK", sans-serif;
}

.clr{
	clear: both;
}


@media (min-width:767px){

	.imgbox{
		position: relative;
		width: 100%;
		max-width: 1540px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../img/bg_baseRev3.webp);
		background-size: 100% auto;
		background-position: center top;
		background-repeat: no-repeat;
	}


	img.imagePC{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	img.imageSMART{
		display: none;
	}

	img.bottomimageSMART{
		display: none;
	}

}


@media (max-width:766px){

	.imgbox{
		position: relative;
		width: 100%;
		background-image: url(../img/bg_baseRev3.webp);
		background-size: 100% auto;
		background-position: center top;
		background-repeat: no-repeat;
	}

	img.imagePC{
		display: none;
	}

	img.imageSMART{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	img.bottomimage{
		display: none;
	}

	img.bottomimageSMART{
		width: 100%;
	}

}
