@charset "utf-8";

h2.head_recruit {
	text-align: center;
	font-size: 30px;
	margin-bottom: 70px;
}
section.block-recruit {
	background: url(../img/common/bg01.gif) repeat 0 0;
	width: 100%;
	padding: 30px 0;
}
section.block-recruit .inner {
	width: 1000px;
	margin: 0 auto;
}
section.block-recruit .head_yuokou {
	line-height: 2.0;
	color: #ffffff;
	font-size: 24px;
}
section.block-recruit table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #aaaaaa;
	color: #ffffff;
	font-size: 18px;
}
section.block-recruit table th {
	width: 25%;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	text-align: left;
	padding: 10px;
	background-color: #111111;
	font-weight: bold;
}
section.block-recruit table td {
	width: 75%;
	border-bottom: 1px solid #aaaaaa;
	text-align: left;
	padding: 10px;
}
section.block-recruit table td.oubo a {
	color: #ffba00;
	
}



/**********************************************************
  responsive
**********************************************************/
@media screen and (max-width:768px) {

	h2.head_recruit {
		padding-top: 50px;
		margin-bottom: 50px;
	}
	section.block-recruit {
	}
	
	section.block-recruit .inner {
		width: 90%;
		margin: 0 auto;
	}
	section.block-recruit table th,
	section.block-recruit table td {
		display: block;
	border-right: none;
		width: 100%;
	}
	section.block-recruit table {
		border-bottom: none;
	}

}