@charset "UTF-8";

/*==============================================================

	Recruit

==============================================================*/
/* Single
----------------------------------------------- */
#recruit #maincol {
	margin-top:60px;
}
#recruit #h_recruit {
	float:left;
	width:210px;
	height:210px;
	text-indent:-9000px;
	background:url(../../img/headline/h_recruit.png) no-repeat 0 0;
	margin:0 0 0 -28px;
}
#recruit .recruit_body {
	float:left;
	width:750px;
}
#recruit .recruit_body h3 {
	font-weight:bold;
	margin-bottom:40px;
}
#recruit .recruit_body h4 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;
	font-size:16px;
	border-left:2px solid #333;
	padding-left:0.75em;
	margin-bottom:10px;
}
#recruit .recruit_body table {
	background-color:#eceae3;
	margin:0 0 60px;
}
#recruit .recruit_body th,
#recruit .recruit_body td {
	border:none;
}
#recruit .recruit_body th {
	text-align:center;
	font-weight:normal;
	padding:14px 10px;
}
#recruit .recruit_body td {
	background-color:#fff;
	padding:14px 20px;
}
#recruit .recruit_body .contact {
	margin-top:40px;
}
#recruit .recruit_body .contact h5 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom:10px;
}
#recruit .recruit_body .contact dl {
	padding-left:40px;
	text-indent:0;
	line-height:2;
}
#recruit .recruit_body .contact dt,
#recruit .recruit_body .contact dd {
	padding:2px;
}


@media screen and (max-width:959px) {
#recruit #h_recruit {
	float:none;
	width:calc(210px * 0.75);
	height:calc(210px * 0.75);
	font-size:2.0rem;
	font-weight:normal;
	text-align:center;
	/*background:none;*/
	background-size:cover;
	margin:0 0 4.0rem 0;
}
#recruit .recruit_body {
	width:auto;
}
#recruit .recruit_body h3 {
	text-align:center;
}
}