@charset "UTF-8";


#info #contentsWrap {
	border-top: 4px solid #000;
}

#centerBox {
	width: 500px;
	margin: 30px auto 0;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#centerBox {
    overflow: hidden;
}
#centerBox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #centerBox {
    height: 1em;
    overflow: visible;
}
/**/

#info h1 {
	margin-bottom: -15px;
}

#info #infoIntro {
	margin-top: 30px;
}
#info #infoIntro p {
	padding-top: 0.8em;
	line-height: 2em;
}


/*「会社概要/求人情報」のタブの設定*/

#tabNavi ul{
	height: 25px;
	list-style: none;
	margin-top: 40px;
	padding-left: 10px;
	background-image: url(img/bg-for2tab.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/*floatさせたボックスが親ボックスの外にはみ出すのを防ぐ*/
#tabNavi ul {
    overflow: hidden;
}
#tabNavi ul:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #tabNavi ul {
    height: 1em;
    overflow: visible;
}
/**/

#tabNavi li {
	float: left;
	width: 110px;
	height: 25px;
	margin-right: 8px;
	overflow: hidden;
}
#tabNavi li a {
	display: block;
	width: 110px;
	height: 75px;
}
#tabNavi li a img {
	width: 110px;
	height: 75px;
	vertical-align: bottom;
	border-style: none;
}
#tabNavi li a:link, #tabNavi li a:visited {
	margin-top: -25px;
}
#tabNavi li a:hover, #tabNavi li a:active {
	margin-top: -50px;
}
#tabNavi li span {
	display: block;
	width: 110px;
	height: 75px;
}
#tabNavi li span img {
	width: 110px;
	height: 75px;
}



/*会社概要・求人情報のテーブルの設定*/

#info .company table {
	width: 500px;
	margin: 2em 0 0;
	border-bottom: 1px solid #666;
}
#info .company th, #info .company td {
	padding: 18px 0;
	border-top: 1px solid #666;
	line-height: 1.8em;
	vertical-align: top;
}
#info .company th {
	padding: 18px 10px 18px 2em;
	color: #ff9;
	font-weight: normal;
}

/*求人なしのときの設定*/
#info .nOffer {
	margin-top: 2em;
	padding: 40px;
	background-color: #191919;
	border: 1px solid #666;
	text-align: center;
}




/*よくある質問の設定*/


#info .contentTitle {
	margin-top: 20px;
	padding: 25px 0 10px 0;
}

.contentTitle h3 {
	color: #c99;
}

.FAQ dl {
	margin-top: 0.5em;
	padding: 25px 30px 20px;
	border: 1px solid #666;
}

#info .returntotop {
	clear: both;
	padding: 1.5em 0 0 0;
	text-align: right;
	font-size: 90%;
}
* html #info .returntotop {	font-size: 80%;}




/*お問い合わせの設定*/


#info .contactus table {
	width: 500px;
	margin: 2em 0 0;
	font-size: 0.9em;
}
* html #info .contactus table { font-size: 0.8em;}
#info .contactus th, #info .contactus td {
	padding: 18px 0;
	border-top: 1px solid #666;
}
#info .contactus th {
	padding: 18px 10px;
	color: #ff9;
	font-weight: normal;
}

.thVerTop {
	padding: 22px 10px;
	vertical-align: top;
}

.subjectList {
	margin-bottom: 0;
}
.subjectList a {
	text-decoration: none;
}
.subjectList a:link, .subjectList a:visited {
	color: #fff;
}



/*ポリシーの設定*/

.policyList dt {
	margin-top: 2em;
	color: #c99;
}

.policyList dd p {
	padding: 0.8em 0 0 0;
	line-height: 2em;
}

.policyList ul {
	padding: 0.5em 0 0 2em;
	list-style: none;
	line-height: 1.7em;
}
.policyList li {
	padding: 0.3em 0 0 13px;
	background-image: url(../img/circle-pink.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
}




/*サイトマップの設定*/

#sitemapL, #sitemapR {
	width: 220px;
	margin: 2em 0 0;
}
#sitemapL {
	float: left;
}
#sitemapR {
	float: right;
}

.sitemap dt {
	margin: 2em 0 0.6em;
	padding-left: 15px;
	background-image: url(../img/circle-white.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.sitemap ul, .sitemap ol {
	list-style: none;
	margin: 0 0 0 1em;
	line-height: 2em;
}
.sitemap ol {
	margin: 2em 0 0 1em;
	padding-top: 2em;
	border-top: 1px solid #666;
}
.sitemap li {
	padding-left: 13px;
	background-image: url(../img/circle-gray.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}




