@charset "utf-8";

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	img {
		height: auto;
	}
}
table {
	max-width: 100%;
}

#top {
	margin: 0px;
	padding: 0px;
	width: 960px;
}
@media screen and (max-width: 767px) {
	#top {
		width: 100%;
	}
}
#middle {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 960px;
}
@media screen and (max-width: 767px) {
	#middle {
		width: 100%;
	}
}
#center960lo {
	clear: both;
	float: left;
	height: auto;
	width: 960px;
	padding-top: 35px;
	padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
	#center960lo {
		width: 100%;
		float: none;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	#center960lo p {
		font-size: 14px;
	}
}

#center {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 700px;
}
@media screen and (max-width: 767px) {
	#center {
		float: none;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
	}
}
#centerdo {
	margin: 0px;
	float: left;
	height: auto;
	width: 700px;
	padding-top: 43px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
@media screen and (max-width: 767px) {
	#centerdo {
		float: none;
		width: 100%;
		padding: 0 10px 0;
		box-sizing: border-box;
	}
}
#slide {
	height: auto;
	width: 960px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	clear: both;
}
@media screen and (max-width: 767px) {
	#slide {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
#light {
	padding: 0px;
	float: right;
	height: auto;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.product_light {
	margin-top: 60px !important;
}
.product_light .img {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#light {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#light table {
		margin: 0 auto;
		width: 300px;
	}
	#light img {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.product_light {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px !important;
	}
	.product_light .img {
		flex: 0 0 49%;
		margin-bottom: 10px;
	}
}
#footer {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 960px;
	clear: both;
	float: left;
}
@media screen and (max-width: 767px) {
	#footer {
		width: 100%;
		float: none;
	}
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#wrapper {
		width: 100%;
	}
}
#globalNav {
	width: 960px;
	margin: 0;
	font-size: 0px;
	z-index:1; 
}
@media screen and (max-width: 767px) {
	#globalNav {
		display: none;
	}
}
#globalNav ul li {
	float: left;
	position: relative;
	z-index:100
}
#globalNav ul li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
}
#globalNav ul li ul li {
	float: none;
	font-size: 10px;
	line-height: 0;
}
#globalNav ul li ul li a {
	display: block;
	width: 110px;
	color: #ffffff;
	padding: 10px 5px;
	background: #999;
	line-height: normal;
	border-top: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
}
#globalNav ul li ul li a:hover {
	color: #093;
	background: #ffffff;
}
.topber {
	height: 20px;
	width: 960px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #007A44;
	float: right;
	clear: both;
	text-align: right;
	line-height: 20px;
}
@media screen and (max-width: 767px) {
	.topber {
		margin-bottom: 5px;
		height: 18px;
		width: 100%;
		font-size: 10px;
		font-weight: normal;
		color: #FFF;
		background-color: #007A44;
		float: right;
		clear: both;
		text-align: right;
		line-height: 18px;
	}
	.topber .siroleft20 {
		margin-right: 10px;
	}
}
.privacytext {
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}
.siro {
	color: #FFF;
}
.nuki {
	color: #FFF;
}
.siteblue {
	color: #207EA2;
}

.blue {
	color: #036EB8;
}
.red {
	color: #FF0000;
}
a:hover {
text-decoration:none;
color:#e0e0e0;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.alpha p {
	font-size: 14px;
}

#slideshow { position:relative; width:960px; height:300px; }
@media screen and (max-width: 767px) {
	#slideshow { position:relative; width:100%; height:120px; }
}
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }.smp1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.selector01{
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	margin: 0px;
	font-size: 15px;
	color: #007A44;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	width: 960px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 16px;
		width: 100%;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 3px;
	}
}

