/* CSS Document */

#recruit {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}
#recruit .cnt_box {
	width:100%;
	margin:30px auto;
	padding:0;
	overflow:hidden;
	position:relative;
}

#recruit .main_img {
	width:950px;
	margin:0px auto;
	padding:0;
}

#recruit .cnt_box .box {
	width:950px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}
#recruit .cnt_box .box .sub_mds {
	width:100%;
	margin:30px auto 20px;
	font-size:24px;
	line-height:120%;
	overflow:hidden;
	position:relative;
}
#recruit .cnt_box .box table {
	width:100%;
	margin:0px auto;
}
#recruit .cnt_box .box td {
	padding:5px;
	font-size:14px;
	line-height:1.8em;
	vertical-align:top;
}

#recruit .feature {
	width:950px;
	height:170px;
	margin:50px auto 40px;
	overflow:hidden;
	position:relative;
}
#recruit .feature img {
	width:180px;
	height:170px;
	display:block;
	float:left;
}
#recruit .feature .text {
	width:230px;
	height:160px;
	padding:25px;
	float:right;
	font-size:14px;
	line-height:1.8em;
}
#recruit .feature .cnt_01 {
	width:460px;
	float:left;
	overflow:hidden;
	position:relative;
}
#recruit .feature .cnt_01 .text {
	background:#f0e1d7;
}
#recruit .feature .cnt_02 {
	width:460px;
	float:right;
	overflow:hidden;
	position:relative;
}
#recruit .feature .cnt_02 .text {
	background:#e1f0e6;
}
