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

/*base*/
html{
    background-image: url(../images/header-bg.png);
    background-repeat: repeat;
}
body {
    position: relative;
    color: #40403F;
    background-color: #F0F1E9;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
}
a{
    color: #2A7750;
    text-decoration: underline;
}
a:visited{
    color: #146633;
    text-decoration: underline;
}
a:hover{
    color: #33B466;
    text-decoration: underline;
}
.mt5{
    margin-top: 5px!important;
}
.mt10{
    margin-top: 10px!important;
}
.mt15{
    margin-top: 15px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mt25{
    margin-top: 25px!important;
}
.mb5{
    margin-bottom: 5px!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb15{
    margin-bottom: 15px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb25{
    margin-bottom: 25px!important;
}
.font-small{
    font-size: 70%;
}
.font-normal{
    font-weight: normal;
}


/*base sp*/
@media screen and (max-width: 660px) {
    div.row > div{
        padding: 0 10px;
    }
}

/*header*/
header{
    min-width: 950px;
    color: #ebf0ed;
    border-top: 5px solid #2a5448;
    background-image: url(../images/header-bg.png);
    background-repeat: repeat;
}
.header-left{
    padding: 30px 0;
}

.header-right div.header-right-update{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.header-right div.header-right-lang{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.header-right div.header-right-contact{
    font-size: 12px;
}

.header-right div.header-right-search{
    font-size: 12px;
}
.header-right div.header-right-search input{
    height: 26px;
    width: 160px;
    font-weight: normal;
    color: #333;
}
.header-right div.header-right-search button{
    height: 26px;
    text-align: center;
    color: #688c31;
    background-color: #c5df0e;
    border: none;
    padding: 0 10px;
}
.header-sp-search{
    margin: 10px;
}
.header-sp-search input{
    height: 26px;
}
.header-sp-search button{
    height: 26px;
    text-align: center;
    color: #688c31;
    background-color: #c5df0e;
    border: none;
    padding: 0 10px;
}
.header-right div.header-right-search button:hover{
    color: #FFF;
    background-color: #A9BF0B;
}
.header-right{
    text-align: right;
    font-weight: bold;
}
header a{
    color: #ebf0ed;
    font-weight: normal;
    text-decoration: underline;
}
header a:visited{
    color: #ebf0ed;
    text-decoration: underline;
}
header a:hover{
    color: #ebf0ed;
    text-decoration: underline;
}
header .header-left-left,
header .header-left-right{
    float: left;
}
header .header-left-right{
    padding-left: 10px;
}
header .header-left-right .header-title1{
    margin-top: 5px;
}
header .header-left-right .header-title2{
    font-size: 12px;
}

/*header sp*/
@media screen and (max-width: 660px) {
    header{
        min-width: 100%;
        z-index: 1000;
        position: relative;
    }
    header div.row > div.header-left{
        padding: 0 0 0 10px;
    }
    header .header-left-left img{
        width: 100%;
    }
    header .header-left-left{
        padding: 0;
        width: 45%;
        height: 60px;
        line-height: 60px;
    }
    header .header-left-right{
        width: 55%;
        height: 60px;
        line-height: 1.2em;
        font-size: 10px;
    }
    header .header-left-right .header-title1{
        letter-spacing: -0.1em;
        margin-top: 20px;
        font-size: 8px;
    }
    header .header-left-right .header-title2{
        letter-spacing: -0.05em;
        font-size: 6px;
    }
    header .header-sp-menu{
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        border-bottom: 3px solid #2a5448;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c9972+0,2d8759+100 */
        background: rgb(76,153,114); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(76,153,114,1) 0%, rgba(45,135,89,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(76,153,114,1) 0%,rgba(45,135,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(76,153,114,1) 0%,rgba(45,135,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9972', endColorstr='#2d8759',GradientType=0 ); /* IE6-9 */
    }
    header .header-sp-menu-left{
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
    }
    header .header-sp-menu-right{
        text-align: right;
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }
    header .header-sp-menu-right img{
        width: 30px;
    }
    header .header-sp-menu-right a,
    header .header-sp-menu-right a:hover{
        text-decoration: none;
    }
}

/*menu*/
#menu-toggle{
    font-weight: bold;
}
#sp-menu-bg{
    border-bottom: 5px solid #2a5448;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c9972+0,2d8759+100 */
    background: rgb(76,153,114); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,153,114,1) 0%, rgba(45,135,89,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(76,153,114,1) 0%,rgba(45,135,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(76,153,114,1) 0%,rgba(45,135,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9972', endColorstr='#2d8759',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
#sp-menu{
    width: 950px;
    height: 54px;
    margin: 0 auto;
}
#sp-menu > ul{
    padding-left: 0;
}
#sp-menu > ul li{
    list-style-type: none;
    width: 16.6%;
    text-align: center;
    height: 54px;
    line-height: 54px;
}
#sp-menu > ul > li{
    float: left;
    border-left: 1px solid #66a886;
    border-right: 1px solid #356a4f;
}
#sp-menu > ul > li > ul{
    display: none;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 20px;
    background-color: #f8fcbb;
    //width: 200px;
    width: 100%;
    z-index: 3000;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#sp-menu > ul > li > ul > li{
    color: #333;
    text-align: left;
    font-size: 11px;
    height: auto;
    line-height: 13px;
    //width: 200px;
    width: 100%;
}
#sp-menu > ul > li > ul > li div.sp-menu-2-title{
    padding: 10px 10px 10px 25px;
    cursor: auto;
    font-weight: bold;
    background-image: url(../images/menu-bg.png);
    background-repeat: no-repeat;
    background-size: 3px;
    background-position: left 15px center;
}
#sp-menu > ul > li > ul > li:hover{
    color: #333;
}
#sp-menu > ul > li > ul > li > ul{
    display: block;
    padding-left: 7px;
}
#sp-menu > ul > li > ul > li > ul > li{
    height: auto;
    //line-height: 20px;
    line-height: 11px;
    width: auto;
    text-align: left;
    margin-left: 0;
}
#sp-menu > ul > li > ul > li > ul > li:last-child{
    margin-bottom: 10px;
}
#sp-menu ul li div.sp-menu-1-title.sp-menu-1-title-row2{
    line-height: 1.2em;
    padding-top: 10px;
    height: 54px;
}
#sp-menu > ul > li a{
    display: block;
    text-decoration: none;
    color: #FFF;
}
#sp-menu > ul > li a:hover{
    text-decoration: none;
    color: #1e7247;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#daeb64+0,c5df10+100 */
    background: rgb(218,235,100); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(218,235,100,1) 0%, rgba(197,223,16,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(218,235,100,1) 0%,rgba(197,223,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(218,235,100,1) 0%,rgba(197,223,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daeb64', endColorstr='#c5df10',GradientType=0 ); /* IE6-9 */
}
#sp-menu > ul > li > ul > li > a,
#sp-menu > ul > li > ul > li > ul > li > a{
    color: #2a7750;
    text-decoration: underline;
    display: block;
    padding: 2px 5px 2px 15px;
    list-style-type: none;
}
#sp-menu > ul > li > ul > li.sp-menu-1-link a{
    padding-left: 25px;
    background-image: url(../images/menu-list-disc.png);
    background-repeat: no-repeat;
    background-size: 3px;
    background-position: left 15px center;
}
#sp-menu > ul > li > ul > li.sp-menu-1-link img{
    margin-left: 5px;
}
#sp-menu > ul > li > ul > li:hover,
#sp-menu > ul > li > ul > li > a:hover,
#sp-menu > ul > li > ul > li > ul > li:hover,
#sp-menu > ul > li > ul > li > ul > li > a:hover{
    background: none;
    background-color: #f8fcbb;
}
#sp-menu > ul > li > ul > li.sp-menu-1-link > a:hover{
    background-image: url(../images/menu-list-disc.png);
    background-repeat: no-repeat;
    background-size: 3px;
    background-position: left 15px center;
}
#sp-menu ul li,
#sp-menu ul li{
    cursor: pointer;
    color: #FFF;
}
#sp-menu ul > li:hover,
#sp-menu ul > li:hover{
    cursor: pointer;
    color: #1e7247;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#daeb64+0,c5df10+100 */
    background: rgb(218,235,100); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(218,235,100,1) 0%, rgba(197,223,16,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(218,235,100,1) 0%,rgba(197,223,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(218,235,100,1) 0%,rgba(197,223,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daeb64', endColorstr='#c5df10',GradientType=0 ); /* IE6-9 */
}


/*menu sp*/
@media screen and (max-width: 660px) {
    #bodymask {
        height: 0;
    }
    #bodymask.mask {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 500;
        background: rgba(0,0,0,0.6);
    }
    #menu-toggle{
        cursor: pointer;
    }
    #sp-menu-bg{
        border-bottom: none;
    }
    #sp-menu{
        position: absolute;
        width: 100%;
        z-index: 2000;
    }
    #sp-menu ul{
        position: relative;
        padding-left: 0;
        margin-bottom: 0;
    }
    #sp-menu > ul{
        display: none;
    }
    #sp-menu > ul > li > ul{
        display: none;
    }
    #sp-menu > ul > li > ul > li > ul{
        display: none;
    }
    #sp-menu ul li{
        width: 100%;
        height: auto;
        line-height: normal;
        list-style-type: none;
        background-color: #2a7750;
        border-top: 1px solid #759886;
        color: #FFF;
        text-align: left;
    }
    #sp-menu ul li.sp-menu-close{
        padding: 10px;
        text-align: center;
        cursor: pointer;
    }
    #sp-menu > ul > li{
        float: none;
    }
    #sp-menu > ul > li:first-child{
        border-top: none;
    }
    #sp-menu > ul > li:last-child{
        border-bottom: 1px solid #759886;
    }
    #sp-menu > ul > li > ul > li{
        background-color: #e1ec95;
        color: #40403F;
    }
    #sp-menu > ul > li > ul > li > ul > li{
        background-color: #f6f9d0;
        color: #40403F;
    }
    #sp-menu > ul > li a{
        padding: 10px;
        display: block;
        color: #FFF;
    }
    #sp-menu > ul > li > ul > li a{
        color: #40403F;
    }
    #sp-menu > ul > li > ul > li > a,
    #sp-menu > ul > li > ul > li > ul > li > a{
        color: #40403F;
        text-decoration: none;
        padding: 10px;
    }
    #sp-menu > ul > li > ul > li > a:hover,
    #sp-menu > ul > li > ul > li > ul > li > a:hover{
        color: #333;
        text-decoration: none;
    }
    #sp-menu > ul > li > ul > li:hover,
    #sp-menu > ul > li > ul > li > a:hover,
    #sp-menu > ul > li > ul > li > ul > li:hover,
    #sp-menu > ul > li > ul > li > ul > li > a:hover{
        background: none;
        background-color: #e1ec95;
    }
    #sp-menu > ul > li > ul > li.sp-menu-1-link > a{
        padding-left: 10px;
        background: none;
        background-color: #e1ec95;
        font-weight: bold;
    }
    #sp-menu > ul > li > ul > li.sp-menu-1-link > a:hover{
        padding-left: 10px;
        background: none;
        background-color: #e1ec95;
    }
    #sp-menu ul li div.sp-menu-1-title.sp-menu-1-title-row2{
        height: auto;
        line-height: normal;
    }
    #sp-menu > ul > li a:hover{
        text-decoration: none;
    }
    #sp-menu > ul > li div.sp-menu-1-title,
    #sp-menu > ul > li > ul > li div.sp-menu-2-title{
        cursor: pointer;
        padding: 10px;
        background-image: url(../images/menu-sp-down2.png);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: right 15px center;
    }
    #sp-menu > ul > li > ul > li div.sp-menu-1-title.sp-menu-1-title-row2{
        line-height: 1.2em;
    }
    #sp-menu > ul > li > ul > li div.sp-menu-2-title{
        background-image: url(../images/menu-sp-down1.png);
    }
    #sp-menu > ul > li div.sp-menu-1-title.sp-menu-1-title-back{
        background-image: url(../images/menu-sp-up2.png);
    }
    #sp-menu > ul > li > ul > li div.sp-menu-2-title.sp-menu-2-title-back{
        background-image: url(../images/menu-sp-up1.png);
    }
    #sp-menu ul > li,
    #sp-menu ul > li{
        cursor: auto;
        color: #FFF;
        background: none;
        background-color: #2a7750;
    }
    #sp-menu ul > li:hover,
    #sp-menu ul > li:hover{
        cursor: auto;
        color: #FFF;
        background: none;
        background-color: #2a7750;
    }
    #sp-menu > ul > li a:hover{
        cursor: auto;
        color: #FFF;
        background: none;
        background-color: #2a7750;
    }
    #sp-menu > ul > li > ul{
        width: 100%;
        padding: 0;
    }
    #sp-menu > ul > li > ul > li{
        width: 100%;
    }
    #sp-menu > ul > li > ul > li > ul > li:last-child{
        margin-bottom: 0;
    }
    #sp-menu > ul > li > ul > li > ul{
        padding-left: 0;
    }
}

