@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}


/* responsive */
@media screen and (max-width: 768px) { .pc-only { display: none !important; } }
@media screen and (min-width: 769px) { .sp-only { display: none !important; } body { min-width: 1100px; } }


.left{
	float:left;
}
.right{
	float:right;
}
.flex{
	display:flex;
}

.mr10{ margin-right:10px;}
.mb10{ margin-bottom:10px;}



header {
	width:100%;
	position:relative;
	background:#FFF;
	height:130px;
}

.contact{
	text-align:center;
	width:200px;
	height:40px;
	background:#B25900;
	line-height:250%;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	border-radius: 0 0 0 5px;
}
.contact a{
	text-decoration:none;
	color:#FFF;
}


header .inner {
	width:960px;
	margin:0 auto;
	background:url(../../common/img/logo_01.png) left bottom no-repeat;
	height:130px;
}
header .inner img {
	display:table;
	margin:0 auto;
	padding-top:37px;
}
.mainimg {
	width: 100%;
	height: auto;
	max-height: 418px;
	overflow: hidden;
}
.mainimg img {
	width: 100%;
	height: auto;
}

.nav {
	width: 100%;
	height: 50px;
	background:#20AF32;
}

.nav ul{
	width:960px;
	margin:0 auto;
	padding:10px 0;
	box-sizing:border-box;
	color:#fff;
	display:flex;
}

.nav ul li{
	width: 160px;
    height: 30px;
	font-size:14px;
	font-weight:bold;
    text-align: center;
     box-sizing: border-box; 
    line-height: 30px;
	border-left: 1px solid rgba(255,255,255,0.5);
}
.nav ul li:last-child{
	border-right: 1px solid rgba(255,255,255,0.5);
}

.nav ul .l2{
	line-height:1.2em;
}

.nav ul li a{
	text-decoration:none;
	color:#fff;
}
.nav ul .current{
	color:#E9FB6A;
}
.nav ul li a:hover{
	color:#E9FB6A;
}



.pagetit {
	width: 100%;
    height: 123px;
}
.pagetit h2{
    text-align: center;
	padding-top:40px;
    font-size: 28px;
    color: #fff;
}

.bread{
	width: 960px;
    font-size: 0.75em;
    color: #535353;
    margin: 0 auto;
}


footer{
	width: 100%;
	background: #F6F4F1;
	padding: 25px 0;
	position: relative;
	margin-top: 60px;
}

footer .inner{
	width: 960px;
	margin: 0 auto;
}

footer .inner .left{
	float:left;
	width: 48%;
	text-align: right;
	box-sizing: border-box;
}

footer .inner .info{
	float: right;
	width: 48%;
	text-align: left;
	padding: 15px 0 0 0;
	box-sizing: border-box;
}

footer .inner .info ul{
	list-style: none;
	color: #212121;
	font-size: 13px;
}

footer .totop{
	position:absolute;
	top:-15px;
	right:30px;
}

.copy{
	text-align:center;
	padding:10px 0;
	font-size:13px;
	color:#535353;
}

