
.contract-recruit {
	position: relative;
	width: 800px;
	margin: 70px auto;
	font-size: 15px;
	color: #585858;
	line-height: 24px;
	padding-bottom: 40px;
	background: url(../make_img/common/logo.png) no-repeat center bottom;
	background-size: 250px auto;
}

.contract-recruit-title {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.contract-recruit-box {
	margin-bottom: 50px;
}

.recruit-title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.recruit-title span {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	background: #0096c9;
	margin-right: 5px;
}

.recruit-table {
	width: 100%;
	border-top: 2px solid #333;
}

.recruit-table thead th {
	height: 30px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.recruit-table tbody td {
	height: 40px;
	padding: 10px 10px;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.recruit-table tbody td.end {
	border-right: none;
}

.recruit-table tbody td.left {
	text-align: left;
}

.recruit-list01 li {
	margin-left: 32px;
	padding-left: 15px;
	background: url(../make_img/recruit/recruit_list_icon.gif) no-repeat left 9px;
}

.recruit-list01 li ul li {
	margin-left: 0;
}


.recruit-list02 li {
	padding-left: 15px;
	background: url(../make_img/recruit/recruit_dot.gif) no-repeat left 11px;
}















