@charset "UTF-8";
/* CSS Document */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 30px;
    padding: 0;
    *zoom: 1;
    height:120px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}

/* Pager部分 */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fba4c1;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #de094f;
}

/*「Next」と「Prev」 */

.bx-wrapper .bx-prev {
    left: -50px;
    padding-left:5px;
}

.bx-wrapper .bx-next {
    right: -50px;
    padding-left:5px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    outline: 0;
    width:35px;
    height: 35px;
    top:70%;
    text-decoration: none;
    line-height:40px;
    font-size: 15px;
    color:#fff;
    z-index:0;
    background:#797474;
    padding-left:10px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
@media screen and (max-width: 826px) {
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        outline: 0;
        width:40px;
        height: 40px;
        top:50%;
        text-decoration: none;
        line-height:44px;
        font-size: 16px;
        color:#fff;
        z-index:0;
        background:#797474;
        opacity:0.8;
        padding-left:12px;
    }
    .bx-wrapper .bx-prev {
        left:0;
        padding-left:5px;
    }

    .bx-wrapper .bx-next {
        right:0;
        padding-left:5px;
    }


}