@charset "UTF-8";

/*--------------------------------------------------------------------
recruit.html
recruit.css
--------------------------------------------------------------------*/


/*------------TopNav------------------------------------*/
div#TopNav { width: 700px; }


/*------------voice---------------------------------------------------------------*/
div#voice div.voPho {
	width: 400px;
	float: right;
}
div#voice div.voTxt {
	width: 560px;
	float: left;
}
div#voice table tr th { width: 30%; }
div#voice p + p { margin-top: 0.8em; }
div#voice dl dt {
	margin: 20px 0 15px;
	padding: 0 0.45em 0.25em;
	border-bottom: 1px solid #4f8fff;
	line-height: 1.2;
	font-size: 1.37em;
	color: #4f8fff;
}


/*------------atmosphere---------------------------------------------------------------*/
div#atmosphere ul {
	width: 100%;
	margin-bottom: -20px;
	list-style: none;
	overflow: hidden;
}
div#atmosphere ul li {
	width: 310px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: left;
}
div#atmosphere ul li:nth-child(3n) { margin-right: 0; }
div#atmosphere ul li p + p {
	margin-top: 0.4em;
	text-align: center;
}