.selector02{
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.8em;
	padding-left: 0em;
	margin: 0px;
	font-size: 10px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.selector02{
		text-align: center;
	}
}
.footerber {
	width: 960px;
	font-size: 14px;
	color: #FFF;
	background-color: #007A44;
	text-align: center;
	clear: both;
	padding-top: 7px;
}
@media screen and (max-width: 767px) {
	.footerber {
		width: 100%;
	}
}
.footerline {
	width: 960px;
	background-color: #007A44;
	height: 3px;
}
@media screen and (max-width: 767px) {
	.footerline {
		width: 100%;
	}
}
.footerbercop {
	width: 960px;
	font-size: 11px;
	color: #FFF;
	background-color: #007A44;
	text-align: center;
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
	.footerbercop {
		width: 100%;
	}
}
.footertex {
	width: 960px;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	color: #333;
}
@media screen and (max-width: 767px) {
	.footertex {
		width: 100%;
	}
}
#mainpage {
	width: 960px;
	margin: 0px;
	padding-top: 43px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	clear: both;
}
@media screen and (max-width: 767px) {
	#mainpage {
		padding-top: 0;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
		box-sizing: border-box;
	}
}
p .migi {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	p .migi {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
	}
}
p .hidaeco {
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	p .hidaeco {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
.left_yose {
	text-align: right;
}
.maintext {
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 767px) {
	.maintext {
		display: block;
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.5em;
	}
}
.subtext {
	font-size: 13px;
	line-height: 1em;
	color: #333;
}
table.maintable {
	width: 960px;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
table.maintable tr td {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.maintable tr th {
	background: #E6E6E6;
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	width: 154px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	table.maintable {
		width: 100%;
	}
	table.maintable tr th {
		font-size: 12px;
		line-height: 1.4em;
		color: #666;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 10px;
		width: 100px;
	}
	table.maintable tr td span.date {
		display: block;
		margin-top: 15px;
	}
	table.maintable tr td span.date.mt0 {
		margin-top: 0;
	}
}
h1 {
	color: #666666;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #007A44;
	border-left-color: #007A44;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	h1 {
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 10px;
		border-left-width: 5px;
		font-size: 18px;
	}
}
table.downlode {
	width: 700px;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
table.downlode tr td {
	text-align: left;
	font-size: 17px;
	line-height: 1.4em;
	color: #666;
	padding-top: 15px;
	padding-bottom: 40px;
	padding-left: 13px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	table.downlode {
		width: 100%;
	}
	table.downlode tr:nth-child(1) td:nth-child(3) {
		display: none;
	}
	table.downlode tr td {
		display: block;
		font-size: 16px;
		line-height: 1.4em;
		padding-top: 12px;
		padding-bottom: 15px;
		padding-left: 13px;
		padding-right: 13px;
		width: 100%;
		box-sizing: border-box;
	}
	table.downlode tr td:nth-child(2) {
		display: none;
	}
	table.downlode tr td a {
		display: block;
		margin-top: 5px;
	}
}
table.subtable {
	width: 760px;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
table.subtable tr th {
	background: #E6E6E6;
	text-align: center;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	border: 1px solid #666;
}
table.subtable tr td {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #666;
}
@media screen and (max-width: 767px) {
	table.subtable {
		width: 100%;
	}
	table.subtable tr th {
		background: #E6E6E6;
		text-align: center;
		font-size: 12px;
		line-height: 1.4em;
		color: #666;
		padding-top: 3px;
		padding-bottom: 3px;
		vertical-align: top;
		border: 1px solid #666;
	}
	table.subtable tr td {
		text-align: left;
		font-size: 12px;
		line-height: 1.4em;
		color: #666;
		vertical-align: top;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		border: 1px solid #666;
	}
}
.textmigiyose {
	text-align: right !important;
	padding-right: 8px;
}	
.textcenter {
	text-align: center;
}
table.subtable tr th.wid1 {
	width: 200px;
}
table.subtable tr th.wid2 {
	width: 65px;
}
table.subtable02 {
	width: 760px;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
table.subtable02 tr td {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	vertical-align: top;
	padding: 0px;
}
.text20pxbo {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	color: #666;
}
@media screen and (max-width: 767px) {
	table.subtable02 {
		width: 100%;
	}
	table.subtable02 tr td {
		display: block;
		width: auto;
		font-size: 12px;
	}
	table.subtable02 tr td:nth-child(2) {
		display: none;
	}
	.text20pxbo {
		display: block;
		margin-bottom: 7px;
		font-size: 16px;
	}
}
table.subtable tr th.wid3 {
	width: 295px;
}
table.truck {
	width: 400px;
	margin: 0px;
	padding: 0px;
}
table.truck tr th {
	background: #E6E6E6;
	text-align: center;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	border: 1px solid #666;
}
table.truck tr td {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 1px solid #666;
}
@media screen and (max-width: 767px) {
	table.truck {
		width: 100%;
	}
}
.imgsage {
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	.imgsage {
		padding-top: 0;
	}
}
.imgsagelight {
	padding-top: 450px;
}
@media screen and (max-width: 767px) {
	.imgsagelight {
		padding-top: 20px;
	}
}
table.maintable700 {
	width: 700px;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
table.maintable700 tr td {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.maintable700 tr th {
	background: #E6E6E6;
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	width: 154px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	table.maintable700 {
		width: 100%;
	}
}
table.maintable440 {
	width: 440px;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
table.maintable440 tr td {
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 8px;
}
table.maintable440 tr th {
	background: #036EB8;
	font-size: 18px;
	line-height: 1em;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 440px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	table.maintable440 {
		width: 100%;
	}
	table.maintable440 tr td {
		display: block;
		font-size: 13px;
		line-height: 1.4em;
		color: #666;
		padding-top: 8px;
	}
	table.maintable440 tr th {
		font-size: 14px;
		line-height: 1em;
		padding-top: 8px;
		padding-bottom: 5px;
		padding-left: 10px;
		width: 100%;
	}
}
table.maintabletop {
	width: 960px;
}
@media screen and (max-width: 767px) {
	table.maintabletop {
		width: 100%;
	}
	table.maintabletop > tbody > tr > td {
		display: block;
	}
	table.maintabletop td:nth-child(2) {
		display: none;
	}
}
.comment10 {
	font-size: 10px;
	line-height: 1.2em;
	color: #666;
	font-weight: normal;
}
.comment10red {
	font-size: 10px;
	line-height: 1.2em;
	color: #F00;
	font-weight: normal;
}
table.formtable {
	width: 960px;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
table.formtable tr td {
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #e6e6e6;
}
table.formtable tr th {
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	width: 154px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	vertical-align: top;
	background-color: #BABABA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
@media screen and (max-width: 767px) {
	table.formtable {
		width: 100%;
	}
	table.formtable tr th {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 12px;
		line-height: 1.4em;
		color: #000;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 13px;
		box-sizing: border-box;
	}
	table.formtable tr td {
		display: block;
		width: 100%;
		text-align: left;
		font-size: 12px;
		line-height: 1.4em;
		color: #666;
		padding-top: 8px;
		padding-bottom: 12px;
		padding-left: 13px;
		box-sizing: border-box;
	}
	input[type="submit"] {
		display: block;
		margin: 0 auto;
	}
}
table.resultstable {
	width: 960px;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
table.resultstable tr td {
	text-align: right;
	font-size: 11px;
	line-height: 1.4em;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-right: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
table.resultstable tr th {
	text-align: center;
	font-size: 11px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border: 1px solid #666;
}
@media screen and (max-width: 767px) {
	table.resultstable {
		width: 100%;
	}
	table.resultstable tr td {
		text-align: right;
		font-size: 11px;
		line-height: 1.4em;
		color: #666;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
		padding-right: 3px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		border-top-color: #999;
		border-right-color: #999;
		border-left-color: #999;
	}
	table.resultstable tr th {
		text-align: center;
		font-size: 11px;
		line-height: 1.4em;
		padding-top: 10px;
		padding-bottom: 10px;
		clear: both;
		border: 1px solid #666;
	}
}

.resultstext {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	color: #666;
}
.20text {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	color: #666;
}
h3 {
	font-size: 20px;
	line-height: 2em;
	font-weight: bold;
	color: #666;
}
table.recrtable700 {
	width: 700px;
	border-spacing:0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
table.recrtable700 tr td {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.recrtable700 tr th {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	width: 154px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	vertical-align: top;
	background-color: #9BBACF;
}
@media screen and (max-width: 767px) {
	table.recrtable700 {
		width: 100%;
	}
	table.recrtable700 tr th {
		width: 110px;
	}
}
table.recrtable700red {
	width: 700px;
	border-spacing:0px;
	padding: 0px;
	margin: 0px;
}
table.recrtable700red tr td {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #D21D14;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.recrtable700red tr th {
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	width: 154px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	vertical-align: top;
	background-color: #D21D14;
}
@media screen and (max-width: 767px) {
	table.recrtable700red {
		width: 100%;
	}
	table.recrtable700red tr th {
		width: 110px;
	}
}
table.sitetable700 {
	width: 700px;
	border-spacing:0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table.sitetable700 tr td li {
	text-align: left;
	font-size: 13px;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
	vertical-align: top;
	list-style-image: url(../img/li002.gif);
	list-style-position: inside;
}
table.sitetable700 tr th {
	text-align: left;
	font-size: 13px;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
	width: 180px;
	vertical-align: top;
	list-style-image: url(../img/li001.gif);
}
@media screen and (max-width: 767px) {
	table.sitetable700 {
		display: block;
		width: 100%;
	}
	table.sitetable700 tr,
	table.sitetable700 tbody {
		display: block;
		width: 100%;
	}
	table.sitetable700 tr th {
		display: block;
		text-align: left;
		font-size: 12px;
		line-height: 1em;
		padding-top: 4px;
		padding-bottom: 10px;
		padding-left: 13px;
		width: 100%;
	}
	table.sitetable700 tr td {
		display: block;
		width: 100%;
		font-size: 12px;
	}
}
table.sitetable02700 {
	width: 700px;
	border-spacing:0px;
	padding: 0px;
}
table.sitetable02700 tr td li {
	text-align: left;
	font-size: 13px;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
	vertical-align: top;
	list-style-image: url(../img/li002.gif);
	list-style-position: inside;
}
table.sitetable02700 tr th {
	text-align: left;
	font-size: 13px;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
	width: 180px;
	vertical-align: top;
	list-style-image: url(../img/li001.gif);
}
@media screen and (max-width: 767px) {
	table.sitetable02700 {
		display: block;
		width: 100%;
	}
	table.sitetable02700 tr,
	table.sitetable02700 tbody {
		display: block;
		width: 100%;
	}
	table.sitetable02700 tr th {
		display: block;
		text-align: left;
		font-size: 12px;
		line-height: 1em;
		padding-top: 4px;
		padding-bottom: 10px;
		padding-left: 13px;
		width: 100%;
	}
	table.sitetable02700 tr td {
		display: block;
		width: 100%;
		font-size: 12px;
	}
}
h4 {
	color: #666666;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #007A44;
	border-left-color: #007A44;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	h4 {
		color: #666666;
		margin-top: 25px;
		margin-right: 0px;
		margin-bottom: 18px;
		margin-left: 0px;
		padding-top: 2px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 10px;
		border-bottom-width: 1px;
		border-left-width: 5px;
		font-size: 16px;
	}
}
table.maptable {
	width: 960px;
	border-spacing:0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 75px;
	margin-left: 0px;
}
table.maptable tr td {
	text-align: left;
}
@media screen and (max-width: 767px) {
	table.maptable {
		width: 100%;
		margin-bottom: 30px;
	}
	table.maptable td {
		display: block;
		width: 100%;
	}
	table.maptable td iframe {
		width: 100%;
		height: 200px;
	}
	table.maptable td img {
		margin: 0 auto;
		display: block;
	}
}
.mapname {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	width: 300px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 13px;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	.mapname {
		font-size: 16px;
		width: 100%;
		padding-top: 8px;
		padding-bottom: 6px;
		padding-left: 13px;
		line-height: 1em;
		box-sizing: border-box;
	}
}
.maptext {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
	width: 310px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sirocen11 {
	color: #FFF;
	font-size: 11px;
}
table.footersiro {
	width: 960px;
	margin: 0px;
	padding: 0px;
}
table.footersiro tr th {
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	vertical-align: top;
}
table.footersiro tr td {
	text-align: right;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
	padding-top: 15px;
	padding-right: 50px;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	table.footersiro {
		width: 100%;
	}
	table.footersiro tr th {
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 5px;
	}
	table.footersiro tr td {
		font-size: 12px;
		padding-top: 15px;
		padding-right: 15px;
	}
}
.linkecotext {
	font-size: 16px;
	line-height: 2.5em;
	color: #06F;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.linkecotext {
		font-size: 14px;
		line-height: 1.8em;
	}
	.linkecotext a {
		font-size: 13px;
	}
}
.text20eco {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #666;
}
@media screen and (max-width: 767px) {
	.text20eco {
		font-size: 16px;
		line-height: 1.5em;
	}
}
.siroleft20 {
	color: #FFF;
	margin-right: 20px;
}

.shisetsu_blk {
	max-width: 700px;
	width :100%;
}
.shisetsu_blk .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.shisetsu_blk .rows .list {
	-webkit-flex: 0 0 18%;
	flex: 0 0 18%;
}
@media screen and (max-width: 767px) {
	.shisetsu_blk .rows {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.shisetsu_blk .rows .list {
		-webkit-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-left: 4%;
	}
	.shisetsu_blk .rows .list:nth-child(2n+1) {
		margin-left: 0;
	}
	.shisetsu_blk .rows .list .selector01 {
		font-size: 14px;
	}
	.shisetsu_blk .rows .list .img img {
		width: 100%;
	}
	.shisetsu_blk .rows .list .selector02 {
		text-align: right;
		font-size: 14px;
	}

	.report_table {
		width: 100%;
	}
}

#menu-btn {
    display: none;
}
#sp-nav {
    display: none;
}
@media screen and (max-width:767px) {
    #sp-nav {
        display: block;
        position: fixed;
        top: 55px;
        right: 0px;
        bottom: 0;
        z-index: 999;
        width: 60%;
        margin-right: -100%;
        transition: ease-in-out .4s;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        padding-bottom: 120px;
    }
    #sp-nav.active {
        margin-right: 0px;
    }
    #sp-nav nav {
        background-color: rgba(0, 122, 68, .89);
    }
    #menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
		width: 37px;
		text-align: center;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #menu-btn .sub-txt {
        font-size: 75%;
        text-align: center;
        line-height: 1;
        color: #40857a;
    }
    #menu-btn .sub-txt img {
		width: 29px;
		vertical-align: top;
	}
    #sp-nav ul {
        padding: 10px 0;
    }
    #sp-nav li {
        display: block;
        border-bottom: 1px solid #fff;
    }
    #sp-nav li:first-child {
        border-top: 1px solid #fff;
    }
    #sp-nav li .op-box a {
        text-decoration: none;
        font-weight: 500;
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        border-top: 1px #EB5514 solid;
        font-size: 95%;
    }
    #sp-nav li .op-box a span {
        color: #EB5514;
        font-size: 70%;
        font-weight: normal;
        margin-left: 9px;
    }
    #sp-nav .btn,
	#sp-nav ul > li > a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
		font-size: 14px;
        cursor: pointer;
        padding: 10px 15px;
        position: relative;
        display: block;
        text-align: left;
        letter-spacing: 1px;
	}
	#sp-nav > nav > ul > li:nth-child(1) > a {
		border-top: none;
	}
    #sp-nav .op-box {
        display: none;
        background-color: #FDEEE7;
    }
    #sp-nav .stitle {
		padding: 7px 0;
		text-align: center;
		background-color: #323232;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
	}
	.btn_close {
		padding: 10px 20px;
		text-align: right;
		border-bottom: 2px solid #323232;
	}
	.btn_close img {
		vertical-align: text-bottom;
	}
    .accordion_icon,
	.accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        margin-top: -7px;
        top: 50%;
        vertical-align: middle;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #EB5514;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .menu-trigger,
	.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 24px;
		height: 19px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
	}
	.logo img {
		width: 183px;
		height: auto;
	}
	
	#gnavi {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.htop {
		padding: 5px;
		font-size: 12px;
	}
    #sp-nav {
        top: 95px;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow-y: auto;
		overflow-x: hidden;
	}
    #menu-btn {
        position: fixed;
        top: 25px;
		right: 10px;
		padding: 10px 0 8px;
		width: 44px;
		background-color: #007A44;
		border-radius: 3px;
		z-index: 9999;
    }
    #head.fixed #menu-btn .sub-txt {
		margin-top: 0;
    }
    .menu-trigger {
        width: 27px;
		height: 20px;
    }
    .menu-trigger span {
        height: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: -2px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 7px;
    }
    .active .menu-trigger span:nth-of-type(1) {
        top: 0;
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

.wrap {
	width: 100%;
}
.wrap table {
	width: 100%;
}
@media screen and (max-width:767px) {
	.wrap {
		overflow-x: auto;
	}
	.wrap table {
		max-width: 750px;
		width: 750px;
	}
}