/* CSS Document */

#header_recruit{
	background-color: #FFFFFF;
}

#contents {
  	position : relative;
  	width : 100%;
  	height : auto;
  	margin : auto;
  	overflow : hidden;
	z-index: 1;
}

#contents .sub_navi div ul li a{
	padding: 12px 22px 0 0 !important;
}

#contents .sub_navi div h2{
	width: 261px;
	padding-top: 45px; 
}

#contents .main{
	width: 1000px;
	margin: 0 auto -40px;
}

#contents h3{
	font-size: 20px;
	color: #1f2024;
	text-align: center;
	margin: 60px 0 40px;
}

#contents h3 span{
	font-size:16px;
	font-weight:normal;
	display:block;
	line-height:1.2;
	margin-top:8px;	
}

#contents .img{
	width: 600px;
	margin: 0 auto;
}

#contents .recruitment{
	width: 1000px;
	margin: 0 auto 110px;
}

#contents .recruitment .inner01{
	padding: 120px 0 0;
}

#contents .recruitment .inner01 h3{
	font-size: 30px;
	font-weight: 100;
	color: #1f2024;
	position: relative;
	margin:0 75px;
	text-align: left;
}

#contents .recruitment .inner01 h3::after{
	content: "";
	background-image: url("../images/title_line.gif");
	width: 60px;
	height: 5px;
	background-size: cover;
	position: absolute;
	top:20px;
	left: -75px;
}

#contents .recruitment .inner01 h4{
	font-size: 20px;
	color: #1f2024;
	width: 200px;
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 3px;
	margin-top: 30px;
}

#contents .recruitment .inner01 table{
	width: 100%;
	border-collapse:separate;
	border-spacing:2px; 
	border:1px;
	margin-top: 20px;
}

#contents .recruitment .inner01 table tr th{
	margin-right: 4px;
	background-color: #666666;
	width: 125px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}

#contents .recruitment .inner01 table td{
	width: auto;
	font-size: 13px;
	color: #1f2024;
	padding: 20px;
	border-left: solid 3px #FFFFFF;
	letter-spacing: -0.02em;
}

#contents .recruitment .inner01 table tr .fw_b span{
	font-weight: bold;
}

#contents .recruitment .inner01 table td span{
	display: block;
	padding-right: 30px;
	text-align: center;
	float: left;
}

#contents .recruitment .inner01 table tr{
	background-color: #f5f5f5;	
}

#contents .recruitment .inner01 table tr:nth-child(2n){
	background-color: #eeeeee;	
}

#contents .recruitment .inner01 table tr td .bnr{
	display: block;
	width: 225px !important;
	float: left;
	margin: 10px 25px 10px 0;
}	

#contents .recruitment .inner01 table td a{
	color: #e60044;
}

@media (max-width:950px) {

	#contents .sub_navi div h2{
		width: 261px;
		padding-top: 50px;
	}

	#contents .main{
		width: 90%;
		margin: 0 auto -40px;
	}

	#contents .recruitment{
		width: 90%;
	}
}

@media (max-width:749px) {
	
	#contents .main{
		width: 86%;
		margin: 10vw auto -40px;
	}
	
	#contents .sub_navi div h2{
		width: 162px;
		padding-top: 30px;
	}

	#contents h3{
		font-size: 4vw;
		margin: 0;
	}
	
	#contents h3 span{
		font-size:3.2vw;
		margin-top:2vw;	
	}

	#contents .img{
		width: 100%;
		margin-top: 4vw;
	}

	#contents .recruitment{
		width: 86%;
		margin: 0 auto 16vw;
	}

	#contents .recruitment .inner01{
		padding: 16vw 0 0;
	}
	
	#contents .recruitment .inner01 h3{
		font-size: 5vw ;
		margin:5vw 0 -8vw 10vw;
		padding: 0 0 -5vw ;
	}

	#contents .recruitment .inner01 h3::after{
		width: 30px;
		height: 3px;
		top:2.5vw;
		left: -10vw;
	}
	
	#contents .recruitment .inner01 h4{
		font-size: 4vw;
		width: 50%;
		padding-bottom: 2vw;
		margin-top: 14vw;
	}

	#contents .recruitment .inner01 table tr th{
		width: 30%;
		font-size: 3vw;
	}

	#contents .recruitment .inner01 table td{
		font-size: 3vw;
		padding: 10px;
	}

	#contents .recruitment .inner01 table tr td .bnr{
		display: block;
		width: 80% !important;
		float: left;
		margin: 10px 5% 0 0;
	}	
	
	#contents .recruitment .inner01 table tr .fw_b span{
		padding: 0;
	}

}


