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

/*==================================
    Main slider
==================================*/
#localmainImg{
    background-image: url(../img/bg_main.png);
}

.staffList{}
    .staffList li{
        box-sizing: border-box;
        padding: 1.2em;
        border: 1px solid #DDD;
        background-color: #F8F8F8;
        border-radius: 5px;
        margin-bottom: 1em;
    }
        .staffList li .imgArea{
            margin: 0 auto 10px;
            width: 100%;
            max-width: 500px;
        }
            .staffList li .imgArea img{
                display: block;
                width: 100%;
                height: auto;
            }
        .staffList li .textArea{}
            .staffList li .textArea h4{
                margin-bottom: 5px;
                font-size: 1.5em;
                /*font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
            }
            .staffList li .textArea .type{
                margin-bottom: 20px;
            }
            .staffList li .textArea .text{
                margin-bottom: 1.5em;
                box-sizing: border-box;
                /*border-top: 1px solid #DDD;*/
            }
            
.staffList_subimg{
    width: 100%;
}
.staffList_subimg img{
    display: block;
    width: 100%;
    height: auto;
}