@charset "utf-8";
/* ----- reset css --- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,table,th,td {margin: 0px;padding: 0px;}
html,body {background: #ffffff;color: #333;}
body {line-height: 1;}
h1,h2,h3,h4,h5,h6 {clear: both;font-size: 100%;font-weight: normal;}
address,caption,em,strong,th {font-style: normal;font-weight: normal;}

dl,ul,ol { text-indent: 0;}
img {border: 0;vertical-align: top;}
li { list-style: none;}
input,textarea,select {font-family: inherit;font-size: inherit;font-weight:inherit;}
table {border-collapse: collapse;border-spacing: 0px;font-size: inherit;}
th,td {text-align: left;vertical-align: top;}
caption {text-align: left;}
hr { display:none;}
a:active { outline-style:none;}
a{text-decoration:none;}

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/


body {
	font-family:Roboto,"Droid Sans","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
	font-size: 100%;
	color: #333;
}
	
#header h1 {
	font-size: 12px;
	padding: 10px;
}
#header h1 img {
	margin-left: -10px;
}
#headContact {
	border-top: 4px double #568827;
	border-bottom: 4px double #568827;
	padding: 10px;
	color: #333;
	line-height: 1.4;
	text-align: center;
	margin: 0 20px 10px;
}
#headerArea p img {
	max-width: 100%;
}
#navArea #gNav {
	background-color: #568827;
}
.txRed { color: #f00;}
.txBold { font-weight: bold;}

/*==========================================
 ボタンメニュー（toggle）のスタイル
===========================================*/

#toggle{
    display: block;
    position: relative;
    width: 100%;
    background-color: #568827;
}
#toggle a{
	display: block;
	position: relative;
	padding: 16px 0 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}


#menuButton {
    display: block;
    width: 30px;
    height:30px;
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 30;
}
#menuButton span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 6px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 6px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
#gNav{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#gNav li{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
#gNav li a{
	display: block;
	padding: 16px 0 16px;
	background-color: #568827;
	color: #fff;
	text-align: center;
}
#gNav li a:hover{
	background-color: #77BC36;
}
#gNav { display: none;}
#gNav li{ width: 100%;}	

/* -------------------- コンテンツ部 ----------------- */

.breadcrumbslist {
	margin:4px;
	font-size:87.5%;
	color:#666;
}
.breadcrumbslist li {display:inline-block;}

#main h2 {
	font-size: 120%;
	padding: 10px 0 10px 28px;
	border-bottom:2px dotted #578928;
	background-image:url(../image/icon_new.png);
	background-repeat:no-repeat;
	background-position:-10px center;
	margin-bottom:10px;
}

.news {
	margin-left: 10px;
	margin-bottom: 20px;
	overflow:hidden;
	line-height:1.6;
}
.news dt {
	font-size:87.5%;
	line-height:1.4;

	padding-left:20px;
	background:url(../image/icon_newlist.png) no-repeat left center;
}
.news dd {
	line-height:1.2;
	margin:5px 10px 10px 20px;
}

.look a {
	font-size:75%;
	background-color:#eee;
	padding:5px 10px;
	border-left:4px solid #20AA2B;
	display:inline-block;
	width:auto;
	margin:-10px 0 10px auto;
	color:#333;
	text-decoration:none;
}
.look a:hover { background-color:#bbb;}

#main h3 {
	background-color: #333D5E;
	font-size:120%;
	color:#fff;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.column {
	margin-bottom: 20px;
	line-height:1.6;
	overflow:hidden;
}
.column img {
	margin:0 auto 5px;
	display: block;
}
.column p {
	padding-left:10px;
	padding-right:10px;
}
.comment {
	font-size: 90%;
	color: #9AD264;
}



#sidebar {
	width:auto;
	margin: 30px auto;
	text-align: center;
}

.bannerArea {
	background-image:url(../image/bg_banner.png);
	background-repeat:repeat;
	padding:10px;
}


#footer {
	clear:both;
	width:auto;
	padding:0px 0px 30px;
	text-align:center;
	background-color:#568827;
	color: #fff;
}
#footer ul {
	margin:10px 0 30px;
	height: auto;
	overflow: hidden;
}
#footer ul li a {
	display: inline-block; 
	margin: 10px ;
	color:#fff;
	border:1px solid #eee;
	padding: 16px;
	float: left;
}
#footer ul li a:hover {
	color:#999;
}
#footer p {
	clear: both;
	margin-top: 30px;
}
address {
	clear: both;
	margin: 20px 10px;
	line-height: 1.4;
}
#footer .pagetop {
	background-color: #fff;
	text-align: right;
	margin-top: 0;
}
#footer .pagetop a {
	background-color: #568827;
	padding: 10px 10px;
	color: #fff;
	
}
/*-------------------------------------------*/
/*	トップ以外のページ
/*-------------------------------------------*/

