@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////

[text_box]
[recruit_box]
	[detail_box]

/////////////////////////////////////////////////////////////////// */

/* =========================================================
text_box
========================================================= */
#text_box {
	margin: 0 auto 20px;
	background:url(../images/recruit/midashi-bg.jpg) no-repeat 435px 0px;
	min-height: 200px;
}

.title_01 {
	font-weight:bold;
	margin:20px 0;
}

.txt_01 {	
	width:410px;
}

/* =========================================================
recruit_box
========================================================= */
#recruit_box {
	background:#FCFCFC;
	border:1px solid #D9D9D9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.title {
	padding:25px 0 20px 13px;
	border-bottom:1px solid #C6C7D7;
}

/* =========================================================
detail_box
========================================================= */
#detail_box {
	margin: 0 auto;
}

#detail_box dl {
	background:url(../images/recruit/line.jpg) no-repeat bottom;
	padding:10px 0;
	
}

#detail_box .detail_last{
	background : none;
}

#detail_box dl dt {
	width: 30%;
	float:left;
	font-weight:bold;
	padding-left:6%;
}

#detail_box dl dd {
	width: 64%;
	float:left;
}

#link_recruit {
	margin-bottom:20px;
	padding-left:15px;
}

.bold {
	font-weight:bold;
}
