@charset "utf-8";

body {
	font: 13px/1.9 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color: #555555;
	margin: 0 auto;
	background-color: #fff;
}


/* @group リンク要素 */
a:link {
	color: #cc0000;
    text-decoration: underline;
}
a:visited {
	color: #cc0000;
    text-decoration: underline;
}
a:hover {
	color: #cc0000;
    text-decoration: none;
}
/* @end */

/*----------------------------------------------*/
#header {
	width: 100%;
	margin: 10px 0 30px 0;
}
#header .headerBox {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
#header .headerBox .headerGate {
	position: absolute;
	right: 215px;
	top: 10px;
	background: url(../img/bg_header1.gif) no-repeat center 10px;
	background-color: #ebebeb;
	padding: 10px;
}
#header .headerBox .headerGate2 {
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../img/bg_header2.gif) no-repeat center 10px;
	background-color: #ebebeb;
	padding: 10px;
}
#header .headerBox .headerGate ul,
#header .headerBox .headerGate2 ul {
	padding-top: 20px;
}
#header .headerBox .headerGate li {
	float: left;
}
#header .headerBox .headerGate li:first-child {
	padding-right: 10px;
}
#header .headerBox .headerGate li a:hover,
#header .headerBox .headerGate2 li a:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

/*----------------------------------------------*/
#gNav {
	width: 100%;
	margin-bottom: 10px;
}
#gNav .gnavBox {
	width: 1040px;
	margin: 0 auto;
}
#gNav .gnavBox li {
	width: 172px;
	float: left;
	border-right: dotted 1px #9c9c9c;
	text-align: center;
}
#gNav .gnavBox li:first-child {
	border-left: dotted 1px #9c9c9c;
}
#gNav .gnavBox li a {
	display: block;
}
#gNav .gnavBox li a:hover {
	background-color: #c20020;
}
#gNav .gnavBox li.active {
	background-color: #c20020;
}
/*----------------------------------------------*/
.subNav {
	width: 100%;
	background-color: #f5f5f5;
	margin-bottom: 40px;
}
.subNavBox {
	width: 1040px;
	margin: 0 auto;
	background-color: #f5f5f5;
}
.subNavBox li {
	float: left;
	text-align: center;
}
.subNavBox li a,
.subNavBox li.comingSoon span {
	display: block;
	padding: 12px 20px 20px 20px;
	color: #2f2f2f;
}
.subNavBox li.comingSoon span {
	opacity: 0.2; /* Safari, Opera */
	-moz-opacity: 0.20; /* FireFox */
	filter: alpha(opacity=20); /* IE */	
}
.subNavBox li a:hover {
	background-color: #e0e0e0;
	text-decoration: none;
}
.subNavBox li.active {
	background-color: #e0e0e0;
	display: block;
	padding: 12px 20px 20px 20px;
}
.subNavBox li.active a {
	padding: 0px 0px 0px 0px;
}


/*----------------------------------------------*/
#footer {
	width: 100%;
}
#footer .recruit {
	width: 100%;
	height: 240px;
	background: url(../img/bg_footer.jpg) no-repeat center top;
}
@media (min-width: 1601px) {	
	#footer .recruit
	{
		background: url(../img/bg_footer.jpg) no-repeat center top;
		background-size: 100% auto;
	}
}
#footer .recruit .gateArea {
	width: 930px;
	margin: 0 auto;
	padding-top: 40px;
}
#footer .recruit .gateArea .gateBox {
	width: 870px;
	background: url(../img/bg_gate.png);
	margin: 0 auto;
	padding: 26px 30px 28px 30px;
	position: relative;
}
#footer .recruit .gateArea .gateBox2 {
	width: 870px;
	background: url(../img/bg_gate.png);
	margin: 0 auto;
	padding: 26px 30px 28px 30px;
	position: relative;
}
#footer .recruit .dotline {
	width: 100%;
	padding: 7px 0;
	margin-top: -20px;
}
#footer .recruit .gateArea .gateBox ul,
#footer .recruit .gateArea .gateBox2 ul {
	position: absolute;
	top: 20px;
	right: 20px;
}
#footer .recruit .gateArea .gateBox li,
#footer .recruit .gateArea .gateBox2 li {
	float: left;
	margin-right: 10px;
}
#footer .recruit .gateArea .gateBox li a:hover,
#footer .recruit .gateArea .gateBox2 li a:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}



#footer .copy {
	width: 100%;
	background-color: #282828;
}
#footer .copyBox {
	width: 930px;
	margin: 0 auto;
	padding: 22px 0;
	position: relative;
}
#footer .copyLink {
	position: absolute;
	top: 27px;
	left: 0;
}
#footer .copyLink li {
	float: left;
	background: url(../img/li_footerlink.png) no-repeat left center;
	font-size: 12px;
	padding: 0 24px 0 20px;
}
#footer .copyLink li a {
	color: #ffffff;
	text-decoration: none;
}
#footer .copyLink li a:hover {
	text-decoration: underline;
}
#footer .copyRight {
	text-align: right;
}
/*----------------------------------------------*/

.pagetop {
	bottom: 20px;
	right: -60px;
	position: absolute;
	text-align: right;
}


