@charset "UTF-8";

/*--mv--*/
.mv_sec{
	background-image:url(../../img/recruit/mv.jpg);
	margin-bottom: 230px;
}

/*--recruit--*/
.recruit{
	width:1000px;
	margin:0 auto 120px auto;
	text-align: left;
}

.recruit > section {
	margin-bottom: 60px;
	margin-top: -206px;
	padding-top: 206px;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom:20px;
}

h3 span {
	font-size: 18px;
}

.recruit table{
	margin:0 auto;
	width:100%;
	font-size:14px;
}
.recruit th{
	background-color:#eee;
	width:170px;
	border: solid 1px #ccc;
	box-sizing:border-box;
	padding:20px 0 20px 15px;
	font-weight:normal;
}

.recruit td{
	border: solid 1px #ccc;
	padding:20px 0 20px 15px;
}

.recruit ul {
	width: 1020px;
	overflow: hidden;
	background: url(../../img/common/bg.jpg) repeat;
	margin: -20px 0 0 -520px;
	padding: 0 0 20px 0;
	position: absolute;
	top: 468px;
	left: 50%;
}

.fixed .recruit ul {
	position: fixed;
	top: 20px;
}

.recruit ul li {
	width: 184px;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 20px 0 0 20px;
}

.recruit ul li a {
	width: 100%;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #333;
}

.recruit ul li a:hover {
	text-decoration: none;
	background: #fff;
}

td .box {
	width: 180px;
	display: inline-block;
}

.recruitBnr{
	margin: 0 0 60px 0;
}

.recruitBnr a:hover{
	opacity: 0.7;
}
	
/*--//recruit--*/