@charset "utf-8";

@import	"/css/common.css";
/* ---------------------------------------------------------------- */

/* recruit style */

/* ---------------------------------------------------------------- */

#recruit{margin:0 auto;padding:0;width:600px;}

/* トップテキスト */
#recruit p.comment{
	margin:0 auto 2em;
	padding:2em;
	border:3px double #ccc;
	font-weight:bold;
	width:550px;
	text-align:center;
}
/* h3 */
#recruit h3{
	margin-bottom:10px;
	padding:4px 0 4px 30px;
	color:#fff;
	background:url('../image/t_sub_back.gif') no-repeat 0 0;
	font-size:1.2em;
}


/* h3:中途採用 */
#recruit h3.sub-cahnge{
	margin-bottom:10px;
	padding:4px 0 4px 30px;
	color:#fff;
	background:url('../image/t_sub_back_change.gif') no-repeat 0 0;
	font-size:1.2em;
}

/* トップテキスト */
#recruit table{
	margin:0 auto 2em;
	padding:0;
	width:595px;
}

/* table:head設定 */
#recruit th{
	margin-bottom:2px;
	padding:8px 5px 8px 15px ;
	width:135px;
	text-align:left;
}

/* 新卒：head */
#recruit th.graduate{
	background:url('../image/gtaduate_head_back.gif') no-repeat 0 bottom #e3f4f6;
}

/* 転職：head */
#recruit th.change{
	background:url('../image/change_head_back.gif') no-repeat 0 bottom #edf6e3;
}

/* table：データ設定 */
#recruit td{
	margin-bottom:2px;
	padding:8px 5px 8px 15px ;
	text-align:left;
	background:url('../image/table_data_line.gif') repeat-x 0 bottom #f6f6f6;
}

#recruit td dl{
	margin:0;
	padding:0;
	width:320px;
}
#recruit td dt{
	margin:0;
	padding:0;
	float:left;
	width:50px;
}
#recruit td dd{
	margin:0;
	padding:0;
	float:left;
	width:240px;
}

/* clear hack */
#recruit td dl{zoom:1;}
#recruit td dl:after{content:".";clear:both;height:0;display:block;visibility:hidden;}


/* 採用スケジュール */
#schedule{
	margin:0 auto 2em;
	padding:1.5em 1em 3em;
	width:550px;
}
/* 背景：新卒 */
div.back-graduate{
	background:url('../image/gtaduate_tag_back.gif') no-repeat right bottom #e3f4f6;
}

/* 背景：中途 */

div.back-change{
	background:url('../image/change_tag_back.jpg') no-repeat right bottom #edf6e3;
}

