@charset "utf-8";
@import url("base.css");
@import url("structure.css");


/*======================================

	検索
	support
	
	タブ
	サイドバー
	メッセージ
	フォーム
	検索結果リスト
	
	#bottomSelection
	#bottomLineup


=======================================*/

/*----------------------------------
	h2.title
----------------------------------*/
#recruit h2.title{
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom-color: #7573BB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 16px;
	font-weight: bold;
}

/*----------------------------------
	レイアウト
----------------------------------*/

#recruit.detail #main h4.title{
	font-size: 14px;
	margin-bottom: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	padding-left: 10px;
	float: left;
	margin-top: 15px;
	width: 750px;
	border-left-color: #7573BB;
}

#recruit.detail #main .slogan{
	width: 750px;
	float: left;
	padding-bottom: 20px;
	padding-top: 8px;
	line-height: 1.3em;
	font-size: 17px;
	color: #7573BB;
}

#recruit.detail #main li{
	line-height: 27px;
	margin-bottom: 8px;
	margin-top: 8px;
	float: left;
	padding-left: 10px;
	width: 750px;
	background-color: #9391BB;
	color: white;
	font-size: 14px;
}

#recruit.detail #main .entry{
	float: left;
	width: 750px;
	text-align: center;
	padding-top: 10px;
}
#recruit.detail #main .entry a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}



/*----------------------------------
	サイドバー
----------------------------------*/
#recruit #sideBar dt {
	display: block;
	width: 198px;
	height: 36px;
	margin: 0;
	padding: 0;
}

#recruit #sideBar dl {
	display: block;
	width: 200px;
	margin-bottom: 10px;
}

#recruit #sideBar dl dd {
	display: block;
	width: 198px;
	border-top: 1px solid #E6E6E1;
	border: 1px solid #E6E6E1;
	border-top: none;
	overflow: hidden;
}

#recruit #sideBar dl dd ul {
	margin-top: -1px;
}

#recruit #sideBar li {
	border-top: 1px dotted #E6E6E1;
}

#recruit #sideBar li a {
	display: block;
	width: 163px;
	padding: 5px 5px 5px 8px;
	border-left: 2px solid #fff;
}

#recruit.detail #sideBar dl.recruit li a {
	background: url(../img/shared/arrow_08.jpg) no-repeat 8px;
	padding-left: 17px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 26px;
	line-height: 1.2em;
}

#recruit.detail #sideBar dl.recruit dt {
	display: block;
	width: 200px;
	height: 36px;
	background:#9391BB;
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	padding-left: 10px;	
}

#recruit.detail #sideBar dl.recruit li a:hover,
#recruit.detail.recruit.think #sideBar li.think a,
#recruit.detail.recruit.fresh #sideBar li.fresh a,
#recruit.detail.recruit.carrier #sideBar li.carrier a,
#recruit.detail.recruit.interview #sideBar li.interview a
{
	/* カレント */
	background: url(../img/shared/arrow_08.jpg) no-repeat 8px;
	padding-left: 17px;
	color: #7573BB;
}

/*for IE6 */
* html ul li{
display: inline;
zoom: 1;
}/*for IE7 */
*:first-child+html ul li{
display: inline;
zoom: 1;
}

/*----------------------------------
	サイドバー
----------------------------------*/


#recruit.detail #main table.spec {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

#recruit.detail #main table.spec caption {
	display: none;
}

#recruit.detail #main table.spec th {
	width: auto;
	border: 1px solid #E6E6E1;
	height: 2em;
	width: 150px;
}

#recruit.detail #main table.spec td {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #E6E6E1;
	text-align: left;
}

#recruit.detail #main table.spec thead th,
#recruit.detail #main table.spec tbody th {
	background: #F3F2FF;
}

tr:nth-child(even) {
    background:#fff;
}
tr:nth-child(odd) {
    background:#f9f9f9;
}


