@charset "UTF-8";

/*--------------------------------------------------------------
トップページ
--------------------------------------------------------------*/

#mainimgarea{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	position: relative;
	height: 314px;
	text-align: center;
	background-image: url(../img/bg_top.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	z-index: 0;
}
#mainimg{
	width:1000px;
	height:314px;
	margin:0 auto 0 auto;
	padding:0;
}

#toppage #maincontents {
    width:460px;
    float:left;
    padding:0;
}
#toppage #subcontents {
    width:220px;
    padding: 0 0px 20px 30px;
    position:relative;
    float:left;
}
#toppage #bnrarea ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	display: inline-block;
	border-top: 1px solid #ddd;
    padding: 40px 0 0;
}
#toppage #bnrarea ul li{
	width:49%;
    margin: 0 2% 20px 0px;
    float:left;
}
#toppage #bnrarea ul li:nth-child(2n + 2){
	margin: 0 0 20px 0px;
}
#toppage #bnrarea ul li img{
	width: 100%;
}
#toppage #bnrarea .bnr_l {
    width:220px;
    padding: 0 20px 0 0;
    float:left;
    display:block;
}

#toppage #bnrarea .bnr_r {
    width:220px;
    padding: 0;
    float:right;
    display:block;
}

#toppage #bnrarea .bnr_l img,
#toppage #bnrarea .bnr_r img {
    width:220px;
    height:70px;
}

#cloudlineup{
	width: 100%;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	border-top:#DDD dotted 0px;
}
#cloudlineup p{
	margin: 0px 0px 20px 0px;
}
.cloudlineup{
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}

ul.cloud_item_list {
    padding:0px 0px 0px 0px;
    list-style:none;
}
ul.cloud_item_list li {
	padding:0px 20px 0px 0px;
	width: 120px;
	float:left;
	display:block;
	font-size:0.9em;
}
ul.cloud_item_list a {
	padding:0;
	margin-bottom:6px;
	display:block;
	font-size:1.2em;
}
ul.cloud_item_list li.enditem {
	padding:0px 0px 0px 0px;
	width: 120px;
	float:left;
	display:block;
	font-size:0.9em;
}
ul.cloud_item_list img.itemimg {
	padding:0;
	margin-bottom:10px;
	width: 120px;
	display:block;
}

#smartenergy{
	width: 100%;
	padding: 30px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	border-top:#CCC solid 0px;
	border-bottom:#CCC solid 1px;
}
#smartenergy p{
	margin: 0px 0px 20px 0px;
}
.smartenergy{
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}

.smart_item {
	width: 150px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
ul.smart_item_list {
    padding:0px 0px 0px 0px;
    list-style:none;
}
ul.smart_item_list li {
	padding:0px 5px 15px 5px;
	width: 150px;
	height:310px;
	float:left;
	display:block;
	font-size:0.9em;
}
ul.smart_item_list a {
	padding:0;
	margin-bottom:6px;
	display:block;
	font-size:1.2em;
}
ul.smart_item_list img.itemimg {
	padding:0;
	margin-bottom:10px;
	width: 150px;
	display:block;
}

#toppage #bnrarea_footer {
    width:960px;
    margin:0 auto;
    padding: 20px 0px 40px 0px;
    position:relative;
    text-align: center;
}
#toppage #bnrarea_footer .bnr_l {
    width: 230px;
    padding: 0 5px 0;
    margin-right: 0;
    display: inline-block;
}
#toppage #bnrarea_footer .mark_privacy {
    width:100px;
    padding: 0;
    float:left;
    display:block;
    position:absolute;
    top:0px;
    right:0;
}
#toppage #bnrarea_footer .bnr_l img {
    width:230px;
    height:44px;
}

#subcontents .branch {
    display:block;
    width:300px;
}

#toppage #qa_widget {
		width:220px;
		padding: 0px 0px 0px 30px;
		float:left;
}

.temp {
	font-size:1.2em;
}

.eco_read{
	height:40px;
	margin-bottom:5px;
	font-size:1.2em;
	line-height:150%;
}
.eco_mds{
	margin-right:5px;
	color:#FF8000;
	font-size:1.5em;
	font-weight:bold;
}

.eco_box{
	width:126px;
	height:126px;
	margin:0;
	padding:10px;
	border:2px #E8E8E8 solid;
}

