@charset "utf-8";

/* Body
------------------------------ */
body {
	background-color: #D8D8D8;
	box-shadow:none;
	color: #333;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height: 1.6em;
}
a:link{
	text-decoration:none;
	color:#0C7994;
}
a:visited {
	text-decoration:none;
	color:#0C7994;
}
a:active {
	text-decoration:underline;
	color:#10A3C7;
}
a:hover {
	text-decoration:underline;
	color:#10A3C7;
}
.tel {
	position: relative;
    display: block;
    font-size: 0;
    background-size: contain;
	background-repeat: no-repeat;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
/* layout */
.wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color:#F3F3F3;
}

/* header */
header{
	background-color: #fff;
	padding-top: 44px;
	height: 111px;
}
header h1 a{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 330px;
	height: 55px;
	background: url(../images/logo.png) no-repeat 0 0;
	margin: 0 0 16px 18px;
	float: left;
}
header h2{
	position: absolute;
	display: block;
	top:16px;
	font-size: 12px;
	font-weight: 500;
	left: 18px;
	line-height: 1em;
}
header .tel_number{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 229px;
	height: 31px;
	background: url(../images/tel_number.png) no-repeat 0 0;
	float: left;
	margin-top: 14px;
	margin-left: 26px;
}
.header_info{
	position: relative;
	display: block;
	font-size: 12px;
	margin-top: 16px;
	margin-left: 8px;
	float: left;
	line-height: 1.2em;
}
.contact_btn a{
	position: relative;
	display: block;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	float: right;
	margin-top: 10px;
	margin-right: 18px;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d97321', endColorstr = '#d95521');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d97321', endColorstr = '#d95521')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #d97321, #d95521);
background-image: -ms-linear-gradient(top, #d97321, #d95521);
background-image: -webkit-gradient(linear, center top, center bottom, from(#d97321), to(#d95521));
background-image: -webkit-linear-gradient(top, #d97321, #d95521);
background-image: linear-gradient(top, #d97321, #d95521);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}
.contact_btn a span{
	position: relative;
	display: block;
	width: 108px;
	height: 18px;
	margin: 11px 28px 10px;
	background: url(../images/bg_contact.png) no-repeat left center;
	padding-left: 35px;
}
.contact_btn a:hover{
	opacity: 0.8;
}
#gNav{
	position: relative;
	display: block;
	clear: both;
	width: 980px;
	height: 44px;
	z-index: 1;
	box-shadow: 0 4px 2px rgba(0,0,0,0.1)
}
#gNav li a{
	position: relative;
	display: inline-block;
	float: left;
	width: 140px;
	height: 16px;
	border-right: 1px solid #808080;
	border-bottom: 4px solid #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	padding: 12px 0;
}
#gNav li:nth-child(1) a{
	width: 134px;
}
#gNav li:nth-child(6) a{
	width: 140px;
}
#gNav li:nth-child(7) a{
	border-right: none;
}
#gNav li a:hover{
	color: #0C7994;
	border-bottom: 4px solid #0C7994;
	text-decoration: none;
}
#catch{
	border: 5px solid #E4BD33;
	margin: 18px 0 60px 18px;
	position: relative;
	display: block;
	width: 645px;
	height: 322px;
	float: left;
}
#top_nav{
	float: right;
	margin-bottom: 60px;
}
#top_nav li a{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 268px;
	height: 68px;
	margin-top: 19px;
	margin-right: 18px;
	box-shadow: 3px 4px 1px rgba(0,0,0,0.2)
}
#top_nav li:first-child a {
	background-image:url(../images/menu_nav.png);
}
#top_nav li:nth-of-type(2) a {
	background-image:url(../images/flow_nav.png);
}
#top_nav li:nth-of-type(3) a {
	background-image:url(../images/area_nav.png);
}
#top_nav li:nth-of-type(4) a {
	background-image:url(../images/top_support_nav.png);
}

#top_nav li:nth-of-type(5) a {
	background-image:url(../images/menu_nav.png);
}
#top_nav li:nth-of-type(6) a {
	background-image:url(../images/flow_nav.png);
}
#top_nav li:nth-of-type(7) a {
	background-image:url(../images/area_nav.png);
}
#top_nav li:nth-of-type(8) a {
	background-image:url(../images/top_support_nav.png);
}
#top_nav li a:hover{
	background-position: 0 bottom;
}

