@charset "UTF-8";

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

    margin: 0 10px;

    color: #282828;
}
.full
{
    margin: 0;
}
.full img
{
    width: 100%;
}

.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 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;
}
