@charset "utf-8";
.recruit {
	padding: 60px 0 50px;
}

.banner {
	height: 480px;
	background: url(../images/aboutus_banner.jpg)center / cover no-repeat;
}

.section-title {
	text-align: center;
}

.section-title .name {
	margin-bottom: 13px;
	font-size: 30px;
	color: #333333;
}

.section-title .en-name {
	font-size: 16px;
	color: #0557A6;
}

.recruit-table {
	padding: 47px 35px 0;
	margin-top: 75px;
	border: 1px solid #EDEDED;
	background-color: #fff;
}

.recruit-table table {
	width: 100%;
	border-collapse: collapse;
}

.recruit-table th {
	height: 75px;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	background-color: #F3F3F3;
	border: solid 1px #e2e2e2;
}

.recruit-table tr {
	border: solid 1px #e2e2e2;
}

.recruit-table td {
	padding: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #333;

	border: solid 1px #e2e2e2;
}

.recruit-table td p {
	text-align: left;
}

.recruit-table .position {
	width: 135px;
}

.responsibility {
	width: 353px;
}

.require {
	width: 317px;
}

.education {
	width: 95px;
}

.amount {
	width: 95px;
}

.local {
	width: 95px;
}

.date {
	width: 128px;
}

.recruit .pager {
	padding: 45px 0;
}

