@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	color: #3e3a39;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 2;
	/*background: #ffffff url(../images/bg_s.jpg) repeat center;
	background: #ffffff url(../images/bg.jpg) repeat center/100px;*/
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

a:hover {
	text-decoration: none;
}

header {
	width: 100%;
}

#top header {
	background: url(../images/mainimg_s.jpg) no-repeat center bottom;
	background: url(../images/mainimg.jpg) no-repeat center bottom/1000px;
}

header .inner {
	width: 1000px;
	height: 90px;
	margin: 0 auto 0;
	position: relative;
	/*background: url(../images/subimg_s.jpg) no-repeat right bottom;
	background: url(../images/subimg.jpg) no-repeat right bottom/600px;*/
}

#top header .inner {
	height: 500px;
	background: none;
}

header #logo img {
	vertical-align: bottom;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	/*-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.4);*/
}

#menu-box {
	width: 100%;
	background: linear-gradient(#00702e, #00532e);
}
#menubar {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

#menubar li,
#menubar-s li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
	background: #00532e;
	background: -webkit-linear-gradient(#00702e, #00532e);
	background: linear-gradient(#00702e, #00532e);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#menubar li:first-child {
	margin-left: 0px;
}
#menubar a,
#menubar-s a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	border-left: 1px solid #00532e;
	border-right: 1px solid #00532e;
	padding: 12px 0px 16px 90px;
	letter-spacing: 0.1em;
}

#menubar li.menu1 a,
#menubar-s li.menu1 a {
	background: url(../images/menu1_bg_s.png) no-repeat 10px center;
	background: url(../images/menu1_bg.png) no-repeat 10px center/70px;

}

#menubar li.menu2 a,
#menubar-s li.menu2 a {
	background: url(../images/menu2_bg_s.png) no-repeat 10px center;
	background: /*url(../images/arrow1.png) no-repeat center 65px, */url(../images/menu2_bg.png) no-repeat 10px center/70px;
}

#menubar li.menu3 a,
#menubar-s li.menu3 a {
	background: url(../images/menu3_bg_s.png) no-repeat 10px center;
	background: url(../images/menu3_bg.png) no-repeat 10px center/70px;
}

#menubar li.menu4 a,
#menubar-s li.menu4 a {
	background: url(../images/menu4_bg_s.png) no-repeat 10px center;
	background: url(../images/menu4_bg.png) no-repeat 10px center/70px;
}

#menubar span,
#menubar-s span {
	display: block;
	font-size: 10px;
	margin-top: -5px;
	letter-spacing: normal;
	color: rgba(255,255,255,0.5);
}

#menubar li:hover ,
#menubar li.current {
	background: #00702e;
	color: #ffffff;
}

#menubar-s {
	display: none;
}

#menubar_hdr {
	display: none;
}

#menubar ul.ddmenu {
	position:absolute;
	visibility: hidden;
	z-index: 10;
}

#menubar ul.ddmenu li {
	float: none;
	margin: 0;
	width: 235px;
	background: #ffffff;
}
#menubar ul.ddmenu li a {
	color: #333333;
	border-bottom: 1px solid #00702e;
}

#menubar ul.ddmenu li.ddmenu1 a {
	background: url(../images/ddmenu1_bg_s.jpg) no-repeat 10px center;
	background: url(../images/ddmenu1_bg.jpg) no-repeat 10px center/70px;
}

#menubar ul.ddmenu li.ddmenu2 a {
	background: url(../images/ddmenu2_bg_s.jpg) no-repeat 10px center;
	background: url(../images/ddmenu2_bg.jpg) no-repeat 10px center/70px;
}

#menubar ul.ddmenu li.ddmenu3 a {
	background: url(../images/ddmenu3_bg_s.jpg) no-repeat 10px center;
	background: url(../images/ddmenu3_bg.jpg) no-repeat 10px center/70px;
}

#menubar ul.ddmenu li.ddmore a {
	background: url(../images/ddmore_bg_s.png) no-repeat 10px center;
	background: url(../images/ddmore_bg.png) no-repeat 10px center/70px;
}

#menubar ul.ddmenu li span {
	color: #333333;
}

#menubar ul.ddmenu li:hover {
	background: #bbff80;
}

#contents {
	clear: both;
	padding-top: 30px;
	background: #ffffff;
	color: #3e3a39;
}

#contents a {
	color: #00702e;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
#contents a:hover {
	color: #00532e;
}

#contents .inner {
	width: 1000px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 750px;
	padding-bottom: 30px;
	overflow: hidden;
}

.c1 #main {
	float: none;
	width: auto;
}

#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #ffffff;
	padding: 8px 15px;
	background: #00532e;
	background: -webkit-linear-gradient(#00702e, #00532e);
	background: linear-gradient(#00702e, #00532e);
	-webkit-box-shadow: 2px 3px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 6px rgba(0,0,0,0.3);
	border-bottom: 4px solid #00702e;
}

#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	padding: 4px 15px;
	background: #00532e;
	background: -webkit-linear-gradient(to right, #00532e, transparent);
	background: linear-gradient(to right, #00532e, transparent);
	color: #ffffff;
}

#main p {
	padding: 7px 15px 14px;
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

#main .box1 {
	overflow: hidden;
	background: #ffffff;
	color: #666666;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 15px;
}
#main .box1 .color1 {
	color: #bbff80;
}

