<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 公立中高一貫校プログラム　情報誌 */

#service ul#hdNaviBtm li.service a{
	background:url(../common/img/hd_btn_service_on.png) no-repeat;
}

h1.headTitle{
	background:url(../img/service/title_service.png) no-repeat left;
}

.point01{
	text-align:center;
	margin-bottom:50px;
}

#service .left{
	float:left;
	width:490px;
}

#service .right{
	float:right;
	width:490px;
}

#service .left .dotline,
#service .right .dotline{ font-size:16px;}

@media screen and (max-width: 767px) {
	
#service ul#hdNaviBtm li.service a{
	background:none;
	background-color:#009933;
	color:#FFFFFF;
}

h1.headTitle{
	background: url(../common/img/icon_h1.png) no-repeat left;
	background-size:20px auto;
	
}

.point01 img{ width:90%;}


#service .left{
	float:none;
	width:auto;
}

#service .right{
	float:none;
	width:auto;
}

}













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