@charset "utf-8";
body{
	margin:0px;
	color:#2f2f2f;
	min-width:1280px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:14px;
}
nav ul{
	list-style:none;
}


#gnav li a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url('../images/common/nav2b.png') no-repeat;
}
#gnav01 a:link,
#gnav01 a:visited{ background-position: 0    0 !important; }
#gnav01 a:hover  { background-position: 0 -100px !important; }
#gnav01 a:active { background-position: 0 -100px !important; }

#gnav02 a:link,
#gnav02 a:visited{ background-position: -160px    0 !important; }
#gnav02 a:hover  { background-position: -160px -100px !important; }
#gnav02 a:active { background-position: -160px -100px !important; }
#gnav03 a{
	background:url('../images/common/nav3.png') no-repeat !important;
}
#gnav03 a:link,
#gnav03 a:visited{ background-position: -800px    0 !important; }
#gnav03 a:hover  { background-position: -800px -100px !important; }
#gnav03 a:active { background-position: -800px -100px !important; }

#gnav04 a:link,
#gnav04 a:visited{ background-position: -480px    0 !important; }
#gnav04 a:hover  { background-position: -480px -100px !important; }
#gnav04 a:active { background-position: -480px -100px !important; }

#gnav05 a:link,
#gnav05 a:visited{ background-position: -640px    0 !important; }
#gnav05 a:hover  { background-position: -640px -100px !important; }
#gnav05 a:active { background-position: -640px -100px !important; }

#gnav06 a:link,
#gnav06 a:visited{ background-position: -800px    0 !important; }
#gnav06 a:hover  { background-position: -800px -100px !important; }
#gnav06 a:active { background-position: -800px -100px !important; }


#main{
	margin:0 0 15px 0;
}
#gnav{
}
footer{
	padding:50px 0 75px;
	background: url('../images/common/bg_footer.jpg') no-repeat center center;
	background-size:cover;
}


#footer_inner{
	width:960px;
	margin:0 auto;
	line-height:1.8em;
}
#footer_inner .footer_sns{
float:left;
padding:15px 0 0 0;
margin:0 30px 0 0;
min-width:100px;
text-align:center;
}
.footer_sns h4{
padding: 0 10% 10px;
    font-family: athelas, serif;
    font-weight: 700;
    font-size: 18px;
text-align:center;
margin:0;
}
#footer_inner ul{
	list-style:none;
	display:flex;
	padding:0 5px 0px 0;
	gap:5px;
}
#footer_inner li{
}
#footer_sns1 li{
margin:0 !important;
width:50%;
}
#fnav{
}
#fnav ul{
	list-style:none;
	width:960px;
	margin:0 auto;
	padding:0 0 15px 0;
	display:flex;
}
#fnav li{
	width:240px;
	border-right:1px solid #2f2f2f;
	box-sizing:border-box;
	text-align:center;
	padding-top: 5px;
}
#fnav li:last-child{
	border-right:0 !important;
}
#fnav li a{
	text-decoration:none;
	color:#2f2f2f;
}
#fnav li a:hover{
	text-decoration:underline;
}
#copyright{
	clear:both;
	text-align:center;
	padding:10px 0;
	background:#3b3b3b;
	color:#fff;
}
.gotop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 10000;
}
.gotop a{
	display:block;
	text-align:center;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	width:160px;
	line-height:40px;
	border-radius:5px;
	background:#3b3b3b;
}
#footer_banner_wrap{
padding:15px 0 0 0;
}

#footer_banner_wrap span{
font-size:12px;
}

#footer_banner_wrap h4{
font-size:18px;
height:28px;
margin:0 0 10px 0;
font-family: athelas, serif;
}
#footer_banner_l{
width:205px;
float:left;
border-left:1px solid #8fc0d8;
padding:0 0 0 20px;
}
#footer_banner_r{
width:306px;
box-sizing:border-box;
float:left;
}