/* article */
#sub_contents h3{
	float: none;
	clear: both;
}
#top_contents{
	width: 728px;
	float: right;
	margin-right: 18px;
}
#top_contents h2{
	color: #13638B;
	font-weight: 700;
}
#top_concept1{
	position: relative;
	display: block;
	background: url(../images/bg_top_contents1.jpg) no-repeat 0 0;
	width: 710px;
	height: 152px;
	padding-top: 24px;
	padding-left: 18px;
}
#top_concept1 h2{
	font-size: 23px;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}
#top_concept1 p{
	margin-top: 15px;
}
#top_contents #storage_battery_title .flex{
	margin: -66px 0 30px;
}
#top_contents #storage_battery_title h2{
    box-sizing: border-box;
}
#top_contents #storage_battery_title p{
	position: relative;
	margin: 0;
	padding-left: 20px;
}
#top_contents #storage_battery_title a.btn{
	width: 180px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    border-left: 5px solid #E4BD33;
    line-height: 50px;
    margin-left: 84px;
    font-weight: 600;
}
#top_contents #storage_battery_title a.btn:hover{
	opacity: .8;
	transition: .2s;
}
.top_support {
	margin-bottom: 22px;
}
.top_support_inner {
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 33px;
}
.top_support_inner::after {
	position: absolute;
	content: "";
	width: 46px;
	height: 21px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -21px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.top_support_main {
	background: url(../images/top_support_bg.jpg) no-repeat center right  /cover;
	border-top: 1px solid #13638B;
	border-bottom: 1px solid #13638B;
	padding: 20px 18px 20px;
}
.top_support_title {
	font-size: 23px;
	font-weight: 700;
}
.top_support_text {
	max-width: 400px;
	margin-top: 16px;
}
.top_support_lists {
	width: fit-content;
	max-width: 100%;
	margin: 20px auto 0;
}
.top_support_list {
	position: relative;
	font-weight: 700;
	padding-left: 22px;
}
.top_support_list + .top_support_list {
	margin-top: 5px;
}
.top_support_list::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	left: 0;
	top: 4px;
	background: url(../images/top_support_check.png) no-repeat center center / contain;
}
.top_support_list span {
	color: #C1352E;
}
.top_support_food {
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	text-shadow: 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff, 0 -3px 1px #fff, 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff, 4px 4px 3px #3e3e3e, -3px -3px 3px #3e3e3e, -3px 3px 1px #3e3e3e, 3px -3px 1px #3e3e3e;
}
.top_support_food span {
	color: #C1352E;
}



