@charset "utf-8";
/* ===================================================================
個別CSS
=================================================================== */

/* ----------------------------------------
 会社概要 
---------------------------------------- */

/* 共通 */

/* index */
body#recruit.index table{}
body#recruit.index table th,
body#recruit.index table td{
	padding:10px;
	line-height:1.8em;
}
body#recruit.index table th{
	text-align:left;
	white-space:nowrap;
}
body#recruit.index #main a{
	color:#666;
}


/* voice */

body#recruit.voice .main_stage.expand{
	height:400px;
	background-image:url('../../recruit/img/main.jpg');
	background-position:center 33%;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	min-width:1092px;
}

body#recruit.voice #contents.voice .main_stage{
	margin-bottom:60px;
}
body#recruit.voice #contents.voice .voice_area{
	width:920px;
	margin:0px auto 0px;
}
body#recruit.voice #contents.voice .voice_item{
	display:block;
	float:left;
	width:50%;
}
body#recruit.voice #contents.voice .voice_item dl{
	padding:0px 35px 60px;
}
body#recruit.voice #contents.voice .voice_item dt{
	color:#666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
}
body#recruit.voice #contents.voice .voice_item dd{
	color:#666;
	font-size:14px;
	font-weight:normal;
	line-height:2em;
}
