img.eco_other{
	margin:170px 0 0 30px;
	padding:0;
	overflow:hidden;
	position:absolute;
}

.corp_bnr{
	padding: 20px 0px 20px 30px;
	float:left;
	width: 470px;
}


/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/

dl.newslist {
	padding:0 0 0 0;
	margin-bottom:40px;
}
dl.newslist dt {
	padding:0 0 0 0;
	margin-top:10px;
	margin-bottom:0px;
	font-size:1.2em;
	font-weight:normal;
}
dl.newslist dt a {
	padding:0 0 0 12px;
	display:inline-block;
	background-image:url(../img/arrow.gif);
	background-position:0 0.65em;
	background-repeat:no-repeat;
}
dl.newslist dd {
	padding:0 0 0 0;
	margin-bottom:10px;
}
dl.newslist .new {
    padding:3px 5px 3px 5px;
    margin-right:5px;
    color:#FFF;
    font-weight:normal;
    font-size:10px;
    line-height:10px;
    display:inline-block;
    background-color:#E22119;
}
dl.newslist .press {
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	display: inline-block;
	background-color: #618800;
}
dl.newslist ul.media {
	margin:10px 5px 15px 5px;
	font-weight: bold;
	font-size: 12px;
}
dl.newslist ul.media li {
	margin-left: 15px;
	font-weight: normal;
}
dl.newslist .date {
    padding:0px;
    margin-bottom:3px;
    color:#000000;
    font-weight:normal;
    font-size:10px;
    line-height:10px;
    display:block;
}

.bnr_ecovision {
	margin-top:20px;
	float:right;
}

/*--------------------------------------------------------------
お知らせ詳細
--------------------------------------------------------------*/

.news_column:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.news_column {
	display:inline-block;
	clear:both;
}

* html .news_column {
	height:1%;
	clear:both;
}

.news_column {
	display:block;
	clear:both;
}
.news_column {
	padding:0px 0 20px 0;
	width:700px;
	clear:both;
	background-image:url(../img/bg_newscolumn.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

.ttl_news {
    padding:0px 0px 0px 15px;
    font-size:1.2em;
    margin-bottom:20px;
    clear: both;
    font-weight: normal;
    position:relative;
    background-repeat:no-repeat;
    background-position:0px 0.6em;
    line-height: 1.4;
    letter-spacing: -0.1em;
}

.news_column_left {
	padding:0 0 0px 0;
	width:340px;
	float:left;
}
.news_column_right {
	padding:0 0 0px 0;
	width:340px;
	float:right;
}
.news_column p {
	margin:0 0 20px 0;
}

#maincontents #info_column:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#maincontents #info_column {
	display:inline-block;
	clear:both;
}

* html #maincontents #info_column {
	height:1%;
	clear:both;
}

#maincontents #info_column {
	display:block;
	clear:both;
}
#maincontents #info_column {
    width:700px;
    clear:both;
    margin:0 0 20px 0;
    padding: 20px 0 0 0;
    color:#000;
    border-top:#DDD solid 1px;
}
#maincontents #info_column .infocol_ttl {
    width:110px;
    margin:0 0 0 0;
    padding: 0px;
    float:left;
}
#maincontents #info_column dl.newslist {
	width:570px;
	padding:0 0 0px 19px;
	float:left;
	border-left:#DDD dotted 1px;
}
#maincontents #info_column dl.newslist dt {
	width:90px;
	padding:0px 0 0 0;
	float:left;
}
#maincontents #info_column dl.newslist dd {
	width:472px;
	padding:0 0 5px 8px;
	float:left;
	background-image:url(../img/arrow.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
}
#maincontents #info_column dl.newslist dd a {
	padding:0 0 0 0px;
    color:#000;
}
#maincontents #info_column dl.newslist dd a:hover {
	padding:0 0 0 0px;
		color:#999;
}
#maincontents #info_column dl.newslist dd .new {
	padding:0 40px 0 0px;
	background-image:url(../img/icon_new.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#info_list #info_column:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#info_list #info_column {
	display:inline-block;
	clear:both;
}

* html #info_list #info_column {
	height:1%;
	clear:both;
}

#info_list #info_column {
	display:block;
	clear:both;
}

