body{
	background:url('../images/recruit/bg_header.jpg') no-repeat top center;
}
#gnav{
	position:relative;
	z-index:2;
}
#page_title_recruit{
	width:850px;
	position:absolute;
	font-size:36px;
	color:#552f0a;
	z-index:1;
	text-align:right;
	top:220px;
	left:50%;
	transform:translateX(-50%);
}
#page_title_recruit h2{
	font-weight:normal;
}
main{
	padding:20px 0 0;
}
#contents{
	width:940px !important;
	margin:0 auto 40px;
	float:none !important;
}
#contents section{
	margin:0 auto 80px;
}
#contents article{
	font-size:18px;
	line-height:2em;
}
#contents h3{
	font-size:36px !important;
	margin-bottom:40px !important;
	text-align:center;
}
#contents article h4{
	font-size:30px;
	margin-bottom:20px;
	color:#4f8300;
}
#section1{
	text-align:center;
}
main table{
	width:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	margin:0 auto 50px;
}
main th,
main td{
	border:1px solid #ccc;
	padding:10px;
	text-align:left;
}
main th{
	width:200px;
}
main td ul{
	padding:0 0 0 30px;
}
#voice table tr:first-child{
	background:#cdffce;
}