@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------
  style reset
----------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
table,
th,
td,
caption,
form,
input,
blockquote,
pre,
form {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: bottom;
    border: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0 0 0.3em;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}


/*---------------------------------------------------------------
  Base
----------------------------------------------------------------*/

body {
    background: url(../images/bg_main.jpg);
    text-align: center;
}

#container {
    width: 1020px;
    margin: 0 auto;
    text-align: left;
}

#bgbox {
    background: url(../images/bg_contetns.jpg) repeat-y;
    padding: 0 10px;
    position: relative;
}

#cat_menu {
    padding: 13px 0 0 0;
    margin: -13px 0 0 0;
    background: #F0F0F0 url(../images/bg_catmenu01.jpg) no-repeat;
}

#cat_menu li a {
    display: block;
    font-size: 71.4%;
    padding: 1.5em 3em 1.5em 2em;
    line-height: 1.4;
    border-bottom: 1px solid #FFF;
    background: url(../images/im_arrow02.gif) no-repeat 95% 50%;
    color: #333;
    text-decoration: none;
}

#cat_menu li a.current {
    font-weight: bold;
}

#cat_menu li:hover {
    background: url(../images/bg_catmenu02.jpg) repeat-x bottom;
}

#side_nav {
    width: 200px;
    float: right;
    padding: 126px 0 0 0;
    border-top: 4px solid #CF303C;
}

#contents_area {
    width: 790px;
    float: right;
    margin-left: 10px;
    border-top: 4px solid #CF303C;
    padding: 0 0 30px;
}

#contents_area h1.top,
#contents_area #topicpath {
    font-size: 85.7%;
    padding: 17px 25px 12px;
    line-height: 1.2;
}

#contents_area #topicpath {
    padding-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
    margin: 0 0 20px;
    line-height: 1.3;
}

#contents_area h1 {
    width: 750px;
    margin: 0 auto 20px;
    border-bottom: 1px dotted #CCC;
    padding: 0 25px 15px;
    font-size: 270%;
    font-family: Arial, Helvetica, sans-serif;
}

#contents_area h1 span {
    font-size: 70%;
}

#logo {
    position: absolute;
    left: 40px;
    top: 30px;
}

a,
a:link,
a:visited {
    color: #6D9C0E;
    text-decoration: none;
}

a:hover {
    color: #D3E1B6;
}




#footer {
    clear: both;
    background: url(../images/bg_footer.jpg) repeat-x;
    min-height: 124px;
    _height: 144px;
    text-align: center;
    color: #FFF;
    padding-top: 20px;
}

#footer p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 77%;
}

.footer_text {
    padding-bottom: 15px;
    width: 600px;
    font-size: 13px;
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: 1px;
}


/*-----side nav-----*/

#side_nav .sidenav {
    padding: 0.5em 0 1em;
}

#side_nav .sidenav li {
    margin: 0;
}

#side_nav .sidenav li a,
#side_nav .sidenav li a:link,
#side_nav .sidenav li a:visited {
    color: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #F0F0F0;
    background: url(../images/im_arrow01.gif) no-repeat 20px 1.2em;
    padding: 0.8em 0 0.6em 33px;
    font-family: Arial, Helvetica, sans-serif;
}

#side_nav .sidenav li a:hover {
    background: #F0E6DF url(../images/im_arrow01.gif) no-repeat 20px 1.2em;
    border-bottom: 1px solid #F0E6DF;
}

#side_nav .active a {
    background: #F0E6DF url(../images/im_arrow01.gif) no-repeat 20px 1.2em !important;
}


/*#side_nav .submenu{
	padding:0 0 1.5em;
}

#side_nav .submenu a:hover img{
filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

}*/

#side_nav .submenu {
    padding: 20px 0 1em;
}

#side_nav .submenu li {
    margin: 0;
}



#side_nav .submenu li a,
#side_nav .submenu li a:link,
#side_nav .submenu li a:visited {
    color: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #F0F0F0;
    background: url(../images/im_arrow01.gif) no-repeat 20px 1.2em;
    padding: 0.8em 0 0.6em 33px;
    font-family: Arial, Helvetica, sans-serif;
}

#side_nav .submenu li:first-child a {
    border-top: 1px solid #F0F0F0;
}

#side_nav .submenu li a:hover {
    background: #F0E6DF url(../images/im_arrow01.gif) no-repeat 20px 1.2em;
    border-bottom: 1px solid #F0E6DF;
}



#side_nav .bnr_area li {
    margin: 0 0px 10px;
    text-align: center;
}

#side_nav .bnr_area li img {
    width: 160px;
    height: auto;
}


/*-----top page-----*/

.toppage .vi {}

.toppage .top_menu {
    text-align: center;
}

.toppage .top_menu ul {
    width: 729px;
    margin: 0 auto;
    padding: 25px 0 0 0;
}

