@charset "Shift_JIS";

/* ================================================
CITIZEN SYSTEMS JAPAN CO.,LTD.
Cascading Style Sheets FILE
【002-recruit.css】　採用情報用スタイルシート
================================================ */

h3.staff{
	_height:1%;
	padding: 3px 3px 3px 10px;
	background:url(../images/h4_bg_01.gif) repeat-y top left #dcdff2;
}

/** 表組みテーブル (採用情報) **/
table.recruit{
	border: 0px;
	border-left: 1px solid #cfd5eb;
	border-top: 1px solid #cfd5eb;
	width:538px;
	empty-cells: show;
	margin-top:15px;
	margin-left:10px;
}
table.recruit td{
	border: 0px;
	border-bottom: 1px solid #bac2df;
	border-right: 1px solid #bac2df;
	padding:3px 3px 3px 35px;
	vertical-align: top;
	background-color:#FFFFFF;
	word-break:break-all;
}
table.recruit th{
	border: 0px;
	border-bottom: 3px double #2d347f;
	border-right: 1px solid #bac2df;
	padding:3px;
	vertical-align: top;
	background-color:#FFFFFF;
	word-break:break-all;
}

/** デフォルトth(レベル1) **/
table.recruit th{
	font-weight:bold;
	background-color : #e3e3e3;
}

/** デフォルトth(レベル1)アイコン用 **/
table.recruit th.icon{ 
	width:90px;
}

/** サブtd（レベル3） **/
table.recruit td.sub{
	background-color: #fbfbfb;
}

table.recruit span.com {
	font-size:80%;
	color:#FF0000;
	}

/** 採用情報詳細 **/
span.rec h3 {
	background-color :#408080;
	color:#FFFFFF;
	font-weight:normal;
}

span.rec h3 span.com{
	color:#FFFF00;
	font-weight:normal;
	}
	
span.rec table {
	border: 0px;
	width:538px;
	empty-cells: show;
	margin-top:15px;
	margin-left:10px;
}
span.rec td{
	border: 0px;
	border-bottom:1px #333333 dotted;
	padding:3px;
	vertical-align: top;
	background-color:#FFFFFF;
	word-break:break-all;
}

/** エントリーフォーム　フッター **/
table.entry{
	border: 0px;
	border: 1px solid #cfd5eb;
	width:538px;
	empty-cells: show;
	margin-top:15px;
	margin-left:10px;
}
table.entry td{
	border: 0px;
	padding:3px;
	vertical-align: top;
	background-color:#ffffc8;
	word-break:break-all;
}
table.entry th{
	border: 0px;
	padding:3px 3px 3px 35px;
	vertical-align: top;
	background-color:#ffffc8;
	word-break:break-all;
}

/** 先輩の声注釈　フッター **/
table.voice {
	background:#FFFFCC;
	margin:10px;
}
table.voice td{
	padding:10px;
}

/** Topへ戻る　フッター **/
div.gotop a{
	float:right;
	margin:5px 30px;
	padding-left:20px;
	font-size:11px;
	background-image:url(../icon/pageup_01.gif);
	background-repeat:no-repeat;
}

