@charset "utf-8";

body   {
	color: #5a5a5a;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: top;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0px;
}
form { margin: 0; padding: 0 }
li { list-style-type: none; margin: 0; padding: 0 }
ul { list-style-type: none; margin: 0; padding: 0 }

.main          {
	text-align: center;
	padding: 0;
	width: 100%;
	margin: 0px;
}

.clear { clear: both; }

.section {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B82D;
	width: 100%;
	margin-top: 15px;
}

.headerFix {
	position: fixed;
	width: 100%;
	min-width: 1080px;
	height: 140px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	z-index: 80;
}
.headerFixSpace {
	width: 100%;
	height: 154px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}
.headerLogoArea {
	height: 94px;
	width: 100%;
	background-color: #FFF;
}
.logo {
	height: 94px;
	width: 50%;
	float: left;
	background-image: url(../commonimg/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
.logo a{
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}
.headerTelArea {
	background-image: url(../commonimg/tel.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 94px;
	width: 30%;
	background-position: right;
	float: right;
}
.headerMenuArea {
	background-image: url(../commonimg/menu_bg.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
}

.headerMenuArea ul{
	display: block;
	height: 60px;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.headerMenuArea li {
	display: block;
	width: 270px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.footerMenuAArea {
	width: 100%;
	color: #FFF;
}
.footerMenuAArea ul{
	margin-top: 4em;
	width: 100%;
}
.footerMenuAArea li{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-right: 1em;
	padding-left: 1em;
	color: #000;
	display: inline-block;
}
.footerMenuAAreaLiEnd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

.footerMenuAArea a{
	color: #000;
	text-decoration: none;
}
.footerMenuAArea a:hover {
	color: #68B82D;
	text-decoration: none;
}

.w1080{
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.w1040 {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

.footerLogoArea {
	background-image: url(../commonimg/logo2.png);
	width: 100%;
	min-width: 1080px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2em;
	padding-top: 50px;
}
.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B82D;
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-top: 2em;
}
.pagetop {
	position: fixed;
	z-index: 80;
	right: 30px;
	bottom: 40px;
}
a.anchor{
	display: block;
	padding-top: 165px;
	margin-top: -165px;
}
a.tanchor {
	display: block;
	padding-top: 165px;
	margin-top: -165px;
}

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


}

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

.main          {
	text-align: center;
	padding: 0;
	width: 1080px;
	margin: 0px;
}
.section {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B82D;
	width: 1080px;
	margin-top: 15px;
}

}

@media screen and (max-width: 540px){
	
.headerFix {
	position: absolute;
	width: 540px;
	min-width: 100%;
	height: 140px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	z-index: 80;
}
.headerFixSpace {
	width: 100%;
	height: 235px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}

.main          {
	text-align: center;
	padding: 0;
	width: 540px;
	margin: 0px;
}
.section {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B82D;
	width: 540px;
	margin-top: 15px;
}

.w1080{
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}

img {
max-width: 100%;
height: auto;
}
.headerLogoArea {
	height: 120px;
	width: 100%;
	background-color: #FFF;
}
.logo {
	height: 50px;
	width: 100%;
	float: none;
	background-image: url(../commonimg/logo.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.logo a{
	height: 50px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}
.headerTelArea {
	background-image: url(../commonimg/tel.png);
	background-size: 50% auto;
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	background-position: center;
	float: none;
}
.headerMenuArea {
	background-image: url(../commonimg/menu_bg.png);
	background-repeat: repeat-x;
	height: 120px;
	width: 540px;
}
.headerMenuArea ul{
	display: block;
	height: 120px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.headerMenuArea li {
	display: block;
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.footerMenuAArea ul{
	margin-top: 1em;
	width: 100%;
}
.footerMenuAArea li{
	color: #000;
	display: inline-block;
	border: 1px solid #68B82D;
	margin: 0.5em;
	padding: 0.5em;
	width: 200px;
}
.footerMenuAAreaLiEnd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.footerLogoArea {
	background-image: url(../commonimg/logo2.png);
	background-size: 60% auto;
	width: 540px;
	min-width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2em;
	padding-top: 50px;
}
.footerLogoArea p {
	width: 100%;
}
.group {
	display: block;
}
.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #68B82D;
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-top: 2em;
	font-size: 90%;
}
.pagetop {
	position: fixed;
	z-index: 80;
	right: 10px;
	bottom: 50px;
}

}
