@charset "utf-8";

/****************************/
/* 「採用情報」ページ用CSS  */
/****************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");



/***** 「採用情報」ページ用CSS *****/
/*** 「採用情報」のページに使用 ***/
/* 応募終了 */
.oudo_end{
	font-size:110%;
}
/* お問い合わせページへのリンク */
.to_rec_contact a{
	width:246px;
	height:36px;
	margin-top:5px;
	display:block;
	background-image:url(../_images/recruit/to_contact.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
	overflow:hidden;
}
.to_rec_contact a:hover{
	background-position:0px -36px;
}


/*** 「福利厚生・教育」のページで使用 ***/
/* 教育制度のステップ */
#edu_detail{
	width:500px;
	padding:10px 70px 0px 0px;
}
.edu_txt{
	width:450px;
	padding:3px 25px 0px 25px;
	background-image:url(../_images/recruit/edu_bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
.edu_under{
	width:500px;
	height:10px;
	background-image:url(../_images/recruit/edu_under.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.edu_arrow{
	width:500px;
	height:27px;
	margin:5px 0px;
	background-image:url(../_images/recruit/edu_arrow.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
/* 職場風土改革への取り組み　署名 */
#edu_shomei_box{
	width:570px;
	margin-top:10px;
}
#edu_shomei{
	float:right;
	padding:3px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
/* ユニゾーンが取り組む職場風土改革 */
#revolution{
	width:562px;
	border:4px solid #CCCCCC;
	margin-top:15px;
}
#revo_title{
	width:562px;
	padding:5px 0px;
	background-color:#449B54;
	text-align:center;
	color:#FFFFFF;
	font-size:110%;
}
#revo_txt{
	width:542px;
	padding:10px;
}
		#revo_txt ol{
			padding-left:25px;
		}
		
		
/*** 「社員の声」のページ（ブログ）に使用 ***/
/* 記事一覧で表示 */
.voice_detail01{
	width:570px;
	padding-top:20px;
	line-height:1.4;
}
		/* 続きを見る */
		.to_tuduki{
			width:570px;
			padding-top:15px;
			text-align:right;
		}
/* 記事個別で表示 */
.voice_detail02{
	width:570px;
	line-height:1.4;
}
/* 社員の写真 */
.voice_pic{
	width:150px;
	height:190px;
	border:1px solid #999999;
	float:left;
}
/* 右側 */
.voice_right{
	width:410px;
	float:right;
}
		/* 所属部署名・入社年・社員名 */
		.voice_namebg{
			width:370px;
			height:54px;
			padding:15px 20px 5px 20px;
			background-image:url(../_images/recruit/voice_namebg.jpg);
			background-position:left top;
			background-repeat:no-repeat;
		}
		.voice_busho{
			color:#006600;
		}
		.voice_name{
			font-size:120%;
			font-weight:bold;
		}
		.voice_q01{
			width:410px;
			padding-top:7px;
		}
.voice_q_other{
	width:570px;
	padding-top:15px;
}