.toppage .top_menu li {
    float: left;
    padding: 0;
    margin: 0 0 1px;
    line-height: 1;
}

.news_area {
    clear: both;
    padding: 0px 30px 0;
}

.news_area h2 {
    width: 87px !important;
    float: left !important;
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    background: none !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.news_area ul {
    width: 623px;
    float: left;
    border-top: 1px dotted #CCC;
}


.news_area li {
    border-bottom: 1px dotted #CCC;
    padding: 1em 10px 1em;
}





#pagetop {
    display: none;
    position: fixed;
    bottom: 155px;
    margin-left: 1000px;
}


/*-----contents_area-----*/

.section {
    clear: both;
    width: 700px;
    margin: 0 auto 40px;
}


#contents_area h2 {
    clear: both;
    width: 700px;
    margin: 0 auto 20px;
    padding: 10px 15px;
    background: #F8E0E2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #5C2E31;
    font-weight: bold;
    font-size: 114.3%;
    line-height: 1.4;
}

#contents_area h3 {
    clear: both;
    font-weight: bold;
    margin-bottom: 10px;
    background: #F5F5F5;
    padding: 10px 10px 7px;
    font-size: 100%;
}

#contents_area h4 {
    font-size: 100%;
}



/*-----table layout-----*/
table.tbl01 {
    width: 100%;
    border: 2px solid #CCC;
    border-collapse: collapse;
}

table.tbl01 th {
    padding: 10px;
    border: 1px solid #CCC;
    background: #F5F5F5;
    font-weight: bold;
}

table.tbl01 td {
    padding: 10px;
    border: 1px solid #CCC;
    line-height: 1.6;
}


table.tbl01 th.att01 {
    background: #B9E3F9;
}

table.tbl01 td.att01 {
    background: #FFF3AE;
    font-weight: bold;
    color: #D0303C;
}

/*-----Eco-----*/
.eco .im01 {
    float: right;
    padding: 0 20px;
}

.eco .top {
    float: right;
    padding: 0 30px;
}

.eco dl.eco_top {
    float: left;
    width: 350px;
    padding: 10px 0 30px;
}

.eco dl.eco_top dt {
    color: #CF303C;
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.eco dl.eco_top dd {
    margin-bottom: 30px;
}

.eco table.ecotop th {
    width: 10%;
    white-space: nowrap;
}

.eco .eco_faq {
    overflow: hidden;
}

.eco .eco_faq li {
    border-bottom: 1px dotted #CCC;
    padding: 17px 10px 14px 45px;
    margin-bottom: -1px;
    background: url(../images/ic_q.jpg) no-repeat 10px 0.9em;
}







/*-----Life-----*/

.life_graph01 {
    width: 680px;
    margin: 0 0 0 20px;
}

.life_graph01 li {
    margin: 0 20px 15px 0;
    float: left;
}


.life_ceramics01 dt {
    clear: both;
    float: left;
    margin: 0 0 20px;
}

.life_ceramics01 dd {
    float: right;
    width: 560px;
    margin: 0 0 20px;
}


/*-----house-----*/

.house .house_tel {
    width: 425px;
    height: 60px;
    background: url(../../house/house/im_contact.jpg) no-repeat left top;
    padding: 184px 0 0 305px;
    margin: 0 auto 30px;
    position: relative;
}

.house .house_tel p {
    font-size: 117%;
    height: 27px;
    line-height: 27px;
    font-weight: bold;
}

.house .house_tel .btn {
    position: absolute;
    left: 75px;
    top: 146px;
}

.house .imgbox {
    float: left;
    margin: 0 20px 30px 0;
}

.house .section ul {
    padding: 10px 0 0 0;
    font-size: 85.7%;
}


/*-----mobile-----*/

.mobile .imgbox {
    float: right;
    margin: 0 0 30px 20px;
}


/*-----shopping-----*/

.shopping .imgbox01 {
    float: right;
    margin: 0 0 20px 20px;
}


/*-----company-----*/

.company .use_maker li {
    display: inline-block;
    float: left;
    margin: 5px 15px 0px 0;
    height: 40px;
    min-height: 40px;
}


/*-----csr-----*/
.csr .csr_bnr {
    clear: both;
    width: 730px;
    margin: 0 0 15px -15px;
    padding-top: 5px;
    border-bottom: 1px #CCC dotted;
}

.csr_bnr ul {
    width: 744px;
    margin: 0 -14px 15px 0;
}

.csr .csr_bnr li {
    width: 234px;
    float: left;
    margin: 0 14px 0 0;
}

.csr .csr_bnr li span {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 77%;
    line-height: 1.4;
}

.csr .ex_box h4 {
    color: #CF303C;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 15px 0 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 123.1% !important;
}

.csr .ex_box .exphoto {
    background: url(../images/bg_check01.jpg);
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.csr .ex_box .exphoto img {
    border: 2px solid #FFF;
    margin: 0 5px;
}

.csr .ex_box p {
    margin: 0 0 30px;

}





/*-----sitemap-----*/
.sitemap .sitemap_box {
    width: 720px;
    margin: 0 -20px 0 0;
}

.box {
    width: 340px;
    float: left;
    margin: 0 20px 0 0;
}







.box1clm {
    clear: both;
    border: 2px solid #E5E5E5;
    padding: 20px;
}

.box2clm {
    clear: both;
    width: 720px;
    margin-right: -20px;
    background: url(../images/bg_box2clm.jpg) no-repeat left bottom;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.box2clm .bg {
    background: url(../images/bg_box2clm_mdl.jpg) repeat-y;
}

.box2clm .box {
    width: 296px;
    float: left;
    border: 2px solid #E5E5E5;
    border-bottom: none;
    padding: 20px;
    margin: 0 20px 0 0;
}

.box1clm dt,
.box2clm .box dt {
    color: #CF303C;
    font-weight: bold;
    margin-bottom: 10px;
}

.box1clm dd,
.box2clm .box dd {
    font-size: 85.7%;
    line-height: 1.6;
}


/*-----coway-----*/
.coway {}

.coway .im01 {
    float: right;
    padding: 0 35px 30px 30px;
}

.coway .tx01 {
    float: left;
    width: 360px;
    padding: 0 15px 30px 0;
}

.coway .tx01 dl {
    padding: 0 0 20px;

}

.coway dt {
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
    color: #D0303C;
}

.coway dd {
    margin-bottom: 20px;

}






/*-----clearfix-----*/

.clrfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clrfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clrfix {
    height: 1%;
}

.clrfix {
    display: block;
}

/* End Hack */


/*-----spacing-----*/

.clr {
    clear: both;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}


.freedial {
    padding: 0 0.5em 0 0;
}

.nw {
    display: inline-block;
    background: url(../images/ic_nw.gif) no-repeat right;
    padding: 0 17px 0 0;
}


#for_eco .plan .plantl {
    font-weight: bold;
    margin: 0 0 5px;
}

#for_eco .plan table {
    border: 1px solid #CCC;
    border-collapse: collapse;
    font-size: 83%;
    margin: 0 0 30px;
}

#for_eco .plan table th {
    padding: 5px 10px;
    background: #F0F0F0;
    border: 1px solid #CCC;
    width: 20%;
    text-align: center;
}

