@charset "utf-8";
/* 採用情報ページ用CSS */

/* PCレイアウト */
@media (min-width: 768px) {
#main_contents #recruit {
	width: 960px;
	margin: 20px auto 0px auto;
}
#main_contents #recruit .block {
	width: 960px;
	margin-top: 25px;
}
#main_contents #recruit .recruit_main {
	width: 520px;
	float: left;
}
#main_contents #recruit .recruit_main ul.job li {
	margin-bottom: 25px;
}
#main_contents #recruit .recruit_main ul.job li .frm_top {
	width: 520px;
	height: 20px;
	background-image: url(../img/recruit/frame_recruit_top.png);
	background-repeat: no-repeat;
}
#main_contents #recruit .recruit_main ul.job li .frm_bottom {
	width: 520px;
	height: 16px;
	background-image: url(../img/recruit/frame_recruit_bottom.png);
	background-repeat: no-repeat;
}
#main_contents #recruit .recruit_main ul.job li .frm_middle {
	width: 520px;
	background-image: url(../img/recruit/frame_recruit_middle.png);
	background-repeat: repeat-y;
	line-height: 1.0em;
}
#main_contents #recruit .recruit_main ul.job li .frm_middle span.item1 {
	font-size: 1.4em;
	color: #469D72;
	font-weight: bold;
	padding-left: 15px;
	vertical-align: middle;
}
#main_contents #recruit .recruit_main ul.job li .frm_middle span.item2 {
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
}
#main_contents #recruit .recruit_main ul.job li .skill {
	margin-top: 10px;

}
#main_contents #recruit .recruit_side {
	width: 400px;
	float: right;
}
#main_contents #recruit .recruit_side .tabulate {
	width: 400px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#main_contents #recruit .recruit_side .tabulate th {
	width: 110px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
	background-color: #F6F3EE;
	padding: 10px 0px 10px 10px;
}
#main_contents #recruit .recruit_side .tabulate td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	padding: 10px 0px 10px 10px;
}
#main_contents #recruit .recruit_side .waku {
	width: 380px;
	margin-top: 25px;
	border: 4px solid #E4E1DA;
	padding: 6px 6px 16px 6px;
}
#main_contents #recruit .recruit_side .waku .ttl {
	color: #666;
	font-weight: bold;
	background-color: #F6F3EE;
	padding: 6px 10px;
}
#main_contents #recruit .recruit_side .waku .memo {
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: 10px;
}
#main_contents #recruit .recruit_side .waku .space_top {
	margin-top: 20px;
}
#main_contents #recruit .recruit_side .waku .red {
	font-size: 1.2em;
	color: #FF5353;
	font-weight: bold;
	line-height: 1.0em;
}
}

/* スマホレイアウト */
@media (max-width: 767px) {
#main_contents #recruit {
	width: 100%;
	margin-top: 15px;
}
#main_contents #recruit .lead {
	padding: 0px 10px;
}
#main_contents #recruit .block {
	width: 100%;
}
#main_contents #recruit .recruit_main {
	width: 100%;
}
#main_contents #recruit .recruit_main ul.job li {
	margin-top: 20px;
}
#main_contents #recruit .recruit_main ul.job li .frm_top {
	background-image: url(../img/recruit/frame_recruit_top.png);
	background-repeat: repeat-x;
}
#main_contents #recruit .recruit_main ul.job li .frm_bottom {
	background-image: url(../img/recruit/frame_recruit_bottom.png);
	background-repeat: repeat-x;
}
#main_contents #recruit .recruit_main ul.job li .frm_middle {
	background-image: url(../img/recruit/frame_recruit_middle.png);
	background-repeat: repeat-x repeat-y;
	padding: 0px 10px;
}
#main_contents #recruit .recruit_main ul.job li .frm_middle span.item1 {
	font-size: 1.3em;
	color: #469D72;
	display: block;
}
#main_contents #recruit .recruit_main ul.job li .frm_middle span.item2 {
	font-size: 0.9em;
	color: #666;
}
#main_contents #recruit .recruit_main ul.job li .skill {
	padding: 5px 10px 0px 10px;
}
#main_contents #recruit .recruit_side {
	width: 100%;
	margin-top: 30px;
}
#main_contents #recruit .recruit_side .tabulate {
	width: 100%;
	border-top: 1px solid #CCC;
}
#main_contents #recruit .recruit_side .tabulate th {
	width: 110px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
	background-color: #F6F3EE;
	padding: 10px 0px 10px 10px;
}
#main_contents #recruit .recruit_side .tabulate td {
	border-bottom: 1px solid #CCC;
	text-align: left;
	padding: 10px 0px 10px 10px;
}
#main_contents #recruit .recruit_side .waku {
	margin: 10px 10px 0px 10px;
	border: 4px solid #E4E1DA;
	padding: 3px 3px 15px 3px;
}
#main_contents #recruit .recruit_side .waku .ttl {
	font-size: 1.2em;
	color: #666;
	background-color: #F6F3EE;
	padding: 6px 10px;
}
#main_contents #recruit .recruit_side .waku .memo {
	font-size: 0.9em;
	padding: 10px 5px 0px 5px;
}
#main_contents #recruit .recruit_side .waku .space_top {
	margin-top: 20px;
}
#main_contents #recruit .recruit_side .waku .red {
	font-size: 1.2em;
	color: #FF5353;
	line-height: 1.0em;
}
}


