@charset "utf-8";
/*====================================== 
 recruit.css
=======================================*/ 
/* 採用情報用
-------------------------------------- */
#page.recruit #mainContents .entryTitle {
	line-height: 40px;
	padding: 0 20px 10px;
	color: #0866b6;
	font-size:14px;
	font-weight: bold;
	border: none;
	background: url(../images/bg_subtitle.gif) no-repeat;
}
#page.recruit #mainContents .section h3 {
	font-size:14px;
	color: #0866b6;
	font-weight: bold;
	margin: 20px 0 5px;
	padding: 0;
}
#page.recruit #mainContents .section p {
	margin: 10px 0 20px;
}
#page.recruit #mainContents .section ul {
	margin: 10px 0 20px;
	line-height: 150%;
}
#page.recruit #mainContents .section .cnkPoint {
	border: 6px solid #e6e5e5;
	background: #f4f9fb;
	padding: 10px;
}
#page.recruit #mainContents .section .topList li h2 {
	color: #0866b6;
	padding: 0;
	font-size:14px;
	font-weight: bold;
	background: url(../images/bg_subtitle_minilink.gif) no-repeat;
}
#page.recruit #mainContents .section .topList li h2 a {
	display: block;
	line-height: 40px;
	padding: 0 20px 10px;
}
#page.recruit #mainContents .section .topList {
	margin: 0 0 0 18px;
}
#page.recruit #mainContents .section .topList li {
	float: left;
	margin: 0 13px 0 0;
	width: 223px;
}
#page.recruit #mainContents .section table {
	margin: 0 0 20px;
}
#page.recruit #mainContents .section table th,
#page.recruit #mainContents .section table td {
	padding: 5px;
	line-height: 140%;
}
#page.recruit #mainContents .section ul.com {
	margin: 10px 0 10px 25px;
}
#page.recruit #mainContents .section ul.com li {
	list-style: disc;
	line-height: 120%;
}
#page.recruit #mainContents .section ol.com {
	margin: 10px 0 10px 25px;
}
#page.recruit #mainContents .section ol.com li {
	list-style: decimal;
	line-height: 120%;
}

/* -------------------------------------
 clearfix
-------------------------------------- */
#page.recruit #mainContents .section .topList:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/* IE6 */
* html #page.recruit #mainContents .section .topList {
	zoom: 1;
}
/* IE7 */
*:first-child+html #page.recruit #mainContents .section .topList {
	zoom: 1;
}