@charset "utf-8";
/* CSS Document */


/* 採用情報 */

div.subnavi_info {
	margin: 0 0 30px;
}

div.subnavi_info h3 {
	line-height: 0;
}
div.subnavi_info p {
	width: 250px;
	background: url(../../corporate/img/bg_corporate_about_upper.gif) repeat-y left top;
	margin: 0;
}
div.subnavi_info .comment {
	width: 236px;
	padding: 5px 7px 5px;
}
div.subnavi_info .bottom {
	height: 4px;
	background: url(../../corporate/img/bg_corporate_about_bottom.gif) no-repeat left top;	
}


#contents_inner .recruit_navi_top p {
	margin: 5px 5px 0;
	padding: 0;
}
.recruit_navi_top {
	width: 600px;
	margin-top: 23px;
}
.recruit_navi_top li {
	float: left;
	width: 275px;
	margin-bottom: 10px;
}
.recruit_navi_top li.even {
	margin-left: 50px;
}
.corporate_navi_top li p {
	width: 265px;
}


/* キャリア採用 */

#contents_inner .career_flow p {
	margin: 5px 5px 0;
	padding: 0;
}

.career_flow {
	margin: 20px 20px;
	width: 560px;
}
.career_flow dl {
	line-height: 1.7;
}
.career_flow dl dt {
	width: 6em;
	float: left;
	font-weight: bold;
}
.career_flow dl dd {
	padding-left: 6em;
}
.career_saiyo_contact {
	border: 1px solid #444;
	padding: 15px 10px 15px;
}



/* 新卒採用 */

#contents_inner div.faq h4 {
	border-bottom: 1px solid #014099;
	padding: 10px 45px;
	margin-bottom: 5px;
	font-weight: bold;
	background: url("/recruit/img/ic_faq_q.gif") 7px center no-repeat;
}
#contents_inner div.faq p {
	padding-left: 39px;
	margin-left: 7px;
	background: url("/recruit/img/ic_faq_a.gif") left center no-repeat;

	min-height: 27px;
	height: auto !important;
	height: 27px;
}
#contents_inner div.faq p.image {
	background: none;
	padding: 0 0 0 35px;
	margin-top: -5px;
}

#contents_inner h5 {
	font-weight: bold;
	margin: 0 20px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #014099;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}