/*footer*/
footer{
    min-width: 950px;
    color: #ebf0ed;
    border-top: 5px solid #2a5448;
    background-image: url(../images/header-bg.png);
    background-repeat: repeat;
}
.footer-left,
.footer-right{
    height: 56px;
    line-height: 56px;
    font-size: 12px;
}
.footer-left img{
    margin-right: 15px;
    margin-bottom: 5px;
}
.footer-right{
    text-align: right;
}
footer a{
    color: #ebf0ed;
    text-decoration: underline;
}
footer a:visited{
    color: #ebf0ed;
}
footer a:hover{
    color: #ebf0ed;
    text-decoration: underline;
}
.footer-link{
    margin-top: 0;
    margin-bottom: 0;
}
.footer-link ul{
    padding-left: 0;
}
.footer-link ul li{
    float: left;
    list-style-type: none;
    margin-right: 15px;
    margin-bottom: 5px;
    height: 30px;
}
.footer-link ul li:last-child{
    margin-right: 0;
}
.footer-link ul li a{
    position: relative;
    text-decoration: none;
    padding: 5px 15px;
    background-color: #e2ebe5;
    color: #FFF;
    border: 1px solid #21b25e;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52a173+0,0f8945+100 */
background: rgb(82,161,115); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(82,161,115,1) 0%, rgba(15,137,69,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(82,161,115,1) 0%,rgba(15,137,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(82,161,115,1) 0%,rgba(15,137,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a173', endColorstr='#0f8945',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 0 0px rgba(0,0,0,0.4);
}
.footer-link ul li a:hover{
    top: 2px;
    background-color: #C9DED0;
}
footer .footer-co{
    margin-top: 20px;
    margin-bottom: 70px;
}
footer .footer-co img{
    /*width: 63px;*/
    height: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .footer-co .footer-nbrp img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

/*footer sp*/
@media screen and (max-width: 660px) {
    footer{
        min-width: 100%;
    }
    .footer-left,
    .footer-right{
        height: 30px;
        line-height: 30px;
        font-size: 8px;
    }
    .footer-link ul li{
        margin-right: 5px;
        letter-spacing: -0.05em;
    }
    .footer-link ul li:last-child{
        margin-right: 0;
    }
    .footer-right{
        font-size: 10px;
    }
    .footer-left img{
        width: auto;
        height: 13px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .footer-link{
        margin-bottom: 0;
    }
    .footer-link ul li a{
        padding: 5px;
    }
    footer .footer-co{
        margin-bottom: 70px;
    }
    footer .footer-co img{
        width: auto;
        height: 13px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
}

/*pagetop*/
#pagetop{
    margin: 40px auto 0 auto;
}
#pagetop .pagetop-left{
    padding-top:10px;
    padding-bottom:10px;
}
#pagetop .pagetop-right{
    padding-top:10px;
    padding-bottom:10px;
    text-align: right;
}
#pagetop .pagetop-right a{
    color: #2A7750;
}
#pagetop .pagetop-right img{
    margin-right: 5px;
}
#pagetop .pagetop-sp-right{
    display: none;
}