#top_contact_top h3{
	font-size: 19px;
	padding-top: 18px;
	padding-left: 6px;
	width: 710px;
	height: 42px;
	color: #fff;
	background-color: #1E5B7A;
}
.top_contact_top_banner{
	width: 710px;
	height: 192px;
	margin-top: 24px;
	background-color: #fff;
	border: 8px solid #1E5B7A;
	margin-bottom: 32px;
}
.top_contact_top_wrapper {
	display: flex;
	justify-content: space-between;
}
.top_contact_top_bb1{
	position: relative;
	display: block;
	margin-right: 32px;
	width: 300px;
	height: 133px;
}
.top_contact_top_logotype{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 280px;
	height: 50px;
	background: url(../images/logo_footer.png) no-repeat 0 0;
	margin: 26px 0 14px 8px;
}
.top_contact_top_bb1 p{
	font-size: 12px;
	font-weight: 600;
	padding-left: 24px;
}
.top_contact_top_bb2{
	position: relative;
	display: block;
	width: 371px;
	height: 26px;
	margin-top: 24px;
	float: left;
}
.top_contact_top_bb2 p{
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	margin-left: 0;
	margin-right: 20px;
	float: left;
}
.top_contact_top_bb2 p.top_contact_top_tel_number{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 225px;
	height: 25px;
	margin-right: 0;
	background: url(../images/tel_number_footer.png) no-repeat 0 0;

}
.top_contact_top_bb3{
	position: relative;
	display: block;
	width: 365px;
	height: 45px;
	margin-top: 20px;
	float: left;
}
.top_contact_top_bb3 p{
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 10px;
	float: left;
}
.top_contact_top_btn a{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	float: right;
	margin-top: 6px;
	margin-right: 0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d97321', endColorstr = '#d95521');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d97321', endColorstr = '#d95521')";
background-image: -moz-linear-gradient(top, #d97321, #d95521);
background-image: -ms-linear-gradient(top, #d97321, #d95521);
background-image: -webkit-gradient(linear, center top, center bottom, from(#d97321), to(#d95521));
background-image: -webkit-linear-gradient(top, #d97321, #d95521);
background-image: linear-gradient(top, #d97321, #d95521);

}
.top_contact_top_btn a span{
	position: relative;
	display: block;
	width: 108px;
	height: 18px;
	margin: 11px 28px 10px;
	background: url(../images/bg_contact.png) no-repeat left center;
	padding-left: 35px;
}
.top_contact_top_btn a:hover{
	opacity: 0.8;
}




#top_concept2{
	margin-top: 5px;
}
#top_concept2 h2{
	font-size: 18px;
	line-height: 1em;
	padding: 13px 18px 9px;
	border: 1px solid #B0B1B1;
	margin-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#top_concept2 h2:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#top_concept2 h3{
	font-size: 18px;
	color: #13638B;
	line-height: 1em;
	width: 318px;
	padding: 13px 18px 9px;
	border: 1px solid #B0B1B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#top_concept2 h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
.top_concept_box{
	position: relative;
	display: block;
	width: 354px;
	height: 300px;
	margin-right: 18px;
	margin-bottom: 18px;
	float: left;
}
.mr0{
	margin-right:0!important;
}
.top_concept_box a img{
	width: 348px;
	height: 112px;
	border: 4px solid #E4BD33;
}
a:hover img{
	opacity: 0.8;
}
.top_concept_box p{
	margin:0 0 8px 4px;
	letter-spacing: 0;
}
#top_concept3{
	position: relative;
	display: block;
	clear: both;
	float: none;
}
#top_concept3 h2{
	font-size: 23px;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	position: relative;
	display: block;
	background: url(../images/bg_top_contents3.jpg) no-repeat 0 0;
	width: 728px;
	height: 92px;
	padding-top: 70px;
	padding-left: 18px;
	margin-bottom: 0;
}
#top_greeting{
	position: relative;
	display: block;
	width: 728px;
	height: 150px;
	background-color: #fff;
	border: 1px solid #B0B1B1;
}
#top_greeting p{
	position: relative;
	display: block;
	width: 683px;
	height: 100px;
	padding-top: 16px;
	padding-left: 18px;
	margin-bottom: 0;
}
#top_greeting:before{
	content: "";
	position: absolute;
	display: block;
	width: 728px;
	height: 1.5px;
	bottom: 10px;
	background-color: #186F80;
}
#top_infomation h2{
	font-size: 18px;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 692px;
	border: 1px solid #B0B1B1;
	margin-top: 24px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#top_infomation h2:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#top_infomation ul{
	position: relative;
	display: block;
	width: 704px;
	height: 132px;
	padding-top: 20px;
	padding-left: 24px;
	background-color: #fff;
	border: 1px solid #B0B1B1;
}
#top_infomation ul li{
	padding: 0 0 16px;
}
#top_infomation ul li span{
	padding-right: 20px;
}
#top_infomation ul li a{
	text-decoration: underline;
}
#top_infomation ul li a:hover{
	text-decoration: none;
}
#works_point h2{
	font-size: 18px;
	color: #13638B;
	line-height: 1em;
	width: 190px;
	padding: 13px 18px 9px;
	border: 1px solid #B0B1B1;
	margin-top: 24px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#works_point h2:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
