<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*=============================================================
 Common Layout
=============================================================*/
/*=============================================================
INDEX
=============================================================*/
#hotNews #hotNewsBtnArea{
	width:640px;
	margin:20px auto 0;
}
#hotNews #hotNewsBtnArea li{
	width:320px;
	padding-top:9px;
	float:left;
}
#hotNews #hotNewsBtnArea li.fullBtn{
	width:640px;
}






/* sp
========================================================================== */
@media only screen and (max-width:767px) {
/* ----------------------------------------------------------------------- */


#hotNews #ttlArea h2{
	padding-bottom:10px;
}
img {
	max-width: 100%;
	height: auto;
}
	
#hotNews #container #pageBody{
	clear:both;
	width:100%;
	margin:0px auto 30px;
	background-color:#fff;
	text-align:left;
}
#hotNews #hotNewsBtnArea{
	width:100%;
	margin:20px auto 0;
}
	#hotNews #hotNewsBtnArea ul{
		text-align: center;
	}
#hotNews #hotNewsBtnArea ul li{
	display: inline-block;
	width:auto;
	padding-top:9px;
	float:none;
}
#hotNews #hotNewsBtnArea li.fullBtn{
	width:100%;
}

	
/* ----------------------------------------------------------------------- */
}











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