#info_list #info_column {
    width:700px;
    clear:both;
    margin:0 0 20px 0;
    padding: 20px 0 0 0;
    color:#000;
    border-top:#DDD solid 0px;
}
#info_list #info_column .infocol_ttl {
    width:110px;
    margin:0 0 0 0;
    padding: 0px;
    float:left;
}

#info_list #info_column dl.newslist {
	width:700px;
	padding:0 0 0px 0px;
	float:left;
	border-left:#DDD dotted 0px;
}
#info_list #info_column dl.newslist dt {
	width:90px;
	padding:0px 0 0 0;
	float:left;
}
#info_list #info_column dl.newslist dd {
	width:602px;
	padding:0 0 5px 8px;
	float:left;
	background-image:url(../img/arrow.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
}
#info_list #info_column dl.newslist dd a {
	padding:0 0 0 0px;
    color:#000;
}
#info_list #info_column dl.newslist dd a:hover {
	padding:0 0 0 0px;
		color:#999;
}
#info_list #info_column dl.newslist dd .new {
	padding:0 40px 0 0px;
	background-image:url(../img/icon_new.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

/*--------------------------------------------------------------
タブ切りかえ
--------------------------------------------------------------*/

.tab_category {
    clear:both;
}
.tab_category .tabs {
    width:700px;
    padding:0px 0px 0px 0px;
    margin-bottom:10px;
}
.tab_category .tabs ul.tabs-list {
    margin:0;
    padding:4px 0 0 0;
    list-style:none;
    width:700px;
	font-size:12px;
	line-height:1.4;
	height:40px;
}
.tab_category .tabs ul.tabs-list li {
    float:left;
    margin:0 0 10px 0;
    padding:0 1px 0 1px;
	text-align:center;
}
.tab_category .tabs ul.tabs-list a {
    display:block;
    padding:0px 0px 0px 0px;
	height:40px;
    color:#000;
	white-space:nowrap;
	background-image:url(../img/bg_plantab_line.gif);
	background-repeat:repeat-x;
	background-position:center top;
	width:114px;
}

  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.tab_category .tabs ul.tabs-list a {float:none;}
  /* End IE5-Mac hack */

.tab_category .tabs ul.tabs-list a:hover {
    color:#999;
}
.tab_category .tabs ul.tabs-list .current {
	text-align:center;
    float:left;
    margin:0 0 10px 0;
    padding:0 1px 0 1px;
	text-align:center;
    font-weight:bold;
}
.tab_category .tabs ul.tabs-list .current a {
    color:#77920A;
    background-image:url(../img/bg_plantab_line.gif);
    background-repeat:no-repeat;
    background-position:center -50px;
}

.tabbody:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.tabbody{
	display:inline-block;
	clear:both;
}

* html .tabbody {
	height:1%;
	clear:both;
}

.tabbody {
	display:block;
	clear:both;
}

.tab_category .tabbody {
    width:700px;
    margin-bottom:10px;
    padding:10px 0 0 0;
}

.js .tabs .current-info,
.js .tabs .accessibletabsanchor,
.js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
        position:absolute;
        left:-999em;
}

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

#inquiry {
	padding:0;
}

#inquiry p {
    margin-bottom:10px;
}

.hissu {
	font-weight:normal;
	padding:0 5px 0 5px;
}

ul.inq_step {
	width:696px;
	height:34px;
	line-height:1;
	font-size:12px;
	padding:1px 1px 1px 1px;
	margin-bottom:20px;
	list-style:none;
    border:#DDD solid 1px;
}

ul.inq_step li {
	width:210px;
	padding:10px;
	margin:1px;
	text-align:center;
	float:left;
	background-color:#EEE;
}
ul.inq_step li.current {
    color:#FFF;
}

p.form_btns {
    margin:0 0 20px 0;
    text-align:center;
}

a.btn_form {
    margin:0 4px;
    width:188px;
    display:inline-block;
}

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

.branch {
    width:80px;
    display:block;
}

.submenu_ttl {
    margin-bottom:4px;
}

ul.submenu {
    padding:0px 0px 0px 0px;
    list-style:none;
    margin-bottom: 10px;
}
ul.submenu li {
    padding:0px 0px 0px 0px;
    line-height:1.4;
    margin-bottom: 4px;
    text-align:left;
}