.column_box{
	position: relative;
	display: block;
	width: 228px;
	height: 360px;
	margin-bottom: 18px;
	margin-right: 22px;
	float: left;
}
.column_box a img{
	width: 220px;
	height: 210px;
	border: 4px solid #E4BD33;
}
a:hover img{
	opacity: 0.8;
}
.column_box p{
	margin:0 0 8px 11px;
}
#sales_area {
	clear: both;
	float: none;
	margin-top: 24px;
	background: url(../images/sales_area_map.jpg) no-repeat 0 42px;
}
#sales_area h2{
	font-size: 18px;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 692px;
	border: 1px solid #B0B1B1;
	margin-top: 24px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#sales_area h2:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#sales_area h3{
	font-size: 22px;
	line-height: 1.6em;
	color: #009BB6;
	margin-top: 10px;
	margin-left: 196px;
}
#sales_area p{
	font-size: 14px;
	line-height: 1.6em;
	margin-left: 196px;
}
#top_contact h3{
	font-size: 19px;
	padding-top: 18px;
	padding-left: 6px;
	width: 710px;
	height: 42px;
	color: #fff;
	background-color: #1E5B7A;
}
.bottom_banner{
	width: 710px;
	height: 192px;
	margin-top: 24px;
	background-color: #fff;
	border: 8px solid #1E5B7A;
	float: left;
	margin-bottom: 32px;
}
.bb1{
	position: relative;
	display: block;
	margin-right: 32px;
	width: 300px;
	height: 133px;
	float: left;
}
.logotype{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 280px;
	height: 50px;
	background: url(../images/logo_footer.png) no-repeat 0 0;
	margin: 26px 0 14px 8px;
	float: left;
}
.bb1 p{
	font-size: 12px;
	font-weight: 600;
	padding-left: 24px;
	float: left;
}
.bb2{
	position: relative;
	display: block;
	width: 371px;
	height: 26px;
	margin-top: 24px;
	float: left;
}
.bb2 p{
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	margin-left: 0;
	margin-right: 20px;
	float: left;
}
.bb2 p.tel_number{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 225px;
	height: 25px;
	margin-right: 0;
	background: url(../images/tel_number_footer.png) no-repeat 0 0;

}
.bb3{
	position: relative;
	display: block;
	width: 365px;
	height: 45px;
	margin-top: 20px;
	float: left;
}
.bb3 p{
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 10px;
	float: left;
}
.main_form_contact_btn a{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	float: right;
	margin-top: 6px;
	margin-right: 0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d97321', endColorstr = '#d95521');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d97321', endColorstr = '#d95521')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #d97321, #d95521);
background-image: -ms-linear-gradient(top, #d97321, #d95521);
background-image: -webkit-gradient(linear, center top, center bottom, from(#d97321), to(#d95521));
background-image: -webkit-linear-gradient(top, #d97321, #d95521);
background-image: linear-gradient(top, #d97321, #d95521);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}
.main_form_contact_btn a span{
	position: relative;
	display: block;
	width: 108px;
	height: 18px;
	margin: 11px 28px 10px;
	background: url(../images/bg_contact.png) no-repeat left center;
	padding-left: 35px;
}
.main_form_contact_btn a:hover{
	opacity: 0.8;
}

/* ========== works ========== */

#sub_contents{
	width: 728px;
	float: right;
	margin-top: 104px;
	margin-right: 18px;
}
#sub_contents h2{
	position: relative;
	display: block;
	width: 980px;
	height: 197px;
	box-sizing: border-box;
	font-size: 50px;
	color: #3A1D0A;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	padding-top: 90px;
	padding-left: 18px;
	margin: -100px 0 0 -234px;
}
#works_example h2{
	background: url(../images/bg_works_contents.jpg) no-repeat 0 0;
}
#works_example h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 692px;
	border: 1px solid #B0B1B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#works_example h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#works_example p{
	width: 696px;
	margin-left: 15px;
	margin-bottom: 40px;
}
.left_pict img{
	margin-top: 24px;
	margin-left: 15px;
	float: left;
}
.right_pict img{
	margin-top: 24px;
	margin-left: 15px;
}

/* ========== concept ========== */

#concept h2{
	background: url(../images/bg_concept.jpg) no-repeat 0 0;
}
#concept_title h2{
	font-size: 23px;
	color: #036EA7;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	background: url(../images/bg_concept_list1.jpg) no-repeat 0 0;
	width: 728px;
	height: 163px;
	margin: 0;
	padding-top: 50px;
	padding-left: 18px;
}
#concept_title p{
	position: absolute;
	display: block;
	margin-top: -46px;
	margin-left: 20px;
}
#concept_list_top h3{
	font-size: 18px;
	color: #13638B;
	line-height: 1em;
	padding: 13px 18px 9px;
	border: 1px solid #B0B1B1;
	margin-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#concept_list_top h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#concept_list_top h4{
	font-size: 18px;
	color: #13638B;
	line-height: 1em;
	padding: 13px 18px 9px;
	border: 1px solid #B0B1B1;
	margin-top: 24px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#concept_list_top h4:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
