@charset "utf-8";
/* ===================================================================
CSS information

 file name  :recruit.css
 author     :Naoki Takahashi
 style info :採用情報関連
=================================================================== */

/* -----------------------------------------------------------
	#titleArea
----------------------------------------------------------- */

#titleArea {
	width: 950px;
	padding-bottom: 20px;
	margin-top: 30px;
}

#titleArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#contentArea
----------------------------------------------------------- */

#contentArea {
	width: 950px;
}

#contentArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	採用情報
----------------------------------------------------------- */

#titleArea h2 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

#titleArea p {
	font-size: 85%;
	font-weight: bold;
}

.recContainer {
	width: auto;
	background: #FFFDF8 url(../recruit/img/rec_jobtype.png) no-repeat left top;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-top: 20px;
}

.recContainer dt {
	float: left;
	width: 190px;
	font-size: 108%;
	line-height: 1.3;
	color: #48322A;
	text-align: center;
	padding-top: 90px;
}

.recContainer dd {
	float: right;
	width: 698px;
}

.recContainer ul {
	width: auto;
	background: url(../recruit/img/rec_dotline.gif) repeat-x left bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.recContainer li {
	float: left;
	font-size: 85%;
	line-height: 1.4;
}

.recLabel {
	width: 128px;
	font-weight: bold;
	color: #333333;
}

.recSummary {
	width: 570px;
}

.recEntry {
	padding-left: 128px;
}
