<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width:782px) {
body{
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	width  : 100%;
	height : 100%;
}
/*-----------------------------------------------
	LAYOUT
-----------------------------------------------*/
#wrapper{
	width: 100%;
	min-width:100%;
	height:auto;
	min-height: auto;
}
.area{
	width:92%;
	
}
.areaPC{
	display:none;
}
.areaSP{
	display:block;
}
a:hover  img {
-moz-opacity:1.00;
opacity:1.00;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
-o-transition:none;
transition: none;
}
a img {
  transition: none;
}

img{
	vertical-align:bottom;
}


/* オーバーレイ */
.overlay {
	
	height: 110%;
	
}

}
@media screen and (max-width:600px) {


}
</pre></body></html>