@charset "utf-8";
#mainimg .inner {
	background: url(../img/job/img-mainimg.jpg) no-repeat left top;
	height: 231px;
}

/* job_section */
.job_section .job {
	margin: 48px 0;
}
.job .job_title {
	font-size: 200%;
	color: #212121;
	text-align: center;
	line-height: 30px;
}
.job .job_title span {
	margin: 0 5px;
}
.job .job_image {
	text-align: center;
}
.job .job_image span {
	background: #005eae;
	border: #004886 solid 1px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px;
	height: 30px;
}
.job_list {
	background: #f4f4f4;
	clear: both;
	margin-top: 60px;
	margin-bottom: 20px;
}
.job_list ul {
	width: 900px;
	margin: 0 auto;
	padding: 28px 0 28px 0;
}
.job_list ul:after {
	content: "";
	display: block;
	clear: both;
}
.job_list ul li {
	float: left;
	background: #005eae;
	color: #FFF;
	font-size: 14px;
	padding-left: 22px;
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.job_list ul li:first-child {
	padding-left: 0;
}
.job_list ul .word {
	letter-spacing: 3px;
}
.job_list .data {
	width: 900px;
	margin: 0 auto;
	padding-top: 41px;
}