@charset "UTF-8";

h2 img
{
    width: 100%;
}
section p
{
    font-size: 14px;

    margin: 0 10px;

    color: #282828;
}
.full
{
    margin: 0;
}
.full img
{
    width: 100%;
}
.imglist{width:96%;margin:20px auto 0;}
.imglist .greensubTitle{margin-top:20px;}
.imglist .greensubTitle SPAN{letter-spacing:-1px;}
.imglist .floatL{width:40%;padding:0;margin:0;text-align:center;background:#fff;}
.imglist .floatL IMG{width:20%;}
.imglist .floatR{width:59%;padding:0;margin:0;}
.imglist .floatR H5{font-size:13px;}
.imglist .floatR P{padding:0;margin:0;font-size:12px;}
.menu-list{overflow:hidden;}
.menu-list LI{display:block; width:100%;height:70px;}
.menu-list LI A{display:table;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #d4cfba;
border-bottom:1px solid #d4cfba;
background:#f1eee2;
height:70px;
width:100%;
color:#6a8853;
padding:0px 5px;
box-sizing:border-box;
}

.menu-list LI.act A {
background:#e7e1cb;
}
.menu-list LI A SPAN{
font-size:14px;
display:table-cell;
width:100%;
height:70px;
padding:0;
margin:0;
vertical-align:middle;
background:url(./../../img/nav_arrow.png) no-repeat 100% 50%;
background-size:auto 60px;
-webkit-background-size:auto 60px;
}