@charset "utf-8";

/* +++++++++++++++++++++++++++++++

search.css

+++++++++++++++++++++++++++++++ */

/*カルーセル
-----------------------------------*/
.bx-wrapper {
    margin-bottom: 20px;
}
.bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
}
.bx-wrapper .bxslider {
    margin: 0;
}

#bx-pager a {
    float: left;
    width: 66px;
    filter:alpha(opacity=40);
    opacity: 0.4;
}
#bx-pager a.active {
    filter:alpha(opacity=100);
    opacity: 1;
}
#bx-pager a:not(:nth-child(10n)) { margin-right: 8px; }
#bx-pager a:nth-child(n+11) { margin-top: 9px; }
#bx-pager a img { max-width: 100%; }

#category_image  .bx-controls-direction a { width: 31px; }
#category_image .bx-prev {
    left: 0;
    background: url(/ec/images/search/btn_prev.png) no-repeat left top;
}
#category_image .bx-next {
    right: 0;
    background: url(/ec/images/search/btn_next.png) no-repeat left top;
}

/*カラーページ導線
-----------------------------------*/
.list_color {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_color > li {
    float: left;
    width: 320px;
    padding: 15px 25px 15px 15px;
    border: 1px solid #ddd;
    background: url(/ec/images/search/ico_arrow.png) no-repeat 340px center;
}
.list_color > li:hover {
    filter:alpha(opacity=60);
    opacity: 0.6;
    cursor: pointer;
}
.list_color > li:nth-child(odd) { margin-right: 16px; }
.list_color > li:nth-child(n+3) { margin-top: 20px; }
.list_color a {
    display: block;
    margin-bottom: 10px;
}
.list_color .tag {
    overflow: hidden;
    float: left;
    width: 72px;
    height: 80px;
}
.list_color .tag li { margin-bottom: 5px; }

.list_color .image {
    float: left;
    margin-right: 10px;
}
.list_color .price {
    clear: left;
    margin: 0;
}

/*件数表示・変更
-----------------------------------*/
.view_count {
    margin-bottom: 15px;
    text-align: right;
}
.view_count .total,
.view_count .wrap_select {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666;
    vertical-align: middle;
}
.view_count .total { font-size: 16px; }
.view_count .wrap_select { width: 120px; }


/*詳細検索ボタン
-----------------------------------*/
.button_search { background: #ff8714; }
.button_search:after {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 29px;
    height: 18px;
    margin-top: -9px;
    background: url(/ec/images/search/ico_search.png) no-repeat left top;
    content: " ";
}