@charset "utf-8";

/*
======== table of content. =================================

File name: css/recruitement.css
Summary: 募集人員CSSファイル

============================================================

/*-table
-------------------------------------------------------------------*/

#mainLeft div.section table{
	width:100%;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
#mainLeft div.section table th,
#mainLeft div.section table td{
	padding:5px 10px 5px 10px;
	text-align:left;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#mainLeft div.section table thead th{
	font-weight:bold;
	text-align:center;
	color:#FFF;
	background:#A69260;
}
#mainLeft div.section table thead td{
	font-weight:normal;
	background:#F1F0D1;
}

#mainLeft div.section table tbody th{
	font-weight:normal;
	background:#F1F0D1;
}

#mainLeft div.section table tbody th.pay{
	font-weight:bold;
	text-align:left;
	color:#FFF;
	background:#A69260;
}
#mainLeft div.section table tbody td{
	text-align:left;
}
#mainLeft div.section table tbody tr.total th,
#mainLeft div.section table tbody tr.total td {
	background:#F1F0D1;
}
#mainLeft div.section table tbody tr.total td.bg-none {
	background:none;
}

/*-ul alpha
-------------------------------------------------------------------*/
#mainLeft div.section ol.alpha li{
list-style:lower-alpha;
margin:0 0 0 20px;
}


/*-ul alpha notice
-------------------------------------------------------------------*/
#mainLeft div.section ul.notice li{
padding:0 0 0 1.5em;
text-indent:-1.5em;
}

#mainLeft div.section ul.notice li span{
display:inline;
padding:0 5px 0 0;
}

/*-------------------------------------
faculty_tab
---------------------------------------*/
ul.faculty_tab{
	width:709px;
	height:30px;
	margin:30px 0 0 0;
	padding:0 0 0 21px;
	background:url("../images/common/bg_tab01_atc.jpg") no-repeat 0 100%;
}
ul.faculty_tab.bg-off {
	background:none;
}
ul.faculty_tab li{
	height:30px;
	float:left;
	position:relative;
	margin:0 0 0 -1px;
	text-align:center;
}
ul.faculty_tab li.tab01{
	background:url("../images/common/bg_btn_tab01.gif") no-repeat 0 100%;
}
ul.faculty_tab li.tab02{
	background:url("../images/common/bg_btn_tab01.gif") no-repeat 0 100%;
}

ul.faculty_tab li:hover{
	z-index:3;
}
ul.faculty_tab li.tab01:hover,
ul.faculty_tab li.tab01.atc{
	background-image:url("../images/common/bg_btn_tab01_on.jpg");
}
ul.faculty_tab li.tab02:hover,
ul.faculty_tab li.tab02.atc{
	background-image:url("../images/common/bg_btn_tab01_on.jpg");
}

ul.faculty_tab li a{
	height:30px;
	display:block;
	line-height:30px;
	background:url("../images/common/ico_tab.gif") no-repeat 0 0;
	/* for ie6 */
	_font-size:85%;
}
ul.faculty_tab li.tab01 a{
	width:180px;
	background-position:10px 12px;
}
ul.faculty_tab li.tab02 a{
	width:180px;
	background-position:10px 12px;
}

ul.faculty_tab li a:hover,
ul.faculty_tab li.atc a{
	padding:2px 0 0 0;
	color:#333;
	font-weight:bold;
	background-image:url("../images/common/ico_tab_on.gif");
}



/* 青囲み */
#mainLeft div.section .exp {
	width:722px;
	padding:3px;
	margin:20px 20px 0 0;
	background:#ECECFB;
	border:1px solid #D2D2F4;
}
#mainLeft div.section .exp .exp-body {
	width:688px;
	padding:10px 17px;
	background:#FFF;
}













