/***banner**/
#banner{
    width: 100%;
    min-width: 1040px;
    height: 380px;
    overflow: hidden;
    position: relative;
}
#banner_imgs{
    position: absolute;
    width: 100%;
    height: 380px;
}
#banner_imgs div.banner_img{
    position: absolute;
    width: 100%;
    height: 380px;

}
#banner_imgs div.img1{
    background:#9fa9af url("img/banner1.png") no-repeat center center;

}
#banner_imgs div.img2{
    background:#9fa9af url("img/banner1.png") no-repeat center center;
}
#banner_imgs div.img3{
    background:#9fa9af url("img/banner1.png") no-repeat center center;
}


#banner_sns{
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0px;
    bottom: 10px;
    z-index: 11;
}
#banner_sns ul{
    margin: 0px auto;
    width: 250px;
}
#banner_sns ul li{
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #239fe7;
    margin-right: 30px;
    cursor: pointer;
}
*#banner_sns ul li{
    float: left;
}
#banner_sns ul li.selected{
    background: #239fe7;
    border: 1px solid #ffffff;
}
div.zstyle1{
    z-index: 9;
}
div.zstyle2{
    z-index: 10;
}