﻿@charset "UTF-8";
body {
	color: #333333;
	margin: 0;
	line-height: 140%;
	background-color: #FFFFFF;
}
body, h1 , h2, h3 {
	font-size : 14px;
}
body, table, input, textarea, select, button {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
h1 {
	line-height: 120%;
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline-block;
}
h2, h3, ul, li, dl, dt, dd, form, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-weight: normal;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:focus, *:focus {
	outline: none;
}
a:hover {
	color: #f24191;
}
a img {
	border-width: 0;
}
ul, dl {
	list-style: none;
}
input[type=submit]:focus {
	outline: none;
}
.clearfix:after, .clearfix:before {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/***###############################################################***
 *  wrapper
 *
 ***###############################################################***/
#wrapper {
	width: 1140px;
	margin: 0 auto 100px auto;
	overflow: hidden;
}
#contentsBody {
	width: 1140px;
	overflow: hidden;
}
#leftColumn {
	width: 800px;
	margin-right: 40px;
	float: left;
}
#rightColumn {
	width: 300px;
	float: left;
}
/***###############################################################***
 *  header
 *
 ***###############################################################***/
#headerWrap {
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
	background-color: #4BA600;/*#35AEFF #5BB028*/
	min-width: 1140px;
}
#header {
	width: 1140px;
	height: 90px;
	margin: 0 auto;
}
#header > li {
	float: left;
}
/* li -> 61+30|190|845+14 */
#header > li:nth-of-type(1) {
	width: 61px;
	margin-right: 30px;
	margin-top: 15px;
}
#header > li:nth-of-type(2) {
	width: 190px;
	margin-top: 17px;
}
/***------------------------------*
 * Global Navi
 ***------------------------------*/
#header > li:nth-of-type(3) {
	width: 845px/*859*/;
	margin: 28px 0 0 14px;
}
/*--<<< 親メニュー >>>--*/
ul#globalNavi {
	width: 859px;
	height: 40px;
	color: white;
	font-size: 16px;
}
ul#globalNavi > li,
ul#globalNavi > li > a {
	height: 40px;
	line-height: 40px;
}
ul#globalNavi > li {
	position: relative;
	float: left;
}
ul#globalNavi > li > a {
	width: auto;
	/*padding: 0 20px 0 18px;*/
	padding: 0 13px 0 13px;
	display: block;
}
ul#globalNavi > li:hover,
ul#globalNavi > li > a:hover {
	background-color: #A8D152/*#A8D152*/;
	color: #fff;
}
ul#globalNavi > li:hover,
ul#globalNavi > li > a:hover {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
}
/*--<<< 子メニュー >>>--*/
ul#globalNavi > li > ul,
ul#globalNavi > li > ul li {
	/* 通常非表示 */
	visibility: hidden;
}
ul#globalNavi > li > ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
	font-size: 14px;
}
ul#globalNavi > li:nth-of-type(2) > ul {
	width: 180px;
}
ul#globalNavi > li:nth-of-type(3) > ul {
	width: 130px;
}
ul#globalNavi > li:nth-of-type(4) > ul {
	width: 320px;
}
ul#globalNavi > li > ul li {
	text-align: left;
	border-bottom: 1px #888888 dotted;
	background-color: #F7F7F7;
	overflow: hidden;
}
ul#globalNavi > li > ul li,
ul#globalNavi > li > ul li a {
	/* transition動作前 */
	height: 0;
}
ul#globalNavi > li > ul li a {
	padding: 0 10px 0 10px;
	/* サブメニューの背景色 */
	background-color: #F7F7F7;
	color: #333333;
	display: block;
}
/* --(( hover 設定 ))-- */
ul#globalNavi > li > ul li:hover,
ul#globalNavi > li > ul li a:hover {
	/* ホバー時のサブメニューの背景色 */
	background-color: #A8D152;
	color: #ffffff;
}
ul#globalNavi > li:hover > ul,
ul#globalNavi > li:hover > ul li {
	/* ホバー時表示 */
	visibility: visible;
	overflow: visible;
	z-index: 10;
}
ul#globalNavi > li:hover > ul li,
ul#globalNavi > li:hover > ul li a {
	/* transition動作後 */
	height: 31px;
	line-height: 31px;
}
/*--<<< transition >>>--*/
ul#globalNavi > li > ul * {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/***###############################################################***
 *  L size Menu
 *
 ***###############################################################***/
ul#LsizeMenu {
	width: 100%;
	height: 150px;
	margin: 0 0 20px 0;
}
ul#LsizeMenu li {
	width: 365px;
	float: left;
}
ul#LsizeMenu li:nth-of-type(2) {
	margin-left: 22px;
	margin-right: 22px;
}
/***###############################################################***
 *  pankuzu
 *
 ***###############################################################***/
ul#pankuzu {
	width: 100%;
	height: 40px;
	margin: 0 0 30px 0;
	font-weight: bold;
	border-top: 1px #3F8A00 solid;
}
ul#pankuzu li {
	height: 40px;
	line-height: 40px;
	float: left;
	color: #234F00;
}
ul#pankuzu li:nth-of-type(n+2):before {
	content: "＞";
	margin: 0 10px 0 10px;
}
/***###############################################################***
 *  left Column
 *
 ***###############################################################***/


/***###############################################################***
 *  right Column
 *
 ***###############################################################***/
.banner-cleanEnergy-reform,
.banner-safety-risk {
	margin-bottom: 8px;
}
.banner-keturo-taisaku {
	margin-bottom: 25px;
}
.banner-mitumori-muryo {
	margin-bottom: 0px;
}
/***------------------------------*
 * works category
 ***------------------------------*/