#business #headContact,
#service #headContact,
#company #headContact,
#contact #headContact,
#other #headContact {
	display: none;
}

#headersubArea h2 {
	background-image:url(../image/mainimg_subpage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:120px;
	font-size:30px;
	padding-left:1em;
	font-weight:bold;
	text-shadow:2px 2px 4px #fff;
}

#business .bannerArea,
#service .bannerArea,
#company .bannerArea,
#contact .bannerArea,
#other .bannerArea {
	width: 80%;
	margin: auto;
}
.bannerArea h2 {
	background-color:#333d5e;
	color:#fff;
	padding:10px;
}
.bannerArea ul {
	background-color:#fff;
}
.bannerArea ul li {
	padding:18px 10px;
	margin: 0 10px;
	border-top:1px dotted #20AA2B;
}
.bannerArea ul li:first-child {
	border-top: none;
}
.bannerArea ul li a {
	color:#333;
	text-decoration:none;
	display:block;
}

#business #main h1,
#service #main h1,
#company #main h1,
#contact #main h1,
#other #main h1 {
	background-color: #d7e2c3;
	padding: 10px;
	font-weight: bold;
}
#business .section h2,
#service .section h2,
#company .section h2,
#contact .section h2,
#other .section h2 {
	clear:both;
	background-image:url(../image/icon_green.png);
	background-repeat:no-repeat;
	background-position:5px center;
	padding: 10px 0 10px 18px;
	border-top:2px solid #578928;
	border-bottom:2px dotted #578928;
	font-size:110%;
	margin-top:10px;
}
#business .section h3,
#service .section h3,
#company .section h3,
#contact .section h3,
#other .section h3 {
	color:#20AA2B;
	background-color:inherit;
	margin:0;
}
.sectionbox p {
	padding: 10px;
	line-height: 1.4;
}
.sectionbox img {
	margin:0 auto 10px;
	display: block;
}
#cleanene {
	margin-top: 30px;
}

/* ------------------- サービス ---------- */

#service .section p {
	padding: 10px;
}
.product ul { margin:10px 0 20px 10px;}

/* ------------------- 会社概要 ---------- */

#company .section {
	margin-bottom:50px;
	line-height:1.4;
}
/*#company #main h2 {
	background-color: #333D5E;
	font-size: 120%;
	color: #333D5E;
	font-weight:bold;
	text-shadow:1px 1px 0px #fff;
	padding: 5px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../image/bg_banner.png);
	background-repeat: repeat;
	background-position: left center;
}*/

#company .section p {
	padding: 10px;
}
#company .section img {
	margin:0 auto 10px;
	display: block;
}
#company .section ul {
	margin: 10px 10px 20px 20px;
}

#company #main h3 {
	color:#20AA2B;
	background-color:inherit;
	margin:0;
}
#company #main table {
	margin:20px 0 30px 10px;
	border-top: 1px solid #CCC;
	border-right: 0px none #CCC;
	border-bottom: 0px none #CCC;
	border-left: 0px none #CCC;
	border-collapse:collapse;
}
#company #main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
}
#company #main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
}
#company #main table tr:nth-child(odd) {background-color: #efefef;}

#company #main dl { margin:20px 20px 30px;}
#company #main dt { font-size: 87.5%;}
#company #main dd { line-height:1.6; margin-bottom: .5em;}

#company .gMap {
	position: relative;
	padding-top: 50%;
	height: 0;
	overflow: hidden;
}
#company .gMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 10px auto 30px;
}

/* ----- お問い合わせ ------------ */

#contact #main { line-height:1.4;}
#contact #main .section h3 {background-color: #d7e2c3;}
#contact #main table { margin: 20px 10px;}
#contact #main table th { display: block; font-weight: bold;}
#contact #main table td { display: block; margin-bottom: 1em;}
#contact #main table input[type="text"] { width:80%; height: 2em;}
#contact #main table textarea { width:80%;}
#contact #main table em { color:#f00;}
#contact #main input[type="submit"] { padding: 10px 30px;}

.telfaxNo { font-size:120%; font-weight:bold;}
#contact p { margin:10px;}



/* ----- other その他のページ ------------ */

#other .sectionbox { margin-bottom: 30px;}



/*@media (min-width: 360px){	
}*/
