@charset "utf-8";

/*
 *
 *	common
 *
 */

div, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, span,
table, caption, tr, th, td, figcaption, figure, textarea, a{
	box-sizing:border-box;
		-moz-box-sizing:border-box;
}

body{
	background: url(../images/common/bg.png) repeat-y left top;
	background-size: 100% 45px;
	text-align: center;
	font-size: .9em;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #662b1f;
		-webkit-text-size-adjust:100%;
}


a, a:visited{
	outline:none;
	text-decoration:none;
	color: #662b1f;
}

img{max-width:100%; height:auto;}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*===============================
	gHeader
===============================*/
.gHeader {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	padding-top: 28px;
	background: #fff;
	z-index: 100;
}

.gHeader h1 {
	float: left;
	padding: 6px 3px;
}


/****** linkPC ******/
.gHeader .linkPC {
	position: absolute;
	top: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-bottom: #662b1f solid 2px;
	background: #e6e6e6;
	text-align: right;
}
.gHeader .linkPC a {
	text-decoration: underline;
	font-weight: bold;
	color: #666;
}
.gHeader .linkPC img {
	vertical-align: middle;
	margin: 0 5px;
}


/****** hLink *****/
.gHeader .hLink {
	float: right;
	padding: 6px 3px;
}
.gHeader .hLink li {
	float: left;
}



/*===============================
	gNav
===============================*/
.gNav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 38px;
	background: #fff;
	z-index: 100;
}

.gNav h1 {
	float: left;
	margin: 12px 4px;
}


/****** menuBtn ******/
.gNav #menuBtn {
	position: relative;
	float: right;
	width: 28px;
	height: 20px;
	margin: 9px 7px;
}
.gNav #menuBtn:before,
.gNav #menuBtn:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: #3cbde4;
	border-radius: 2px;
}
.gNav #menuBtn:before {
	top: 0;
	box-shadow:0 8px 0 #3cbde4;
}
.gNav #menuBtn:after {
	bottom: 0;
}

/* close */
.gNav #menuBtn.close:before {
	top: 50%;
	margin-top: -2px;
	box-shadow: none;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gNav #menuBtn.close:after {
	bottom: 50%;
	margin-bottom: -2px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/****** menuBg ******/
.gNav .menuBg {
	display: none;
	overflow-y: auto;
	position: fixed;
	top: 98px;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.3);
	z-index: 50;
}

/* menu */
.gNav .menu li {
	line-height: 0;
}
.gNav .menu li img {
	width: 100%;
}



/*===============================
	mContent
===============================*/
.mContent {
	margin-top: 98px;
}
.mContent img {
	width: 100%;
}


/****** mHeader ******/
.mContent .mHeader {
	line-height: 0;
	padding: 5% 0 7.5%;
}
.mContent .mHeader h1 {
	margin: 0 2.5%;
}
.mContent .mHeader h2 {
	margin: 5% 2.5%;
}
.mContent .mHeader p {
	line-height: 1.8;
	margin: 0 2.5%;
	text-align: center;
}


/****** commonBox ******/
.mContent .commonBox {
	margin: 0 5% 10%;
}
.mContent .commonBox h1 {
	line-height: 0;
	margin-bottom: 4%;
}
.mContent .commonBox p {
	line-height: 1.6;
	margin-bottom: 5%;
}

/* btn */
.mContent .commonBox .btn {
	margin-top: 7%;
}
.mContent .commonBox .btn a {
	display: block;
	line-height: 0;
	margin: 0 auto;
	padding: 1em 0;
	border-bottom: solid 4px;
	border-radius: 7px;
}


/****** secNav ******/
.mContent .secNav {
	clear: both;
	margin-top: 20px;
}
.mContent .secNav li {
	line-height: 0;
}
.mContent .secNav li img {
	width: 100%;
}


/****** notic ******/
.mContent .notic {
	margin: 7% 5% 5%;
}
.mContent .notic li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
	font-size: .7em;
}


/****** pagetop ******/
.mContent .pagetop {
	width: 30px;
	height: 30px;
}
.mContent .pagetop.fixed {
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 5;
}
.mContent .pagetop.bottom {
	margin: 0 10px 20px auto;
	text-align: right;
}




/*===============================
	gFooter
===============================*/
.gFooter {
	clear: both;
	background: #fff;
	color: #23323c;
}


/****** fNav ******/
.gFooter .fNav li {
	float: left;
	width: 50%;
}
.gFooter .fNav li a {
	display: block;
	padding: 1em;
	border-top: #f2f2f2 solid 1px;
	border-right: #d9d9d9 solid 1px;
	border-bottom: #d9d9d9 solid 1px;
	border-left: #dddddd solid 1px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d6d6d6), color-stop(0.00, #f3f3f3));
		background: -webkit-linear-gradient(#f3f3f3, #d6d6d6);
		background: -moz-linear-gradient(#f3f3f3, #d6d6d6);
	background: linear-gradient(#f3f3f3, #d6d6d6);
	font-size: .8em;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
	color: #23323c;
}


/****** copyright ******/
.gFooter .copyright {
	clear: both;
	padding: 1em 0 .3em;
	text-align: center;
	font-size: .75em;
}
