.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_prev {
    background: url(../img/prev.png) no-repeat left center;
    ;
}

.slider_next {
    background: url(../img/next.png) no-repeat right center;
}

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 11px;
    height: 11px;
    display: inline-block;
    overflow: hidden;
    background: #888;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pagination a.active {
    background: #f39fa7;
    /*filter:alpha(opacity=100)!important;*/
    /*-moz-opacity: 1!important;*/
    /*opacity: 1!important;*/
}

.wideslider ul li {
    position: relative;
}

.wideslider ul li .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: url(../img/slider_shadow.png) repeat-x;
    padding: 40px 40px 0;
}

.wideslider ul li .caption p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 6px;
}

.wideslider ul li .caption .ttl {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



@media screen and (max-width:768px) {
    .wideslider {

        margin-bottom: 0;
    }

    .slider_prev {
        background: url(../img/sp/slide_arrow_left.png) no-repeat left center;
        background-size: 18px 18px;
        width: 18px !important;
        opacity: 1 !important;
        left: 10px !important;
    }

    .slider_next {
        background: url(../img/sp/slide_arrow_right.png) no-repeat right center;
        background-size: 18px 18px;
        width: 18px !important;
        opacity: 1 !important;
        right: 10px !important;
    }
}