dl#works-category {
	width: 100%;
	margin: 0 0 45px 0;
	font-size: 16px;
}
dl#works-category dt {
	width: 100%;
	margin-bottom: 4px;
	color: #000000;
}
dl#works-category dt:nth-of-type(1) {
	font-size: 0/*20px*/;
	margin-bottom: 12px;
}
dl#works-category dt:nth-of-type(1) > a {
	padding: 8px 17px 4px 17px;
	vertical-align: top;
	display: inline-block;
	font-size: 20px;
	border: 1px #dddddd solid;
	background-color: #f8f8f8;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
}
dl#works-category dd {
	width: auto;
	padding: 0;
	margin: 0 0 13px 20px;
	line-height: 140%;
	color: #555555;
	font-size: 14px;
}
/*-- マウス オーバー  プルダウン メッセージ --*/
dd.msgHosyu p {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
dd.msgHosyu p a {
	text-decoration: underline;
	color: blue;
}
dd.msgHosyu:hover p {
	width: auto;
	height: 60px;
	padding: 5px 5px 5px 10px;
	margin: 5px 0 0 0;
	font-size: 14px;
	border: 1px #CC0000 solid;
	visibility: visible;
	overflow: visible;
}
dd.msgHosyu * {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/***------------------------------*
 * works area
 ***------------------------------*/
dl#region {
	width: 100%;
	margin: 0 0 45px 0;
	font-size: 16px;
}
dl#region dt {
	width: 100%;
	margin-bottom: 4px;
	color: #000000;
}
dl#region dd {
	width: auto;
	padding: 0;
	margin: 0 0 13px 20px;
	line-height: 140%;
	color: #555555;
	font-size: 14px;
}
dl#region dd span {
	margin: 0 8px 0 0;
	padding: 0;
}
dl#region dd:nth-of-type(1) span {
	/*font-size: 13px;*/
	margin-right: 5px;
}
/***###############################################################***
 * footer
 *
 ***###############################################################***/
div#footer {
	width: 100%;
	height: 325px;
	padding: 0;
	background-color: #f4f4f4;
	border-top: 1px #DDDDDD solid;
	min-width: 1140px;
}
div#foot {
	width: 1140px;
	height: 325px;
	margin: 0 auto;
	padding: 0;
}
/*-<< foot logo image >>-*/
div#foot > div {
	width: 220px;
	height: 79px;
	margin: 160px 90px 0 0;
	float: left;
}
div#foot > div img {
	vertical-align: top;
}
/*-<< foot item >>-*/
div#foot > ul {
	width: 830px;
	height: 305px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	float: left;
}
div#foot > ul > li {
	width: 290px;
	/*font-size: 16px;*/
	float: left;
}
/* width 調整 */
div#foot > ul > li:nth-of-type(1) {
	width: 215px;
}
div#foot > ul > li:nth-of-type(2) {
	width: 285px;
}
div#foot > ul > li:nth-of-type(3) {
	width: 330px;
	/*margin-right: 40px;*/
}
/* 大項目タイトル */
div#foot > ul > li > span {
	font-weight: bold;
}
/* DL設定 */
div#foot > ul > li > dl {
	width: 100%;
	margin-bottom: 20px;
}
div#foot > ul > li > dl > dt,
div#foot > ul > li > dl > dd {
	padding: 2px 0 2px 3px;
}
div#foot > ul > li > dl > dt {
	width: 100%;
}
div#foot > ul > li > dl > dd {
	width: auto;
}
div#foot > ul > li:nth-of-type(3) > dl {
	margin-bottom: 3px;
}
div#foot > ul > li:nth-of-type(3) > dl > dd {
	/*font-size: 15px;*/
}

/*-<< foot low line >>-*/
div#footLow {
	width: 100%;
	height: 50px;
	background-color: #999999;
	border-bottom: 1px #ffffff solid;
}
ul#footLine {
	width: 1140px;
	height: 50px;
	margin: 0 auto;
	color: #ffffff;
}
ul#footLine li {
	width: 100px;
	height: 50px;
	line-height: 51px;
	text-align: center;
	float: left;
}
ul#footLine li:last-of-type {
	width: 450px;
}
/***###############################################################***
 * style parts
 *
 ***###############################################################***/
/*-------------------------*
   title style 1
 *-------------------------*/
.tit1 {
	clear: both;
	width: 100%;
	height: 46px;
	padding: 0;
	margin: 0;
	border-bottom: 1px #dddddd solid;
	text-align: left;
}
.tit1 span {
	height: 45px;
	border-bottom: 4px #cccccc solid;
	font-size: 30px;
	padding-right: 30px;
	/*font-weight: bold;*/
	line-height: 45px;
	display: inline-block;
	float: left;
}
.tit1 a {
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	display: inline-block;
	margin-right: 20px;
	float: right;
}
/*-------------------------*
   title style 2
 *-------------------------*/
.tit2 {
	clear: both;
	width: 100%;
	height: 31px;
	margin-bottom: 22px;
	border-bottom: 1px #dddddd solid;
	text-align: left;
}
.tit2 span {
	height: 30px;
	border-bottom: 4px #cccccc solid;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	float: left;
}
/*-------------------------*
   title style 3
 *-------------------------*/
.titl3 {
	width: 100%;
	margin-bottom: 45px;
	overflow: hidden;
}
.titl3 img {
	vertical-align: top;
}

/* dh-bnrs
---------------------- */
.da-bnr-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}
.da-bnr-list li {
	margin: 5px 0;
	text-align: center;
}

















