@charset "utf-8";
/* CSS Document */
	
#recruit {
	width:1200px;
	height:654px;
	margin: 0 auto;
	margin-bottom:100px;
	background-image:url(../company/img/recruit_back.png);
	text-align:center;
    }
	
#recruit h3 {
	padding:90px 0 30px;
	font-weight:700;
	font-size:31px;
    }
	
h3 span{
	background:linear-gradient(transparent 60%, #e9dc72 60%);
    }
	
#recruit p {
	line-height:2.2;
    }
	
.recruit {
	line-height:2.2;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:100px;
    }
	
.recruit h4 {
	font-size:16px;
	margin: 10px 0 6px;
    }
	
.recruit_box01 {
	float:left;
	width: 320px;
	height: 420px;
	margin-right: 20px;
	background-color:#f2f2f2;
	text-align:center;
}
.recruit_box02 {
	float:left;
	width: 320px;
	height: 420px;
	background-color:#f2f2f2;
	text-align:center;
}

.inline_content {
    width: 800px;
	height: 600px;
	overflow-y: scroll;
}

.cont_recruit {
	margin: 0 auto;
	width: 700px;
	text-align:center;
	padding: 30px 0 20px;
}


.recruitment{
	width: 100%;
	border-collapse: collapse;
}
.recruitment th.t_top {
    border-top: #e3e3e3 1px solid;
}
.recruitment th{
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f2f2f2;
	padding: 20px 30px;
	line-height: 1.8;
	font-weight: normal;
	font-weight:700;
}
.recruitment td.t_top {
	border-top: #e3e3e3 1px solid;
}
.recruitment td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 20px 30px;
	line-height: 1.8;
}