#for_eco .plan table td {
    padding: 5px 10px;
    border: 1px solid #CCC;
    width: 30%;
}

#for_eco .merit,
#for_eco .demerit {
    width: 50%;
    float: left;
}

#for_eco .merit .tl,
#for_eco .demerit .tl {
    background: #2F94D0;
    color: #FFFFFF;
    border-radius: 3px 3px 0 0;
    margin: 0 10px 15px;
    padding: 5px 10px;
    font-weight: bold;
}

#for_eco .demerit .tl {
    background: #EB5A5C;
}

#for_eco .merit ul,
#for_eco .demerit ul {
    margin: 0;
    padding: 0;
}

#for_eco .merit li,
#for_eco .demerit li {
    list-style: none;
    margin: 0 10px 20px;
}

#for_eco .merit li>span,
#for_eco .demerit li>span {
    color: #EB5A5C;
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
}

#for_eco .merit li span {
    color: #2F94D0;
}

#for_eco .aside {
    border: 2px solid #CCC;
    margin: 10px 0 0;
    font-size: 80%;
    padding: 15px
}

#for_electricity h2 {
    background: none;
    padding: 0;
    text-align: center;
}

#for_electricity table {
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%;
    font-size: 83%;
}

#for_electricity table th,
#for_electricity table td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}

#for_electricity table th {
    background: #F0F0F0;
}

#for_electricity h4 {
    margin: 0 0 10px;
}

#ele_faq {
    font-size: 83%;
}

#ele_faq dl {
    padding: 0 0 30px;
}

#ele_faq dt {
    background: url(../../electricity/images/ic_q.gif) no-repeat left;
    padding: 0 0 0 33px;
    line-height: 25px;
    font-weight: bold;
    margin: 0 0 10px;
}

#ele_faq dd {
    background: url(../../electricity/images/ic_a.gif) no-repeat left top;
    padding: 0 0 15px 33px;
    margin: 0 0 15px;
    min-height: 25px;
    border-bottom: 1px dotted #CCC;
}


.house_lead {
    margin: 0 30px;
}

.house_lead .copy {
    font-size: 142.9%;
    line-height: 1.6;
    color: #D0303C;
    font-weight: bold;
    margin: 0 0 20px;
}