.list_first{
	clear: both;
	float: none;
	height: 500px;
	background: url(../images/bg_list_pict1.jpg)no-repeat 300px 65px;
}
.list_first p{
	position: relative;
	display: block;
	font-size: 16px;
	width: 270px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}
.list_second{
	background: url(../images/bg_list_pict2.jpg) no-repeat 500px 65px;
	height: 280px;
}
.list_second p{
	font-size: 16px;
	width: 472px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.list_third{
	background: url(../images/bg_list_pict3.jpg) no-repeat 500px 65px;
	height: 300px;
}
.list_third p{
	font-size: 16px;
	width: 472px;
	padding-top: 20px;
	padding-left: 20px;
}
#concept_title2 h2{
	font-size: 23px;
	color: #036EA7;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	background: url(../images/bg_concept_list2.jpg) no-repeat 0 0;
	width: 728px;
	height: 113px;
	margin: 0;
	padding-top: 50px;
	padding-left: 18px;
	float: left;
}
#concept_list_below h3{
	font-size: 18px;
	color: #13638B;
	line-height: 1em;
	padding: 13px 18px 9px;
	border: 1px solid #B0B1B1;
	margin-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#concept_list_below h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#concept_list_below h4{
	font-size: 18px;
	color: #13638B;
	line-height: 1em;
	padding: 13px 18px 9px;
	border: 1px solid #B0B1B1;
	margin-top: 24px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#concept_list_below h4:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
.list_fourth{
	clear: both;
	background: url(../images/bg_list_pict4.jpg) no-repeat 500px 65px;
	height: 300px;
}
.list_fourth p{
	font-size: 16px;
	width: 472px;
	padding-top: 20px;
	padding-left: 20px;
}
.list_fifth{
	background: url(../images/bg_list_pict5.png) no-repeat 300px 65px;
	height: 370px;
}
.list_fifth p{
	position: relative;
	display: block;
	font-size: 16px;
	width: 260px;
	padding-top: 20px;
	padding-left: 20px;
}
.list_six{
	background: url(../images/bg_list_pict6.png) no-repeat 500px 50px;
	height: 270px;
}
.list_six p{
	font-size: 16px;
	width: 448px;
	padding-top: 20px;
	padding-left: 20px;
}

/* ========== faq ========== */

#faq_example h2{
	background: url(../images/bg_faq_contents.jpg) no-repeat 0 0;
}
.faq_list_box dt{
	font-size: 18px;
	font-weight: 600;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px 50px;
	width: 642px;
	border: 1px solid #B0B1B1;
	margin-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
.faq_list_box dt:before{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	margin-left: -32px;
	margin-top: -1px;
	background:url(../images/bg_q.png) no-repeat left top;
}
#faq_example p{
	width: 696px;
	margin-left: 15px;
	margin-bottom: 40px;
}
#faq_title h2{
	position: relative;
	display: block;
	font-size: 23px;
	color: #036EA7;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	background: url(../images/bg_faq_list1.jpg) no-repeat 0 0;
	width: 728px;
	margin-top: 0;
	margin-left: 2px;
	padding-top: 65px;
	padding-left: -18px;
}
.faq_list_box{
	margin:16px -32px 72px 10px;
}
.faq_list_box dd{
	display:none;
	width: 632px;
	padding: 2px 0 8px 36px;
	margin: 16px 28px 24px 20px;
	background:url(../images/bg_a.png) no-repeat left 3px;
}
#faq_title2 h2{
	position: relative;
	display: block;
	font-size: 23px;
	color: #036EA7;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	background: url(../images/bg_faq_list2.jpg) no-repeat 0 0;
	width: 728px;
	margin-top: 0;
	margin-left: 2px;
	padding-top: 65px;
	padding-left: -18px;
}
#faq_title3 h2{
	position: relative;
	display: block;
	font-size: 23px;
	color: #036EA7;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	background: url(../images/bg_faq_list3.jpg) no-repeat 0 0;
	width: 728px;
	margin-top: 0;
	margin-left: 2px;
	padding-top: 65px;
	padding-left: -18px;
}

/* ========== solar ========== */