#submenu ul.submenu li a {
    padding:9px 20px 9px 10px;
    background-color:#EEE;
    line-height:1.3;
    display:block;
    background-image:url(../img/arrow_btn.gif);
    background-repeat:no-repeat;
    background-position: right center;
    text-align:left;
    margin: 0 0px 0px 0px;
}

#submenu ul.submenu li a:hover {
    color:#000;
    background-color:#DDD;
}

#submenu ul.submenu li a.active {
    padding:9px 20px 9px 10px;
    background-color:#DDD;
    line-height:1.3;
    display:block;
    background-image:url(../img/arrow_btn.gif);
    background-repeat:no-repeat;
    background-position: right center;
    text-align:left;
    margin: 0 0px 0px 0px;
}

#submenu ul.submenu li.brackets a {
	padding:10px 20px 10px 4px;
}

.img_president {
    float:right;
    margin-bottom:30px;
    float:left;
    width:180px;
}

.greeting {
    line-height:3;
    float:right;
    width:500px;
    padding:14px 0px 0px 0px;
}

.greeting_ttl {
    margin-bottom:40px;
}

.group_name {
    font-weight:bold;
}

.group_detail {
    padding:10px 0 0 15px;
    margin-bottom:40px;
    border-top:#DDD dotted 1px;
}
.group_detail_nomargin {
    padding:10px 0 0 15px;
    border-top:#DDD dotted 1px;
}

.workstyle .mds_obi{
    font-size: 1.3em;
    padding: 10px 0px 10px 10px;
    margin: 50px 0 15px;
}

.workstyle .ph_deatil .em {
    font-size: 1.15em;
}

.workstyle .value .group_detail img{
    width: 70%;
    display: block;
    margin: 0 auto;
}

.workstyle .mds_hyphen_s{
    letter-spacing: 0;
}

.topmessage_photo {
    width: 200px;
    float: left;
    display: block;
}
.topmessage {
    width: 420px;
    float: right;
    display: block;
}

.sign_area {
	margin-top: 35px;
}

.signature{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "serif";
    font-weight:bold;
    font-size: 1.17em;
    line-height: 1.45em;
	/* text-align: right; */
	float: right;
}

.signature span{
	display: block;
    margin: 0px 15px 0px 0;
    float: left;
}

@media all and (-ms-high-contrast: none) {
	.signature span{
		margin: 3px 15px 0px 0;
	}
  }

.ph_deatil{
	padding: 0 15px;
	box-sizing: border-box;
}
.ph_deatil.value{
    margin: 25px 0 0;
}

.ph_deatil .em{
	font-size: 17px;
    letter-spacing: 0;
}


.mission_en{
	color: #93B200;
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 !important;
}
.mission{
	color: #93B200;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
}

.safe{
	margin: 0 0 40px;
}
.safe .mds_obi {
    padding: 12px 0px 12px 10px;
    letter-spacing: 0;
}
.safe .text {
	float: left;
}
.safe .sapocar img{
	margin: -10px 0 0;
}
.safe .column_left,
.safe .column_right {
    width: 330px;
}
.safe .column_right img {
    width: 100%;
}



/*--------------------------------------------------------------
個人情報保護方針
--------------------------------------------------------------*/

.per_text{
	font-size: 1em;
	padding:0;
	margin:0 0 10px 0;
}

.per_subtext{
	font-size: 1em;
	padding:0;
	margin:0 20px 0 10px;
}

.per_sub{
	color:#666666;
	font-size: 1em;
	padding:0;
	margin:0 20px 0 10px;
}

.per_name{
	text-align:right;
	margin:10px 0 25px 0;
}


.per_bold{
	font-weight:bold;
}

.per_bold_title{
	font-size: 1.2em;
	font-weight:bold;
	padding:0;
	margin:10px 0 0 0;
}

.pdf_linktext{
	color:#3333ff;
}

/*--------------------------------------------------------------
バナー
--------------------------------------------------------------*/

.bnrarea {
	padding:0 0 10px;
}
.bnrarea a {
	margin:0 0 10px;
	display:block;

}
.bnrarea_l {
	padding:0 0 20px;
}
.bnrarea_l a {
	margin:0 0 10px;
	display:block;
}
.bnrarea_l .half_l {
	width:340px;
	padding:0 20px 0 0;
	float:left;
}
.bnrarea_l .half_r {
	width:340px;
	float:left;
}

.mark_area {
  text-align:center;
}