@charset "utf-8";

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

layout.css

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

/*-------------------------------------
 header
-------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: block;
	width: 100%;
	height: 100px;
	background: #000;
	opacity: 1;
}
#header h1 {
	position: absolute;
	left: 10px;
	top: 0;
}
#gnav {
	position: relative;
	width: 1240px;
	height: 70px;
	margin: 0 auto;
	padding: 0 10px;
}
#gnav ul {
	padding: 22px 0 15px 230px;
	overflow: hidden;
}
#gnav ul li {
	float: left;
	padding: 0 14px 0 50px;
	background: url(/common/images/gnav_bg.png) no-repeat left top;
	background-size: auto 55px;
}
#gnav ul li:first-child {
	padding: 0 14px 0 0;
	background: none;
}
#gnav ul li a {
	display: block;
	padding: 11px 0;
	opacity: 0.7;
}
#gnav ul li img {
	height: 35px;
}
.gnavBtn {
	display: none;
}

/*-------------------------------------
 container
-------------------------------------*/
#container {
	padding: 100px 0 50px 0;
	min-height: 500px;
	overflow: hidden;
}
.pageTitle {
	position: relative;
	height: 225px;
	background: #000;
	overflow: hidden;
}
.pageTitle .pageVisual {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	margin: 0 0 0 -960px;
}
.pageTitle .pageVisual img {
	max-width: inherit;
}
.pageTitle h2 {
	position: relative;
	z-index: 3;
	width: 1180px;
	margin: 0 auto;
	padding: 84px 10px 0 10px;
}
.topicPath {
	width: 1180px;
	margin: 0 auto;
	padding: 10px 10px 55px 10px;
	color: #7c7c7c;
	font-size: 13px;
}
.contentsArea {
	clear: both;
	padding: 0 0 50px 0;
}
.contents {
	width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
}
.contents:after {
	clear: both;
	display: block;
	content: "";
}


/*-------------------------------------
 scrollTop
-------------------------------------*/
#scrollTop a {
	position: fixed;
	bottom: 15px;
	right: 50px;
	margin: 0 0 35px 0;
	z-index: 100;
}


/*-------------------------------------
 footer
-------------------------------------*/
footer {
	clear: both;
	background: #000;
}
.footerInner {
	width: 1160px;
	margin: 0 auto;
	padding: 30px 10px 25px 10px;
	color: #fff;
}
.footerNav {
	display: block;
	overflow: hidden;
}
.footerNav a {
	color: #fff;
}
.footerNav .footerClm {
	float: left;
	padding: 0 70px 15px 0;
}
.footerNav .footerClm h3 {
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 1.2;
}
.footerNav .footerClm h3 a {
	text-decoration: none;
}
.footerNav .footerClm h3 em {
	display: block;
	color: #c40006;
	font-size: 15px;
	font-weight: bold;
}
.footerNav .footerClm ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 14px;
	font-size: 13px;
	background: url(/common/images/icn_arw02.png) no-repeat 0 6px;
}
.footerNav .footerLink {
	float: right;
}
.footerNav .footerLink ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 14px;
	font-size: 12px;
	background: url(/common/images/icn_arw02.png) no-repeat 0 5px;
}
.footerNav .footerClm ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 14px;
	font-size: 13px;
	background: url(/common/images/icn_arw02.png) no-repeat 0 6px;
}
.footerTop {
	display: none;
}
.footerCopyright {
	clear: both;
	padding: 25px 0 0 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.3);
}














/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

@media screen and (min-width: 1331px) {

#header h1 {
	left: -40px;
}
#gnav ul {
	padding: 22px 0 15px 180px;
}

}



/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 781px) {

.footerNav .footerClm h3 a:hover {
	opacity: 0.7;
}
#gnav ul li a:hover {
	opacity: 1;
}
#scrollTop a:hover {
	opacity: 0.8;
}

}



/* SP layout
-------------------------------------------------------------------*/

@media screen and (max-width: 780px) {

/*-------------------------------------
 header
-------------------------------------*/
#header {
	height: 45px;
}
#header h1 {
	width: 80px;
}
#gnav {
	width: auto;
	height: auto;
	padding: 0;
}
#gnav ul {
	display: none;
}
.gnavBtn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: #1a1a1a;
}
.gnavBtn .gnavBar {
	display: block;
	position: absolute;
	left: 9px;
	width: 27px;
	height: 3px;
	background: #c40006;
}
.gnavBarTop { top: 12px; }
.gnavBarMiddle { top: 21px; }
.gnavBarBottom { top: 30px; }
.gnavBtn.open .gnavBar {
	background: #fff;
}

/*-------------------------------------
 container
-------------------------------------*/
#container {
	padding: 45px 0 50px 0;
	min-height: inherit;
}
.pageTitle {
	height: 100px;
}
.pageTitle .pageVisual {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -960px;
}
.pageTitle h2 {
	width: auto;
	padding: 34px 10px 0 10px;
}
.pageTitle h2 img {
	height: 39px;
}
.topicPath {
	width: auto;
	padding: 10px 10px 25px 10px;
	font-size: 12px;
}
.contents {
	width: auto;
}


/*-------------------------------------
 scrollTop
-------------------------------------*/
#scrollTop a {
	position: fixed;
	bottom: 15px;
	right: 10px;
	width: 35px;
	margin: 0;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footerInner {
	width: auto;
	padding: 10px;
}
.footerNav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 45px 0 0 0;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.footerNav .footerClm {
	float: none;
	padding: 0;
}
.footerNav .footerClm h3 {
	margin: 0;
	font-size: 14px;
	border-bottom: 1px solid #2a2a2a;
}
.footerNav .footerClm h3 a {
	display: block;
	padding: 12px 35px 12px 10px;
	color: #adadad;
	text-decoration: none;
	background: url(/common/images/icn_arw06.png) no-repeat 97% center rgba(0,0,0,0.9);
	background-size: 15px 14px;
}
.footerNav .footerClm h3 em {
	display: inline-block;
	margin: 0 16px 0 0;
	color: #c40006;
	font-size: 16px;
	font-weight: bold;
}
.footerNav .footerClm ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 14px;
	font-size: 13px;
	border-bottom: 1px solid #2a2a2a;
	background: none;
}
.footerNav .footerClm ul li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	background: none;
}
.footerNav .footerClm ul li a {
	display: block;
	padding: 8px 30px;
	background: url(/common/images/icn_arw07.png) no-repeat 96% center rgba(30,30,30,0.9);
	background-size: 8px 10px;
}
.footerNav .footerLink {
	float: none;
}
.footerNav .footerLink ul li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px solid #2a2a2a;
	background: none;
}
.footerNav .footerLink ul li a {
	display: block;
	padding: 10px 35px 10px 10px;
	color: #adadad;
	background: url(/common/images/icn_file.png) no-repeat 97% center #000;
	background-size: 14px 17px;
}
.footerTop {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	border-bottom: 1px solid #2a2a2a;
}
.footerTop a {
	display: block;
	padding: 12px 35px 12px 10px;
	color: #adadad;
	text-decoration: none;
	background: url(/common/images/icn_back.png) no-repeat 98% center rgba(0,0,0,0.9);
	background-size: 21px 19px;
}
.footerTop em {
	display: inline-block;
	margin: 0 16px 0 0;
	color: #c40006;
	font-size: 16px;
	font-weight: bold;
}
.footerCopyright {
	padding: 0;
	font-size: 11px;
	border-top: none;
}





}



