@charset "utf-8";

/* ****************************************************
  recruit styles
***************************************************** */



/* h3.inner
=========================================*/
#contents-area .column-img h3.inner {
	clear: none;
}



/* recruit-profile
=========================================*/
#contents-area .recruit-profile {
	clear: both;
	margin: 0.72em 0 0 0;/* 10px → 0.72em */
	padding: 0.72em 0 0 0;/* 10px → 0.72em */
	border-top: solid 1px #dfdfdf;
}
#contents-area .recruit-profile .profile-photo {
	float: left;
	width: 100px;
	margin: 0.72em 0 0 0;/* 10px → 0.72em */
}
#contents-area .recruit-profile .profile-body {
	float: right;
	width: 575px;
	margin: 0.72em 0 0 0;/* 10px → 0.72em */
}
#contents-area .recruit-profile .profile-body dt {
	line-height: 1.2;
}
#contents-area .recruit-profile .profile-body dd {
	margin: 0.72em 0 0 0;/* 10px → 0.72em */
}


/* entry-flow
=========================================*/
#contents-area .entry-flow {
	width: 530px;
}
#contents-area .entry-flow ul li {
	background: url(/image/recruit/career/entry/index_ic001.gif) no-repeat scroll 8px 37px;
	margin: 0 0 7px;
	padding: 0 0 16px;
}
* html #contents-area .entry-flow ul li {
	height: 1%;
}
#contents-area .entry-flow ul li.last {
	background: none;
}



/* faq
=========================================*/
#contents-area .faq-link li {
	padding: 0 13px;
	background: url(/image/common/com_ic006.gif) no-repeat scroll 0 0.7em;
}
#contents-area .faq-answer {
	text-indent: -1.2em;
	padding-left: 1.2em;
}



/* Clear fix
=========================================*/
#contents-area .recruit-profile:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

#contents-area .recruit-profile {
	min-height: 1px;
}

* html #contents-area .recruit-profile {/* for IE6 */
	height: 1px;
}

*:first-child+html #contents-area .recruit-profile {/* for IE7 */
	zoom: 1;
}
