@charset "UTF-8";

.deal-list-4 .bx-next {
    position: absolute;
    top: 32%;
    right: -22px;
    z-index: 90;
    width: 24px;
    height: 36px;
    text-indent: -9999px;
    background: url(http://kaupon.jp/img/deal-list-arrow.png) 24px 0;
}

.special-list .bx-next {
    position: absolute;
    top: 23%;
    right: -22px;
    z-index: 90;
    width: 24px;
    height: 36px;
    text-indent: -9999px;
    background: url(http://kaupon.jp/img/deal-list-arrow.png) 24px 0;
}

.deal-list-4 .bx-next:hover,
.special-list .bx-next:hover {
    background: url(http://kaupon.jp/img/deal-list-arrow.png) 24px 36px;
}

.deal-list-4 .bx-prev {
    position: absolute;
    top: 32%;
    left: -22px;
    z-index: 90;
    width: 24px;
    height: 36px;
    text-indent: -9999px;
    background: url(http://kaupon.jp/img/deal-list-arrow.png) 0 0;
}

.special-list .bx-prev {
    position: absolute;
    top: 23%;
    left: -22px;
    z-index: 90;
    width: 24px;
    height: 36px;
    text-indent: -9999px;
    background: url(http://kaupon.jp/img/deal-list-arrow.png) 0 0;
}

.deal-list-4 .bx-prev:hover,
.special-list .bx-prev:hover {
    background: url(http://kaupon.jp/img/deal-list-arrow.png) 0 36px;
}

.shop-pic .bx-next {
    position: absolute;
    top: inherit;
    bottom: -16px;
    left: 0;
    z-index: 90;
    text-indent: -9999px;
    background: url(http://kaupon.jp/img/shop-pic-arrow.png) 0 -48px;
    width: 160px;
    height: 16px;
}

.shop-pic .bx-next:hover {
    background: url(http://kaupon.jp/img/shop-pic-arrow.png) 0 -16px;
}

.shop-pic .bx-prev {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 90;
    text-indent: -9999px;
    background: url(http://kaupon.jp/img/shop-pic-arrow.png) 0 -32px;
    width: 160px;
    height: 16px;
}

.shop-pic .bx-prev:hover {
    background: url(http://kaupon.jp/img/shop-pic-arrow.png) 0 -64px;
}

.bx-pager a {
    zoom: 1;
}

.bx-auto .start {
    background: url(http://kaupon.jp/img/gray_auto.png) no-repeat 0 2px;
    padding-left: 13px;
}

.bx-auto .stop {
    background: url(http://kaupon.jp/img/gray_auto.png) no-repeat 0 -14px;
    padding-left: 13px;
}

/*
* End color scheme styles
*/

.bx-pager {
    padding: 0;
    text-align: center;
    color: #666;
}

.bx-captions {
    text-align: center;
    font-size: 12px;
    padding: 7px 0;
    color: #666;
}

.bx-auto {
    text-align: center;
    padding-top: 15px;
}

.bx-auto a {
    color: #666;
    font-size: 12px;
}

.bx-pager a {
    display: block;
    width: 240px;
    float: left;
}

.bx-pager a.pager-active {
    border-bottom: solid 1px #e10005;
}










