@charset "UTF-8";

/* 採用情報 */

.about{
	width:980px;
	margin:40px auto 0;
	border-top:dotted 3px #ff0000;
	border-bottom:dotted 3px #ff0000;
	padding:30px;
}
.about h2{
	color:#000033;
	font-size:24px;
	font-weight:bold;
}


/* お問い合わせ */
.contact{
	background:url(../img/top_facility_back.jpg);
	margin-top:40px;
	padding:40px 0;
}
.contactbox{
	width:980px;
	margin:0 auto;
	padding:40px 40px 10px;
	background:#fff;
}


/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

.about{
	width:96%;
}
.about h2{
	color:#000033;
	font-size:20px;
	font-weight:bold;
}


/* お問い合わせ */
.contactbox{
	width:96%;
	margin:0 auto;
	padding:20px;
}

}