@charset "UTF-8";
/* =========================================================
 * 　　今月の特集ページ
 * ======================================================== */

/* 見出し */
.sp-feature .sp-feature_title{
	border-bottom: 1px solid #86d5f5;
	margin-bottom: 12px;
}
.sp-feature .sp-feature_title h2{
	border: 3px solid #f2f2f2;
	padding: 4px 5px;
}
.sp-feature .sp-feature_title span{
	display: block;
	border-left:3px solid #86d5f5;
	padding-left: 6px;
	color:#000;
}
/* 今月の特集box */
.sp-feature_box {
	background: url(../img/bg_feature.png);
	background-size: 6px;
	margin: 0 10px 20px;
}
.sp-feature_box h3 img {
	width: 100%;
	height: auto;
	margin-left: 10px;
}
.sp-feature_box ul {
	margin: 0 12px;
}
.sp-feature_box ul li:before {
    content: ">";
	display: block;
	float: left;
	color: #eaa2a3;
}
.sp-feature_box ul li {
	border-top: 1px dotted #ccc;
	padding: 12px 0;
}
.sp-feature_box ul li:first-child {
	border: none;
	padding-top: 4px;
}
.sp-feature_box ul li a {
	display: block;
	margin-left: 1.2em;
}

/* 求人情報 */
.sp-feature_list {
	margin: 0 20px;
}
.sp-feature_list dt {
	margin-bottom: 5px;
}
.sp-feature_list dt img {
	width: 100%;
	height: auto;
}
.sp-feature_list dd {
	margin-bottom: 30px;
}