/*pagetop*/
@media screen and (max-width: 660px) {
    #pagetop{
        margin: 40px auto 0 auto;
    }
    #pagetop .pagetop-sp-right{
        position: fixed;
        right: 1%;
        bottom: 10px;
    }
    #pagetop .pagetop-sp-right img{
        width: 30px;
    }
}


/*slider*/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider ul{
    padding-left: 0;
}
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #000 url(../images/prev.png) no-repeat right center;}
.slider_next {background: #000 url(../images/next.png) no-repeat left center;}

.pagination {
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
    border-radius: 10px;
}

.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #FFF;
    border-radius: 10px;
    filter:alpha(opacity=50)!important;
    -moz-opacity: 0.5!important;
    opacity: 0.5!important;
}
.pagination a.active {
    filter:alpha(opacity=80)!important;
    -moz-opacity: 0.8!important;
    opacity: 0.8!important;
    border-radius: 10px;
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/*footer sp*/
@media screen and (max-width: 660px) {
    .pagination {
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        text-align: center;
        position: absolute;
        z-index: 200;
        border-radius: 10px;
    }
}

/*toppage*/
.top-row2{
    padding: 0;
}
.top-row2 .top-left{
    padding-top: 15px;
    padding-right: 15px;
}
.top-row2 .top-right{
    padding-top: 15px;
    padding-left: 15px;
}
.top-row2 h1{
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 5px 10px 15px;
    border: 1px solid #FFF;
    background-image: url(../images/title-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.top-row2 .h1-right{
    float: right;
    font-size: 70%;
    font-weight: normal;
    margin-top: 5px;
}
.top-row2 h2{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px 10px 10px;
    background-image: url(../images/top-h2-bg.png);
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: left center;
}
.top-row2 h3{
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px;
    border-bottom: 1px solid #a0a0a0;
}
.top-row2 .top-left select.form-control{
    width: 60%;
}
.top-row2 .top-left .top-left-search div{
    padding: 10px 0;
}
.top-row2 .top-left .top-left-search div input{
    width: 95%;
}
.top-row2 .top-left .top-left-search div button.btn{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #158a47;
    font-weight: bold;
}
.top-row2 .top-left .top-left-search div button.btn:hover{
    background-color: #136837;
}
.top-row2 ul{
    padding-left: 0;
}
.top-row2 ul li{
    list-style-type: none;
}
.top-row2 .top-whatsnew{
    margin-bottom: 40px;
}
.top-row2 .top-whatsnew li{
    margin-bottom: 10px;
}

/*toppage sp*/
@media screen and (max-width: 660px) {
    .top-row2 .top-left,
    .top-row2 .top-right{
        padding-top: 15px;
        padding-right: 0;
        padding-left: 0;
    }
}

/*under*/
.breadcrumbbox {
    margin-top: 10px;
    margin-bottom: 20px;
}
.breadcrumbbox ul {
    padding-left: 0;
}
.breadcrumbbox ul li {
    list-style-type: none;
    float: left;
    color: #777;
}
.breadcrumbbox ul li+li:before {
    color: #CCC;
    font-family: FontAwesome;
    content: "\f054";
    padding: 0 5px
}
.breadcrumbbox a {
    text-decoration: none;
}
.breadcrumbbox a:hover {
    text-decoration: underline;
}
.under-title{
    background-color: #fafcf3;
    border-bottom: 3px solid #4b9871;
}
.under-title-inner{
    height: 111px;
    background-image: url(../images/under-title-bg01.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.under-title-inner h1{
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    background-image: url(../images/under-title-h1-bg.png);
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: 5px center;
}
.update{
    text-align: right;
    margin: 0 0 10px 0;
	display:none ;
}
.under{
}
.under-left{
    width: 230px;
}
.under-left .under-left-menu1,
.under-left .under-left-menu2{
    background-color: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 5px;
}
.under-left .under-left-menu2{
    margin-top: 20px;
}
.under-left .under-left-menu2 img{
    margin-left: 5px;
}
.under-left .under-left-menu-title{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#468f6a+0,267c50+100 */
    background: rgb(70,143,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(70,143,106,1) 0%, rgba(38,124,80,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(70,143,106,1) 0%,rgba(38,124,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(70,143,106,1) 0%,rgba(38,124,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468f6a', endColorstr='#267c50',GradientType=0 ); /* IE6-9 */
}
.under-left .under-left-menu1 ul,
.under-left .under-left-menu2 ul{
    padding-left: 0;
    margin-bottom: 0;
}
.under-left .under-left-menu1 ul li,
.under-left .under-left-menu2 ul li{
    list-style-type: none;
}
.under-left .under-left-menu1 ul li .under-left-menu1-title{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    background-image: url(../images/under-left-menu1-off.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #c8d6cf;
}
.under-left .under-left-menu1 ul li:last-child .under-left-menu1-title.side-menu-on{
    border-bottom: 1px solid #c8d6cf;
}
.under-left .under-left-menu1 ul li:last-child .under-left-menu1-title{
    border: none;
}
.under-left .under-left-menu1 ul.side-menu-on-ul li:last-child li:last-child{
    border-bottom: none;
}
.under-left .under-left-menu1 ul li .under-left-menu1-title:hover{
    cursor: pointer;
    background-color: #f2f7e8;
}
.under-left .under-left-menu1 ul li ul li{
    border-bottom: 1px solid #c8d6cf;
    color: #CCC;
}
.under-left .under-left-menu1 ul li ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #2a7750;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}
.under-left .under-left-menu1 ul li ul{
    display: none;
}
.under-left .under-left-menu2 ul li a:hover{
    background-color: #f2f7e8;
}
.under-left .under-left-menu2 ul li{
    border-bottom: 1px solid #c8d6cf;
    color: #CCC;
}
.under-left .under-left-menu2 ul li:last-child{
    border: none;
}
.under-left .under-left-menu2 ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #2a7750;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}
.under-left .under-left-menu2 ul li a:hover{
    background-color: #f2f7e8;
}
.under-right{
    margin-left: 30px;
    //width: 800px;
    width: 90%;
}
.under-right p{
    margin: 0 0 30px 0;
}
.under-right h1{
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 5px 10px 15px;
    border: 1px solid #FFF;
    background-image: url(../images/title-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.under-right h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 5px 10px 10px;
    background-image: url(../images/top-h2-bg.png);
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: left center;
}
.under-right h3{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #a0a0a0;
}
.under-imgtext p{
    padding: 0 20px 30px 0;
}
.under-imgtext img{
    max-width: 100%;
    margin: 0 0 30px 0;
}
.under-table{
    margin: 0 0 30px 0;
}
.under-table table{
    width: 100%;
}
.under-table table thead th{
    text-align: center;
    //height: 40px;
    color: #FFF;
    border: 1px solid #FFF;
    font-weight: normal;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#468f6a+0,267c50+100 */
    background: rgb(70,143,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(70,143,106,1) 0%, rgba(38,124,80,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(70,143,106,1) 0%,rgba(38,124,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(70,143,106,1) 0%,rgba(38,124,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468f6a', endColorstr='#267c50',GradientType=0 ); /* IE6-9 */
    padding: 0px 5px;
}
.under-table table tbody th{
    background-color: #f2f7e8;
    border: 1px solid #CCC;
    //padding: 5px;
    font-weight: normal;
    padding: 0px 5px;
}
.under-table table tbody td{
    background-color: #FFF;
    border: 1px solid #CCC;
    //padding: 10px 5px;
    padding: 0px 5px;
}

.under-table-list{
    margin: 0 0 30px 0;
}
.under-table-list table{
    width: 100%;
}
.under-table-list table thead th{
    text-align: center;
    //height: 40px;
    color: #FFF;
    //color: red;
    border: 1px solid #FFF;
    font-weight: normal;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#468f6a+0,267c50+100 */
    background: rgb(70,143,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(70,143,106,1) 0%, rgba(38,124,80,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(70,143,106,1) 0%,rgba(38,124,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(70,143,106,1) 0%,rgba(38,124,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468f6a', endColorstr='#267c50',GradientType=0 ); /* IE6-9 */
    padding: 0px 5px;
}
.under-table-list table tbody th{
    background-color: #f2f7e8;
    border: 1px solid #CCC;
    //padding: 5px;
    font-weight: normal;
    padding: 0px 5px;
}
.under-table-list table tbody td{
    background-color: #FFF;
    border: 1px solid #CCC;
    //padding: 10px 5px;
    font-size: 11px;
    padding: 0px 5px;
}






























.under-table-m{
    margin: 0 0 30px 0;
}
.under-table-m table{
    width: 100%;
}
.under-table-m table thead th{
    text-align: center;
    //height: 40px;
    color: #FFF;
    border: 1px solid #FFF;
    font-weight: normal;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#468f6a+0,267c50+100 */
    background: rgb(70,143,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(70,143,106,1) 0%, rgba(38,124,80,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(70,143,106,1) 0%,rgba(38,124,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(70,143,106,1) 0%,rgba(38,124,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468f6a', endColorstr='#267c50',GradientType=0 ); /* IE6-9 */
}
.under-table-m table tbody th{
    background-color: #f2f7e8;
    border: 1px solid #CCC;
    //padding: 5px;
    font-weight: normal;
    font-size: 10px;
}
.under-table-m table tbody td{
    background-color: #FFF;
    border: 1px solid #CCC;
    //padding: 10px 5px;
    padding: 0px 5px;
    font-size: 10px;
}




.under-links{
    margin: 0 0 30px 0;
}
.under-links ul{
    padding-left: 20px;
}
@media screen and (max-width: 660px) {
    .under-title-sp{
        width: 100%;
    }
    .under-title-sp img{
        width: 100%;
    }
    .under-left{
        width: 100%;
    }
    .under-right{
        width: 100%;
        margin: 0;
    }
    .update{
        padding: 0 15px;
    }
    .under-imgtext p{
        padding: 0;
    }
    .under-imgtext-img{
        text-align: center;
    }
    .under-left .under-left-menu1 ul li .under-left-menu1-title{
    background-image: url(../images/under-left-menu1-spl.png),url(../images/under-left-menu1-spr-off.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    }
    .under-left .under-left-menu1 ul li .under-left-menu1-title.side-menu-on{
    background-image: url(../images/under-left-menu1-spl.png),url(../images/under-left-menu1-spr-on.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left center,right center;
    }
    .under-left .under-left-menu1 ul li:last-child .under-left-menu1-title{
        border: none;
    }

}


/*announcement*/
.announcement th{
	background-color: #EEEEEE;
}
.announcement table, th{
	border: 1px #808080 solid; 
}