#solar_concept h2{
	background: url(../images/bg_solar_contents.jpg) no-repeat 0 0;
}
.below{
	width: 696px;
	margin-top: 12px;
	margin-left: 15px;
}
#solar_merit_title h2{
	position: relative;
	display: block;
	font-size: 23px;
	color: #036EA7;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	background: url(../images/bg_solar_concept1.jpg) no-repeat 0 0;
	width: 728px;
	margin-top: 24px;
	margin-left: 2px;
	padding-top: 65px;
	padding-left: -18px;
}
#solar_merit_title h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 692px;
	border: 1px solid #B0B1B1;
	margin-top: -9px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#solar_merit_title h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
.solar_merit_sub h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 692px;
	border: 1px solid #B0B1B1;
	margin-top: 50px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
.solar_merit_sub h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
.solar_merit_sub p{
	width: 696px;
	margin-top: 12px;
	margin-left: 15px;
}
#solar_basic h2{
	position: relative;
	display: block;
	font-size: 23px;
	color: #036EA7;
	line-height: 1.5em;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
	background: url(../images/bg_solar_concept2.jpg) no-repeat 0 0;
	width: 728px;
	height: 98px;
	margin-top: 24px;
	margin-left: 2px;
	padding-top: 65px;
	padding-left: -18px;
}
#solar_basic h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 692px;
	border: 1px solid #B0B1B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#solar_basic h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#solar_basic p{
	width: 696px;
	line-height: 2em;
	margin-top: 24px;
	margin-left: 15px;
	border-bottom: 1px dashed #808080;
	color: #585757;
	padding: 0 0 17px 0;
}
#solar_basic p span{
	font-weight: 600;
	background-image: url(../images/left_side_icon.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #1281B3;
	padding-left: 15px;
}

/* ========== about ========== */

#company_profile h2{
	background: url(../images/bg_profile_contents.jpg) no-repeat 0 0;
}
#company_profile h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 692px;
	border: 1px solid #B0B1B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#company_profile h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#company_profile p{
	width: 696px;
	margin-top: 25px;
	margin-left: 15px;
}
div.profile_left_pict{
	width: 340px;
	height: 200px;
	background: url(../images/profile_left_pict.png) no-repeat 0 0;
	margin-top: 24px;
	margin-left: 15px;
	float: left;
}
.profile_right_pict{
	width: 340px;
	height: 200px;
	background: url(../images/profile_right_pict.png) no-repeat 0 0;
	margin-top: 24px;
	margin-left: 370px;
}
#about_table{
	width: 696px;
	margin: 42px 0 24px 15px;
	line-height: 1.6em;
	border: 1px solid #9D9D9E;
}
#about_table tbody tr th,td{
	font-weight: normal;
	padding: 16px 16px;
	border-bottom: 1px dashed #B3B3B4;
}
#about_table tbody tr th{
	font-weight: 600;
	color: #fff;
	text-align: left;
	background-color: #1A82B1;
	border-right: 1px solid #9D9D9E
}
#about_table tbody tr td{
	background-color: #FFF;
}
#about_table tbody tr td a:link  {
	color: #333333;
}


/* ========== sitemap ========== */

#sitemap_title h2{
	background: url(../images/bg_sitemap_contents.jpg) no-repeat 0 0;
}
#sitemap_link h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 676px;
	border: 1px solid #B0B1B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#sitemap_link h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#sitemap_link{
	height: 353px;
	margin-top: 16px;
}
#sitemap_link ul{
	position: relative;
	display: block;
	width: 218px;
	list-style-type: none;
	margin-top: 14px;
	margin-bottom: 30px;
	float: left;
}
#sitemap_link ul li a{
	position: relative;
	display: block;
	background-image: url(../images/left_side_icon.png);
	background-repeat: no-repeat;
	background-position: 29px center;
	width: 155px;
	height: 15px;
	font-size: 15px;
	line-height: 1em;
	color: #585757;
	padding: 17px 0 17px 41px;
}
#sitemap_link ul li a:hover{
	color: #0C7994;
	background-image: url(../images/left_side_icon_hover.png);
}
#link_site h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 676px;
	border: 1px solid #B0B1B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#link_site h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#link_site ul li{
	margin: 40px 0 50px 24px;
}
#link_site ul li a{
	font-size: 16px;
	line-height: 1em;
	background-image: url(../images/left_side_icon.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	line-height: 1em;
	padding: 17px 0 17px 15px;
	color: #0C7994;
	width: 100%;
}
#link_site ul li a:hover{
	color: #0C7994;
	background-image: url(../images/left_side_icon_hover.png);
}
#link_site ul li span{
	padding-left: 16px;
}

