@charset "Shift_JIS";

/*--------------------------------------------------------------------
recruit.html			(lW)
recruit.css
--------------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/recruit/title.png); }



/*--------------------------------------Point*/
div#Point { margin-top: 0; }
div#Point h3 { background-image: url(../../img/recruit/sub_t01.gif); }
div#Point table {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
div#Point table tr th {
	width: 20%;
	padding: 5px 10px;
	background: #e6ebf3;
	border: 1px solid #7f8080;
	text-align: left;
	vertical-align: top;
}
div#Point table tr td {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #7f8080;
	text-align: left;
	vertical-align: top;
}
div#Point table tr td table { margin: 0; }
div#Point table tr td table tr th {
	width: 10%;
	padding: 0;
	background: #fff;
	border: 0 none;
}
div#Point table tr td table tr td {
	padding: 0 10px;
	border: 0 none;
}

div#Point div#NoBox {
	height: 200px;
	background: url(../../img/recruit/no.png) no-repeat center center;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}



/*--------------------------------------Method*/
div#Method { margin-top: 30px; }
div#Method h3 { background-image: url(../../img/recruit/sub_t02.gif); }
div#Method p { margin-bottom: 15px; }