@charset "utf-8";

#main_v{
    background-image: url("../staff/img/main.png");
    background-size: cover;
    background-position: right center;
    height: 320px;
    margin-bottom: 20px;
}

#main_v h1{
    height: 320px;
    line-height: 320px;
    text-align: center;
    margin: 0;
    font-size: 18pt;
    color: #ffffff;
    text-shadow: 0 0 20px #000000;
    overflow: hidden;
}

@media only screen and (min-width:768px) {
    #main_v{
        background-image: url("../staff/img/main.png");
        background-size: cover;
        background-position: center center;
        height: 360px;
        margin-bottom: 80px;
    }

    #main_v h1{
        height: 360px;
        line-height: 360px;
        text-align: center;
        margin: 0;
        font-size: 30pt;
        letter-spacing: 2px;
        color: #ffffff;
        text-shadow: 0 0 20px #000000;
        overflow: hidden;
    }
}


.director dl{
    margin-bottom: 50px;
}

.director dt{
    font-size: 11pt;
    margin-bottom: 3px;
}

.director dd{
    font-size: 11pt;
    margin-bottom: 20px;
}

.director h2{
    font-size: 16pt;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
}

.director h2 span{
    display: block;
    font-size: 10pt;
    text-align: center;
    margin: 20px 0 10px 0;
}

.director h3{
    font-size: 14pt;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.director ul{
    margin-bottom: 30px;
}

.director li{
    font-size: 11pt;
}

.pf ul{
    padding: 0;
    list-style: none;
}


.st_bt img{
    border-radius: 15px;
}

.st_bt h2{
    font-size: 20pt;
    text-align: center;
    margin: 60px 0;
}

.st_bt h3{
    font-size: 16pt;
    border-radius: 15px;
    text-align: center;
}

.personal_info{
    border-bottom: 1px solid #dddddd;
    padding:10px 0;
    margin-bottom: 20px;
}


.book{
    margin-bottom: 50px;
}

.book p{
    font-size: 11pt;
}

.st_bt p{
    font-size: 11pt;
}

.paper{
    font-size: 10pt;
}


.paper ul{
    margin-bottom: 20px;
}

.glyphicon{
    margin-right: 5px;
}

.staff-position{
    font-size: 9pt;
}

.jinmei a{
    display: inline-block;
    margin: 0 0 50px 0;
}
