@charset "UTF-8";
.home_slide_wrap {
    height: 281px;
    position: relative;
    overflow: hidden;
    width:1500px;
    /* position:absolute; */
    left:50%;
    margin-left:-750px;
}
.home_slide_wrap .bx-wrapper {
    position: relative;
    height: 281px;
    overflow: hidden;
    margin: auto auto 30px;
    background: #FFF;
}
@media only screen and (max-width : 1500px) {
    .home_slide_wrap .bx-wrapper {
        /* margin-left: -4px !important; */
        /* left: 50%; */
        /* left: 0; */
        /* right: 0; */
    }
}


.home_slide_wrap .slider-waku {position: absolute;left: 0;right: 0;bottom: 0;z-index: 100;text-align: center;margin: auto;width: 100%;font-size: 1px;line-height: 1px;}
.home_slide_wrap .slider-waku img {
    margin: auto;
    text-align: center;
    font-size: 1px;
    line-height: 1px;
}
.home_slide_wrap .bx-wrapper ul {padding: 0;margin: 0;display: block;overflow: hidden;}
