@charset "UTF-8";

body{
	background-color:#B0AE93;
}
#container{
	background-color:#FFFFFF;
}

#contents{padding:30px 0;}

.heading--h1{
    font-size: 229%;
    color: #00ab4e;
    font-weight: bold;
    text-align: center;
    position: relative;
    zoom: 1;
    margin-bottom: 45px;
}

.heading--h1:before{
    border-top: 2px solid #00ab4e;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.heading--h1 span{
    background-color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 5;
}

.heading--h2{
    font-size: 128.6%;
    color: #4c4c4c;
    font-weight: bold;
    text-align: left;
    background: #ebead8;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px 20px;
    margin: 30px 0 0;
}

.heading--h2 span{
    border-left: solid 4px #00ab4e;
    padding-left: 13px;
}

.navList{
    margin: -10px 0 40px;
    padding: 0 20px;
    letter-spacing: -0.4em;
}

.navList>li{
    width: 305px;
    font-size: 114.3%;
    letter-spacing: normal;
    display: inline-block;
    margin: 30px 0 0;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.navList>li>a{
    padding: 0 0 0 15px;
    background: url(/img/pc/icon_arw_gray.png) no-repeat 0 center;
}

.navList>li.last{
    width: 265px;
}

.navList .navList-under{
    border-left: solid 2px #cccccc;
    margin: 10px 0 0;
    padding: 5px 0 5px 15px;
}

.navList .navList-under li{
    font-size: 87.5%;
    margin: 10px 0 0;
}

.navList .navList-under li:first-child{
    margin: 0 0 0;
}

.navList .navList-under li a{
    padding: 0 0 0 15px;
    background: url(/img/pc/icon_arw_gray.png) no-repeat 0 center;
}
