@charset "utf-8";

body{
    font-size   :   14px;
    color   :   #444;
    background-color:#f8f8f8;
}
a{
    color   :   #444;
}
a:link,a:active,a:visited,a:focus{
    color   :   #444;
}

.pcH{
    display : none;
}
.bgGreen{
    background-color : #3EB370;
}
.bgGray{
    background-color : #EEEEEE;
}
.bgPink{
    background-color : #FF0080;
    box-shadow: 0px 4px #ff4500;
}
/*img{
    width : 100%;
}*/
.alC{
    text-align : center;
}

sup {
    margin-right: 2px;
    font-size: 60%;
    vertical-align:bottom;
}
.abs{
    position:absolute;
    top : 70px;
    width : 100%;
}
#news .abs{
    top : 78px;
}

.text-right {
    text-align: right ;
}
.ecoa img {
    width : 100% ;
    height : auto ;
}


/* padding */
/*------------------------------------------------------*/

/* box */
/*------------------------------------------------------*/
.inner{
    width   :   94%;
    margin-left :   auto;
    margin-right    :   auto;
}
.left{
    float   :   left;
}
.right{
    float   :   right;
}
#headWrap,#titleWrap{
    background-color : #3EB370;
}


/* header */
/*------------------------------------------------------*/
#headWrap{
    width   :   100%;
    margin-bottom : 3%;
    position:fixed;
    top : 0;
    left : 0;
    z-index:100;
}
#header{
    padding :   30px 0px 20px;
    text-align:center;
    width : 100%;
}



#titleWrap{
    color : #fff;
    padding : 10px 0;
    font-size:12px;
}


#listWrap dl{
/*  padding : 3.75% 0;
    height : auto;
    width : 100%;*/
    padding :12px 3%;
    width : 94%;
    border-bottom : 1px solid #d6d6d6;
}
dt{
    width : 30%;
    float : left;
    margin-right:8%;
}

dd{
    width : 62%;
    float:left;
}

/*#listWrap{
    padding : 3% 0;
}*/


/* list */
/*------------------------------------------------------*/

#list dt{
    width : 50%;
    float : left;
    margin-right:6%;
    line-height:100%;

}

#list dd{
    width : 22%;
    float:left;
    text-align:center;
    color : #3EB370;
    line-height:100%;
}
#list #titleWrap dd{
    color : #fff;
}
#list dt span{
    font-size : 12px;
    margin-bottom : 3px;
    display:block;
}
.point,.co2{
    font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
 }
/* detail */
/*------------------------------------------------------*/
#ecoWrap{
    border-bottom:1px solid #d4d3d3;
    background-color : #fff;
}
#ecoWrap .txtArea{
    padding : 15px 0;
    font-size:13px;
}
/* login */
/*------------------------------------------------------*/
#login .txtArea{
    color : #3EB370;
}
.btn{
    border-radius : 3px;
    margin-bottom:15px;
    box-shadow:0px 4px #0c8d59;
}
.btn a{
    color : #fff;
    text-align:center;
    display:block;
    font-size:13px;
    padding : 15px 0;
    line-height:100%;
}
#login p a{
    color : #3EB370;
    font-size:16px;
}

#login input[type="text"],
#login input[type="password"]{
    border:none;
    border-bottom:1px solid #d6d6d6;
    width : 98%;
    background-color:#f8f8f8;
    padding:15px 0;
    color:#000;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
}
#login input:last-child{
    margin-bottom : 30px;
}

#login #headWrap,.mypage #headWrap{
    margin-bottom : 0%;
    /*position:fixed;
    top : 0;
    left : 0;*/
}

.select_box {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    width: 98%;
    background-color: #f8f8f8;
    padding: 15px 0;
    color: #000;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
}


/* mypage */
/*------------------------------------------------------*/

table{
    border-radius : 3px;
    background-color : #f6f6f6;
    color : #3EB370;
    box-shadow:0px -3px #dddddd;
}
table:first-child{
    margin-bottom : 15px;
}
table th{
    padding : 10px 0;
    text-align:left;
    padding-left:6.25%;
}
table td{
    padding : 10px 0;
    text-align:right;
    padding-right:6.25%;
    font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;

}
table td span{
    font-size : 18px;
}
.mypage #ecoWrap{
    margin-bottom : 4%;
}