#main section.list {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	background: #ffffff;
	color: #666666;
	border: 1px solid #cccccc;
	padding: 2.5%;
}
#main section.list a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	color: #00702e;
	margin: -2.5%;
	padding: 2.5%;
}
#main section.list a:hover {
}

#main section.list p {
	padding: 0px;
	margin-left: 34%;
}

#main section.list figure img {
	float: left;
	padding: 5px;
	width: 30%;
	height: auto;
	/*border: 1px solid #cccccc;*/
	background: #ffffff;
}

#main section.list h4 {
	font-size: 17px;
	margin-left: 34%;
}

#main section.list.compact {
	width: 23%;
	float: left;
	height: 260px;
	margin-left: 3.5%;
}
#main section.list.compact a {
	height: 100%;
}
.c1 #main section.list.compact {
	width: 16.5%;
}

#main section.list.compact h4 {
	margin-left: 0;
}

#main section.list.compact p {
	margin-left: 0;
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 5px;
}

#main section.list.compact figure img {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#sub {
	float: left;
	width: 220px;
}

.c1 #sub {
	display: none;
}

#sub h2 {
	font-size: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #ffffff;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}

#sub h2::first-letter {
	border-left: 3px solid #00702e;
	padding-left: 10px;
}

#sub ul.submenu {
	margin-bottom: 15px;
}

#sub ul.submenu li {
	border-bottom: solid 1px #ffffff;
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
#sub ul.submenu li a:hover {
	background: #bbff80;
	color: #333333;
}

#sub .box1 {
	margin-bottom: 15px;
	background: #ffffff;
}

#sub .box1 ul.submenu {
	margin-bottom: 0px;
}
#sub .box1 > ul.submenu li {
	border-bottom: solid 1px #00702e;
}

#sub .box1 > h2 {
	border-bottom: solid 1px #00702e;
	background: linear-gradient(#00702e, #00532e);
	color: #ffffff;
}

#sub > .box1 h2,
#sub > .box1 p {
	padding: 10px;
}

footer {
	clear: both;
	text-align: center;
	padding: 10px 0px;
}
footer a {
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}

#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 140px;
	overflow: auto;
}

#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

#new dd {
	padding-left: 8em;
}

.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #999999;
	padding: 10px;
	word-break: break-all;
	line-height: 1.5em;
}

.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #cccccc;
	color: #ffffff;
}

.ta1 th {
	width: 25%;
	text-align: center;
	background: #cccccc;
	font-weight: normal;
}

.ta1 img {
	vertical-align: bottom;
}

.faq {
	padding: 0px 15px;
}

.faq dt {
	color: #00532e;
	font-weight: bold;
	padding-top: 15px;
}

.faq dd {
	border-bottom: 1px solid #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
	padding-bottom: 15px;
}

#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #ffffff;
	font-size: 20px;
	background: #00532e;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 40px;
	line-height: 40px;
	border-radius: 20px;
}

#pagetop a:hover {
	background-color: #00702e;
	color: #ffffff;
}

.newicon {
	background: #F00;
	color: #ffffff;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

.look {background: #333333;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #ffe400;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh{display:none;}
iframe {width: 100%}
.info-p {line-height: 0.8em;}

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

#top header {
	background: url(../images/mainimg_s.jpg) no-repeat center bottom/100%;
}

header .inner {
	width: auto;
	/*background: url(../images/subimg_s.jpg) no-repeat right bottom/100%;*/
}

#top header .inner {
	height: 380px;
}

header #logo img {
	width: 70%;
}

#menubar {
	width: auto;
}

#menubar li {
	width: 50%;
	margin: 0px;
}
#menubar a,
#menubar-s a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 2px solid #497104;
}

#menubar li.menu2 a,
#menubar-s li.menu2 a {
	background: url(../images/menu2_bg.png) no-repeat 10px center/70px;
}

#menubar ul.ddmenu,
#menubar-s ul.ddmenu {
	display: none;
}

#contents .inner {
	width: auto;
	margin: 0px 20px;
}

#main, #sub {
	float: none;
	width: auto;
}

body.s-n #sub {
	display: none;
}

}

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

body {
	background: #ffffff;
}

header .inner {
	background: none;
	height: 110px;
}

#top header .inner {
	height: 280px;
}

}

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

header .inner {
	background: none;
	position: static;
	height: auto;
}

#top header .inner {
	height: auto;
}

header #logo img {
	width: 100%;
	position: static;
}

#menubar-s li {
	width: 100%;
	margin: 0px;
}

#menubar-s {
	display: block;
}

#menubar {
	display: none;
}

#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 12px 10px 5px;
	background: #ffffff;
}

#menubar_hdr span {
	display: block;
	border-top: 3px solid #000000;
	margin-bottom: 7px;
}

#main section.list p {
	margin-left: 0;
}

#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main section.list h4 {
	margin-left: 0;
}

#main section.list.compact {
	width: 100%;
	float: none;
	height: auto;
	margin-left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10%;
}

/*section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, linear-gradient(#285e02, #163301);
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, linear-gradient(#285e02, #163301);
}*/

.ta1 th {
	width: 100px;
	padding: 5px;
}

.ta1 td {
	width: auto;
	padding: 5px;
}

.ws,.wl {width: 90%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh{display:block;}
.pc{display:none;}

}
