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

.title-box{
    padding: 20px 0 0 ;
}

.nav-tab {
    margin: 10px 0 20px;
}
.nav-tab ul {
    text-align: center;
}

.nav-tab ul li {
    display: inline-block;
    font-size: 0;
    margin: 0 5px;
    vertical-align: bottom;
    width: 200px;
}
.nav-tab li.active a {
    border: 1px solid #919191;
        border-bottom-color: rgb(145, 145, 145);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 1px solid #f8f5f1;
    color: #333;
    height: 30px;
    line-height: 30px;
    margin-bottom: -2px;
    transition: .3s;
    background-color: #f8f5f1; 
}

.nav-tab li a {
    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    color: #aaa;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 30px;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-tab::after {
    background: #919191;
    content: '';
    display: block;
    height: 1px;
    margin-top: 1px;
    width: 100%;
}



@media screen and (max-width: 640px) {
/*--------------*/
/* SMP settings */
/*--------------*/
.nav-tab {
    margin: 5px 0 20px;
}
.nav-tab ul {
    text-align: center;
}
.nav-tab ul li {
    margin: 0 2px;
    vertical-align: bottom;
    width: 40%;
}
.nav-tab li.active a {
    height: 12vw;
    line-height: 12vw;
    font-size: 12px;
    opacity: 1 !important;
}
.nav-tab li a {
    font-size: 4.5vw;
    height: 11.5vw;
    line-height: 12vw;
    font-size: 12px;
}

}

@media screen and (min-width: 640px) {
/*----------------*/
/* HOVER settings */
/*----------------*/


}/* end media */