/* ========== contact ========== */
#contact{
	width: 728px;
	float: center;
	margin: 0 auto;
}
#contact h2{
	position: relative;
	display: block;
	width: 980px;
	height: 107px;
	font-size: 50px;
	color: #3A1D0A;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	padding-top: 90px;
	padding-left: 18px;
	margin-top: 5px;
	margin-left: -125px;
}
#contact_title h2{
	background: url(../images/bg_contact_contents.jpg) no-repeat 0 0;
}
#contact_title h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 690px;
	border: 1px solid #B0B1B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#contact_title h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
.contact_important p{
	font-size: 18px;
	font-weight: 600;
	color: #D65424;
	margin-top: 32px;
	margin-left: 20px;
}
#privacy_policy{
	font-size: 12px;
	padding-top: 12px;
	padding-left: 22px;
}
.contact_detail p{
	width: 640px;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#contact_mini{
	width: 710px;
	height: 103px;
	margin-top: 24px;
	background-color: #fff;
	border: 8px solid #1E5B7A;
	float: left;
	margin-bottom: 24px;
}
.bb1_mini{
	position: relative;
	display: block;
	margin-right: 32px;
	width: 300px;
	height: 133px;
	float: left;
}
.logotype_mini{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 310px;
	height: 50px;
	background: url(../images/logo_footer.png) no-repeat 0 0;
	margin: 30px 0 14px 8px;
	float: left;
}
.bb2_mini{
	position: relative;
	display: block;
	width: 371px;
	height: 26px;
	margin-top: 24px;
	float: left;
}
.bb2_mini p{
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	margin-top: 12px;
	margin-left: 0;
	margin-right: 20px;
	float: left;
}
.bb2_mini p.tel_number{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 225px;
	height: 25px;
	margin-right: 0;
	background: url(../images/tel_number_footer.png) no-repeat 0 0;

}
#contact_form h3{
	clear: both;
	float: none;
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 690px;
	border: 1px solid #B0B1B1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#contact_form h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
dl.mailform{
	margin-top: 24px;
	border-bottom: 1px dashed #CCC;
}
dl.mailform dd label{
	font-size: 15px;
	padding-top: 6px;
}
#contact_nav li{
	display: inline;
}
dd.mfp a{
	font-weight: 600;
	color: #E85513;
}
div.mfp_buttons{
	margin-top: 12px;
	margin-bottom: 65px;
}

/* ========== storage_battery ========== */

#storage_battery h2{
	background: url(../images/bg_storage_battery.jpg) no-repeat 0 0;
}
#storage_battery_title h2{
	font-size: 23px;
    color: #13638B;
    line-height: 1.5em;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
	background: url(../images/bg_storage_battery_title.jpg) no-repeat 0 0;
    width: 728px;
    height: 163px;
    margin: 0;
    padding-top: 20px;
    padding-left: 18px;
}
#storage_battery_title p {
    position: absolute;
    display: block;
    margin-top: -66px;
    margin-left: 20px;
}
p.pl_18{
	padding-left: 18px;
}
#storage_battery01 h3,#storage_battery02 h3,
#storage_battery03 h3,#storage_battery04 h3{
	font-size: 18px;
	color: #177480;
	line-height: 1em;
	padding: 13px 18px 9px;
	width: 692px;
	border: 1px solid #B0B1B1;
	margin: 20px 0 30px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d2d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -ms-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2d1d1));
	background-image: -webkit-linear-gradient(top, #ffffff, #d2d1d1);
	background-image: linear-gradient(top, #ffffff, #d2d1d1);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#storage_battery01 h3:before,#storage_battery02 h3:before,
#storage_battery03 h3:before,#storage_battery04 h3:before{
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 27px;
	margin-left: -18px;
	margin-top: -6px;
	background-color: #186F80;
}
#storage_battery01 h4,#storage_battery02 h4,
#storage_battery04 h4{
	width: 730px;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 10px 18px;
	border-bottom: 1px solid #0C7994;
	margin: 60px 0 30px;
	box-sizing: border-box;
}
.flex{
	position: relative;
	display: flex;
	width: 100%;
}
#storage_battery01 .home,
#storage_battery01 .industry{
	width: 46%;
}
#storage_battery01 .home{
	margin: 0 40px 0 18px;
}
#storage_battery01 .home img,
#storage_battery01 .industry img{
	display: block;
	width: 100%;
	height: auto;
}
.fc_b{
	color: #0C7994;
	font-weight: bold;
	line-height: 1;
    padding: 10px 0 12px;
}
#storage_battery02 h3,#storage_battery03 h3,
#storage_battery04 h3{
	margin-top: 80px;
}
#storage_battery03 ul li{
	width: 712px;
	border: 1px solid #0D7486;
	background-color: #fff;
	margin: 10px 0 0 18px;
	padding: 30px 40px;
	align-items: center;
	box-sizing: border-box;
}
#storage_battery03 ul li:first-of-type{
	margin-top: 30px;
}
#storage_battery03 ul li img{
	display: block;
	width: 111px;
	height: 100%;
	margin-right: 40px;
}
#storage_battery03 ul li p.merit_title{
	color: #1E5B7A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#storage_battery04 .flex{
	width: 692px;
	justify-content: space-between;
	margin: 0 auto;
}
#storage_battery04 .flex p{
	width: 470px;
}
#storage_battery04 img{
	width: 202px;
	height: 100%;
}
#storage_battery04{
	margin-bottom: 60px;
}
#storage_battery04 h4{
	margin-top: 30px;
}
#storage_battery04 ul{
	padding-left: 18px;
}
#storage_battery04 ul:first-of-type{
	margin-bottom: 30px;
}
.fw_6{
	font-weight: bold;
	margin-bottom: 7px;
}

