@charset "utf-8";

/****************************************/
/* 広貫堂　「採用情報」ページ用CSS      */
/****************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");

/* INDEX以外のページ　左メニュー用CSS読み込み */
@import url("leftmenu.css");

/***** 「採用情報」ページ用CSS *****/
/*** 共通 ***/
/* table */
table.emp_table{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
table.emp_table td, table.emp_table th{
	padding:3px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
table.emp_table th{
	background-color:#EDE9DC;
	font-weight:normal;
}
table.emp_table th.bunri{
	background-color:#F3F3F3;
}

/*** 「ごあいさつ」に使用 ***/
#personnel_txt{
	float:left;
	width:405px;
	margin-left:10px;
	padding-bottom:4px;
}
#personnel_pic{
	float:left;
	width:155px;
}


/*** 「採用スケジュール」に使用 ***/
.e_sche_box{
	width:543px;
	margin-right:24px;
	border:1px solid #CCCCCC;
}
.e_sche_month{
	width:130px;
	height:28px;
	padding:0px 5px;
	background-color:#EDE9DC;
	line-height:28px;
	float:left;
	text-align:center;
}
.e_sche_flow{
	width:380px;
	min-height:28px;/* テキストが2行になった時、firefoxできれいに表示されるように */
	padding:0px 5px 0px 18px;
	background-image:url(../_images/employment/emp_schedule/e_sche_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:28px;
	float:left;
}
* html .e_sche_flow{/* テキストが2行になった時、IE6できれいに表示されるように */
	height:28px;
}
.e_sche_arrow{
	width:368px;
	margin-right:199px;
	padding:5px 0px;
	text-align:center;
}


/*** 「先輩社員の声」一覧に使用 ***/
#voice_read{
	font-size:110%;
}
.voice_box{
	width:490px;
	margin:10px 80px 0px 0px;
}
.voice_left{
	width:240px;
	height:110px;
	float:left;
	margin-bottom:10px;
}
.voice_right{
	width:240px;
	height:110px;
	margin-left:10px;
	float:left;
	margin-bottom:10px;
}


/*** 「先輩社員の声」詳細に使用 ***/
/* 他の先輩社員の声へのリンク */
#othercase_box{
	width:570px;
	height:33px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCCCCC;
}
.othercase{
	width:33px;
	height:33px;
	margin-left:5px;
	float:right;
}
/* 一覧へもどるボタン */
.to_voice_list{
	width:95px;
	height:33px;
	margin-left:5px;
	float:right;
}

/* 社員のプロフィール */
#profile{
	width:570px;
	margin-top:10px;
}
#profile_img{
	width:260px;
	padding-right:10px;
	float:left;
}
#profile_txt{
	width:300px;
	float:left;
}
		/* プロフィール　テキストのスタイル */
		#p_busho{
			color:#8F6147;
		}
		#p_name{
			font-size:120%;
			font-weight:bold;
		}
		#p_name_eng{
			font-size:80%;
			color:#999999;
		}
		#p_read{
			padding-top:10px;
			font-size:110%;
			color:#5582A6;
		}
		/* 業務内容 */
		#work_waku{
			width:287px;
			padding:5px;
			margin-top:10px;
			border:1px solid #CCCCCC;
		}
		#work_title{
			width:65px;
			float:left;
			padding-right:15px;
			background-image:url(../_images/employment/voice/work_arrow.jpg);
			background-position:right center;
			background-repeat:no-repeat;
		}
		#work_detail{
			width:207px;
			float:left;
		}

/* 内容（左） */
#voice_contents{
	width:388px;
	float:left;
}
.voice_item{
	margin:15px 0px 5px 0px;
	font-size:110%;
	color:#8F6147;
	border-top:1px dotted #8F6147;
	border-bottom:1px dotted #8F6147;
}

/* 先輩社員のある1日（右） */
#voice_schedule{
	width:172px;
	float:right;
}
#v_sche_title{
	width:160px;
	padding:2px 6px;
	margin-top:15px;
	background-color:#CCCCCC;
	text-align:center;
}
#v_sche_waku{
	width:150px;
	padding:0px 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
		/* 時間 */
		.sche_time{
			padding-top:10px;
			font-size:120%;
			font-weight:bold;
			color:#666666;
		}



