/*------------------------*/
/* 採用情報スタイルシート */
/*------------------------*/
/*先輩 左側*/
.recruit_senpai_left{
	margin:0px;
	padding:0px;
	width:350px;
	float:left;
}
/*先輩 左側 氏名*/
.recruit_senpai_left .senpai_name{
	background-image:url("../recruit/images/name_image.gif");
	background-repeat:no-repeat;
	background-position:left middle;
	margin:10px 0px;
	padding:0px;
	width:150px;
	float:left;
}
/*先輩 左側 入社*/
.recruit_senpai_left .senpai_entrance{
	background-image:url("../recruit/images/entrance_image.gif");
	background-repeat:no-repeat;
	background-position:left center;
	margin:10px 0px;
	padding:0px;
	width:200px;
	float:right;
}
/*先輩 左側 部署*/
.recruit_senpai_left .senpai_post{
	background-image:url("../recruit/images/post_image.gif");
	background-repeat:no-repeat;
	background-position:left center;
	margin:0px 0px 10px 0px;
	padding:0px;
	width:350px;
}
.recruit_senpai_left .senpai_name span,
.recruit_senpai_left .senpai_entrance span,
.recruit_senpai_left .senpai_post span{
	margin:0px;
	padding:0px 0px 0px 50px;
	font-size:14px;
	line-height:14px;
}
/*先輩 右側*/
.recruit_senpai_right{
	margin:0px;
	padding:0px;
	width:190px;
	text-align:center;
	float:right;
}
/*先輩 テキスト*/
.recruit_senpai_text{
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	line-height:20px;
}
/*先輩 斜線*/
.recruit_senpai_slash{
	background-image:url("../recruit/images/slash_line.gif");
	background-repeat:no-repeat;
	background-position:left center;
	margin:10px 0px;
	padding:0px;
	width:318px;
	height:24px;
	font-size:1px;
	line-height:1px;
}

/*テーブル*/
#right_space #right_padding .all_main_table{
	background-color:#D3D5D7;
	margin:0px 0px 10px 5px;
	padding:0px;
	color:#555657;
	font-size:12px;
	line-height:18px;
}
/*画像*/
#right_space #right_padding .all_main_table img{
	vertical-align:middle;
}
/*テーブル 薄青のセル（左寄せ）*/
#right_space #right_padding .all_main_table .blueback_leftcell{
	background-color:#F6F9FE;
	margin:1px;
	padding:10px 8px;
	text-align:left;
}
/*テーブル 薄青のセル（右寄せ）*/
#right_space #right_padding .all_main_table .blueback_rightcell{
	background-color:#F6F9FE;
	margin:1px;
	padding:10px 8px;
	text-align:right;
}
/*テーブル 白のセル（左寄せ）*/
#right_space #right_padding .all_main_table .whiteback_leftcell{
	background-color:#FFFFFF;
	margin:1px;
	padding:10px 8px;
	text-align:left;
}
/*テーブル 白のセル（右寄せ）*/
#right_space #right_padding .all_main_table .whiteback_rightcell{
	background-color:#FFFFFF;
	margin:1px;
	padding:10px 8px;
	text-align:right;
}
/*インラインテーブル*/
#right_space #right_padding .all_main_table td table{
	margin:0px;
	padding:0px;
	width:100%;
}
/*リンク*/
#right_space #right_padding .all_main_table td table tr td a{
	margin:0px 0px 0px 7px;
}
/*インラインテーブル テキスト指定*/
#right_space #right_padding .all_main_table td table tr td{
	margin:0px;
	padding:0px;
	color:#555657;
	font-size:12px;
	line-height:18px;
}