/* bread_crumb */

.bread_crumb{
	position: relative;
	display: block;
	vertical-align: middle;
	width: 728px;
	height: 20px;
	margin: 15px 0 16px;
	padding: 0;
	clear: both;
}
.bread_crumb a{
	color: #006699;
	text-decoration: underline;
}
.bread_crumb a:hover{
	color: #0093D9;
	text-decoration: none;
}
.bread_crumb ul{
	float: right;
}
.bread_crumb ul li{
	float: left;
	padding: 0 12px 0 0;
	font-size: 12px;
}
.bread_crumb ul li:after{
	content:"　>";
}
.last_crumb:after{
	content:none!important;
}

/* left side */
#left_side{
	width: 198px;
	float: left;
	margin-left: 18px;
	margin-top: 250px;
}
.mt0{
	margin-top: 0!important
}
#left_side a img{
	margin-bottom: 16px;
}
#left_side ul{
	position: relative;
	display: block;
	width: 218px;
	list-style-type: none;
	margin-bottom: 30px;
}
#left_side ul li a{
	position: relative;
	display: block;
	background-image: url(../images/left_side_icon.png);
	background-repeat: no-repeat;
	background-position: 29px center;
	border-bottom: 1px dashed #808080;
	width: 155px;
	height: 15px;
	font-size: 15px;
	line-height: 1em;
	font-weight: 600;
	color: #585757;
	padding: 17px 0 17px 41px;
}
#left_side ul li:nth-child(1) a{
	border-top: 1px dashed #808080;
}
#left_side ul li a:hover{
	text-decoration: none;
	color: #0C7994;
	background-image: url(../images/left_side_icon_hover.png);
}


/* footer */
footer{
	float: none;
	clear: both;
	background-color: #0C7994;
	padding-top: 24px;
	height: 159px;
	text-align: center;
}
footer:before{
	content: "";
	position: absolute;
	display: block;
	width: 980px;
	height: 5px;
	margin-top: -24px;
	background-color: #119DC6;
}
footer:after{
	content: "";
	position: absolute;
	display: block;
	width: 980px;
	height: 2px;
	margin-top: -174px;
	background-color: rgba(0,0,0,0.2);
}
@media (min-width: 981px) {
	footer:before{
		width: 100%;
	}
	footer:after{
		width: 100%;
	}

}
#footer_logo a{
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 330px;
	height: 55px;
	background: url(../images/footer_logo.png) no-repeat 0 0;
	/* margin-left: 330px; */
	margin: auto;
}
#footer_inner a:link {
	color: #ffffff;
}
#footer_inner p{
	font-size: 13px;
	color: #fff;
	margin-top: 24px;
}
#copylight{
	font-size: 12px;
	color: #fff;
}
#copylight a{
	font-size: 12px;
	color: #fff;
}