.house_lead .copy+p {
    margin: 0 0 30px;
}



/* for House
---------------------------------------------------- */

.house_photo {
    width: 664px;
    margin: 0 -50px 30px 88px;
}

.house_photo ul {
    padding: 0;
    margin: 0;
}

.house_photo li {
    list-style: none;
    width: 282px;
    float: left;
    padding: 0;
    margin: 0 50px 20px 0;
}

.house_photo .tl {
    padding: 0 2px;
    margin: 0 0 5px;
    font-weight: bold
}

.house_flow ol {
    margin: 0;
    padding: 0;
}

.house_flow li {
    list-style: none;
    padding: 0;
}

.house_flow li:after {
    display: block;
    color: #999999;
    content: "▼";
    text-indent: 1.65em;
    line-height: 1;
    border-top: 1px dotted #CCC;
    padding: 0.5em 0;
}

.house_flow li:last-child:after {
    content: "";
}

.house_flow li .tl {
    color: #2B71B8;
    font-weight: bold;
}

.house_flow li .tl span {
    display: inline-block;
    color: #FFFFFF;
    padding: 5px 10px;
    background: #2B71B8;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.house_flow li.charge .tl {
    color: #FF8806;
}

.house_flow li.charge .tl span {
    background: #FF8806;
}

.house_flow li p {
    margin: 0 0 5px;
}

/**/

.aqua_ph {
    width: 280px;
    float: right;
    margin: 0 10px 30px 0;
}

.aqua_tx {
    width: 380px;
    float: left;
}

.aqua_tx {
    width: 380px;
    float: left;
}

.aqua_tx .filter {
    padding-bottom: 10px
}

.aqua_tx .filter li {
    border: 1px solid #F8E0E2;
    color: #CF303C;
    font-size: 85.7%;
    padding: 5px 10px;
    line-height: 1.4;
    margin: 0 10px 5px;
    border-radius: 5px;
}

.all_point {
    margin: 0 -10px;
}

.all_point li {
    width: 25%;
    float: left;
    margin: 0 0 20px;
}

.all_point li .ph,
.all_point li p {
    margin: 0 10px;
}

.all_point li .ph {
    margin-bottom: 10px;
}

.all_point li .tl {
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1;
}

.all_point li .tl span {
    font-weight: normal;
    color: #666;
}

.all_point li p {
    font-size: 85.7%
}

.aqua_ph2 {
    width: 180px;
    float: left;
    margin: 0 0 0 20px;
}

.aqua_tx2 {
    width: 450px;
    float: right;
    margin: 0 0 30px;
}

.aqua_tx2 dt {
    font-weight: bold;
    margin: 0 0 10px;
}

.aqua_tx2 dd {
    font-size: 85.7%;
    line-height: 1.4
}

.aqua_tx2 table {
    border-collapse: collapse;
}

.aqua_tx2 table th,
.aqua_tx2 table td {
    border: 1px solid #CCC;
    padding: 5px 10px;
    font-size: 85.7%;
}

.aqua_result {
    font-size: 71.4%;
    width: 100%;
    margin: 0 0 10px;
}

.aqua_result th,
.aqua_result td {
    padding: 5px 10px;
    border: 1px solid #CCC;
}

.aqua_result th {
    background: #666;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}

.aqua_result .result {
    background: #F8E0E2;
}

.aqua_caution {
    padding-bottom: 20px
}

.aqua_caution li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 10px 0.5em;
    font-size: 85.7%;
    line-height: 1.3
}

.aqua_result2,
.aqua_other {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.aqua_result2 h4 {
    font-weight: bold;
    margin: 0 0 10px
}

.aqua_result2 p {
    font-size: 85.7%;
    margin: 0 0 10px;
}

.aqua_result2 table {
    width: 100%;
    font-size: 85.7%;
}

.aqua_result2 table th,
.aqua_result2 table td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}

.aqua_result2 table th {
    background: #666;
    color: #FFF;
}

.aqua_result2 table th.result {
    background: #CF303C
}

.aqua_result2 table td.result {
    background: #F8E0E2
}

.aqua_other dl {
    margin: 0 0 0 20px;
}

.aqua_other dt {
    background: #CF303C;
    font-weight: bold;
    color: #FFF;
    padding: 5px 7px;
    margin: 0 0 10px;
    border-radius: 3px;
}

.aqua_other dd {
    padding: 0 5px 10px
}

.cadBox {
    background: url(../../life/images/im_cad.png) no-repeat right 20px;
    min-height: 300px;
    padding: 50px 300px 0 20px;
    border-top: 1px solid #CCC;
    margin-top: -20px
}

.cadBox>.tl {
    font-size: 230%;
    font-weight: bold;
    margin: 0 0 20px;
    color: #CF303C;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.cadBox>.tl+p {
    font-size: 120%;
