@charset "utf-8";

/*-----------------------------------

search.css
こだわり検索・検索一覧レイアウト

-----------------------------------*/
/* 横断検索、メルマガ誘導ボタン
-----------------------------------*/
.headlineUtility01 {
    position: absolute;
    top: 20px;
    right: 0;
}

.btnMagazine01 {
    top: 15px;
    display: block;
    padding: 8px 13px 7px 48px;
    border: none;
    border-radius: 4px;
    background: #333 url(../images/product/ico_btn_restock01.png) no-repeat 8px center;
    color: #fff;
    text-align: center;
}

.headlineUtility02 {
    margin-bottom: 20px;
    text-align: right;
}
.headlineUtility02 .link {
    padding-right: 20px;
    background: url(../images/common/ico_arrow01.png) no-repeat right center;

}

/* こだわり検索
-----------------------------------*/
#searchCondition {
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid #ccc;
}

    #searchCondition th,
    #searchCondition td {
        padding: 13px;
        border-bottom: 1px solid #ccc;
        font-weight: normal;
        vertical-align: middle;
    }
    #searchCondition th {
        width: 120px;
        text-align: right;
    }

/* ラベル */
#searchCondition .checkboxWrap01 label,
#searchCondition .checkboxWrap02 label {
    padding: 5px 13px;
}
#searchCondition .checkboxWrap01 label {
    padding-right: 35px;
    background-position: right center;
}
#searchCondition .checkboxWrap01 .selected {
    background: #5c5c5c url(../images/common/ico_clear_white01.png) no-repeat right center;
}

/* 入力フィールド */
#searchCondition input[type="text"] {
    display: block;
    width: 500px;
    margin-bottom: 5px;
    padding: 3px 8px;
    border: 1px solid #d6d6d6;
}

/* セレクト */
.categorySelect01 {
    min-width: 200px;
}
.selectGenre01 {
    min-width: 150px;
}
.selectBrand01 {
    display: block;
    margin-top: 10px;
    width: 300px;
}
.priceRange01 {
    min-width: 100px;
}

/* カテゴリ */
.conditionBoxWrap01 {
    display: table;
    width: 756px;
    margin-top: 10px;
}
.conditionBox01 {
    display: table-cell;
    width: 180px;
    min-width: 180px;
    padding: 20px 0 15px;
    border-right: 12px solid #fff;
    background: #f3f3f3
}
    .conditionBox01:last-child { border-right: none; }
    .conditionBox01.functionBox01{
        min-width: 160px;
        padding: 20px 10px 15px;
    }
    .conditionBox01.functionBox02 {
        min-width: 340px;
        padding: 20px 10px 15px;
    }
    .conditionBox01 .title {
       margin-bottom: 3px;
    }
    .conditionBox01 .condition {
        margin-bottom: 13px;
        padding: 0 10px 13px;
        border-bottom: 1px solid #d6d6d6;
    }
    .conditionBox01 .condition:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
        .conditionBox01 .selectWrap01 {
             width: 74px;
         }
         
    .conditionBox01.colorBox01 {
        width: 173px;
        padding: 20px 0 15px 7px;
    }
        .conditionBox01.colorBox01 li {
        float: left;
        width: 25px;
        height: 25px;
        margin: 0 3px 3px 0;
        }
    .conditionBox01.functionBox02 .checkboxList02 {
        float: left;
        width: 165px;
    }
    .conditionBox01.functionBox02 .checkboxList02:last-child { margin-left: 10px; }

/* 検索ボタン */
#search .btnWrap .btnReset01 {
    display: block;
    width: 370px;
    margin: 10px auto 0;
    padding: 5px 10px 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url(../images/common/ico_clear01.png) no-repeat right center;
}

/* 並び順など
-----------------------------------*/
#listControl {
    padding: 13px 0 13px 10px;
    background: #ededed;
}
    #listControl > div {
        float: left;
        margin-right: 8px;
    }
    #listControl .viewMode01 { margin-right: 0; }
        #listControl li {
            float: left;
            margin-top: 3px;
        }
            #listControl li label {
                position: relative;
                display: block;
                border: 1px solid #ccc;
                border-left: none;
                background: #fff;
                font-size: 12px;
                text-align: center;
            }
            #listControl label.selected {
                background: #5c5c5c;
                color: #fff;
            }
            #listControl li:first-child label {
                border-left: 1px solid #ccc;
                border-radius: 4px 0 0 4px;
            }
            #listControl li:last-child label {
                border-radius: 0 4px 4px 0;
            }
                #listControl li label input {
                    position: absolute;
                    -ms-filter: "alpha(opacity=0)";
                    opacity: 0;
                }
            #listControl .sortList01 label {
                min-width: 50px;
                padding: 8px 7px;
            }
            #listControl .stockStatus01 label {
                width: 62px;
                padding: 8px 0;
            }
            #listControl .displayResult01 label {
                width: 34px;
                padding: 8px 0;
            }
            #listControl .viewMode01 label {
                width: 43px;
                height: 32px;
                color: transparent;
                overflow: hidden;
            }
            #listControl .viewMode01 .col4 label {
                background: #fff url(../images/search/bg_search_viewmode01.png) no-repeat 8px -45px;
            }
            #listControl .viewMode01 .col4.current label {
                background: #5c5c5c url(../images/search/bg_search_viewmode01.png) no-repeat 8px 5px;
            }
            #listControl .viewMode01 .col3 label {
                background: #fff url(../images/search/bg_search_viewmode01.png) no-repeat -95px -45px;
            }
            #listControl .viewMode01 .current.col3 label {
                background: #5c5c5c url(../images/search/bg_search_viewmode01.png) no-repeat -95px 5px;
            }

/*商品一覧
-----------------------------------*/
#searchList {
    margin-top: 10px;
}
.searchListIn {
    padding-left: 7px;
    border-bottom: 1px solid #ccc;
}
#searchList .itemBox01 {
    position: relative;
    float: left;
    width: 180px;
    padding: 46px 6px 30px;
    background: #fff;
}
    #searchList .itemBox01 .itemTag01 {
        position: absolute;
        top: 20px;
        left: 6px;
    }
    #searchList .itemImage01 {
        position: relative;
        height: 180px;
        margin-bottom: 3px;
        overflow: hidden;
        z-index: 10;
    }
        #searchList .itemImage01 img {
            width: 100%;
        }
        #searchList .itemImage01 a:hover {
            -ms-filter: "alpha(opacity=100)";
            opacity: 1;
        }
        #searchList .itemImage01 .more {
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            width: 112px;
            height: 14px;
            margin: -14px 0 0 -56px;
            padding: 7px 0;
            background: #333;
            color: #fff;
            font-size: 12px;
            text-align: center;
            line-height: 14px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            -ms-filter: "alpha(opacity=0)";
            opacity: 0;
        }
        #searchList .itemImage01:hover .more {
            -ms-filter: "alpha(opacity=80)";
            opacity: 0.8;
        }
    #searchList .colorVariation01 {
        position: absolute;
        top: 0;
        left: 192px;
        width: 192px;
        padding: 30px 0 30px 6px;
        background: #ededed;
        -ms-filter: "alpha(opacity=0)";
        opacity: 0;
        z-index: -100;
    }
    #searchList div .itemBox01:nth-child(4n) .colorVariation01 {
        left: -195px;
        padding: 30px 0 30px 3px;
    }
          #searchList .colorVariation01 p {
              margin-bottom: 5px;
              font-size: 12px;
          }
          #searchList .colorVariation01 img {
              float: left;
              width: 60px;
              margin: 0 3px 3px 0;
              -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
          }
          #searchList div .itemBox01:nth-child(4n) .colorVariation01 img { margin: 0 0 3px 3px; }
          
    #searchList .name {
        height: 34px;
        margin-bottom: 5px;
    }
    #searchList .old {
        height: 20px;
    }
        #searchList .old .price {
            display: inline;
            color: #858585;
            text-decoration: line-through;
            font-size: 12px;
        }
        #searchList .old .off {
            background: none;
            color: #dc2525;
            font-size: 13px;
        }
            #searchList .old .off span {
                font-size: 10px;
            }
    #searchList .price {
        height: 20px;
        margin-bottom: 10px;
        font-size: 12px;
    }
        #searchList .price strong {
            font-size: 16px;
        }
/*
まとめ割
-----------------------------------*/
    #searchList .oldSummay {
        min-height: 20px;
    }
        #searchList .oldSummay .normalPrice {
            margin: 0 0 5px;
            padding: 5px 0;
            display: block;
            width: 100px;
            color: #fff;
            font-size: 11px;
            background: #858585;
            text-align: center;
            line-height: 1;
        }
        #searchList .oldSummay .price {
            color: #858585;
            text-decoration: line-through;
            font-size: 12px;
            text-align: right;
        }
        #searchList .oldSummay .off {
            background: none;
            color: #dc2525;
            font-size: 13px;
        }
            #searchList .oldSummay .off span {
                font-size: 10px;
            }
    #searchList .priceSummay {
        margin-bottom: 10px;
        font-size: 12px;
        color: #dc2525;
    }
        #searchList .priceSummay p{
            text-align: right;
        }
        #searchList .priceSummay .setPrice{
            margin: 10px 0 3px;
            padding: 5px 0;
            display: block;
            width: 100px;
            color: #fff;
            font-size: 11px;
            background: #dc2525;
            text-align: center;
            line-height: 1;
        }
        #searchList .priceSummay strong {
            font-size: 16px;
        }
    
    #searchList .itemInfo01 {
        height: 24px;
        margin-bottom: 3px;
    }
        #searchList .itemInfo01 li {
            float: left;
            width: 60px;
            height: 16px;
            margin: 0;
            padding: 3px 0;
            border: 1px solid #ccc;
            border-right: none;
            font-size: 12px;
            text-align: center;
        }
        #searchList .itemInfo01 li.gain {
            background: #0040aa;
            color: #fff;
        }
        #searchList .itemInfo01 li:last-child {
            border-right: 1px solid #ccc;
        }
    #searchList .rateBox01 {
        height: 18px;
        padding: 3px 0;
        background: #f3f3f3;
        text-align: center;
    }
        #searchList .rateBox01 img {
            margin-right: 10px;
        }


/* 3列表示 */
#searchList.modeLarge01 .itemBox01 {
    width: 244px;
    background: #fff;
}
    #searchList.modeLarge01 .itemBox01 .itemImage01 {
        height: 250px;
    }
        #searchList.modeLarge01 .colorVariation01 {
            left: 256px;
        }
        #searchList.modeLarge01 div .itemBox01:nth-child(3n) .colorVariation01 {
            left: -195px;
            padding: 30px 0 30px 3px;
    }
    #searchList.modeLarge01 .itemInfo01 li {
        width: 80px;
    }
    
/*サイド 件数表示
-----------------------------------*/
#resultCount {
    padding: 15px 0;
    margin-bottom: 1px;
    background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
    #resultCount strong {
        font-size: 26px;
        font-weight: normal;
    }

/*サイド 現在の検索条件
-----------------------------------*/
#resultConditon {
    margin-bottom: 5px;
    padding: 10px;
}
    #resultConditon .title {
        margin-bottom: 10px;
        font-size: 14px;
    }
    #resultConditon ul {
        border-radius: 4px;
        overflow: hidden
    }
        #resultConditon li {
            margin-bottom: 1px;
        }
        #resultConditon li:last-child { margin-bottom: 0; }
            #resultConditon li a {
                display: block;
                padding: 5px 24px 5px 13px;
                background: #fff url(../images/common/ico_clear01.png) no-repeat right center;
            }

#resultConditon + div { margin-bottom: 20px; }

/*サイド 検索条件
-----------------------------------*/
#sub .conditionBox01 {
    display: block;
    width: auto;
    min-width: auto;
    padding: 0;
    border-right: none;
    background: transparent;
}

#sub .conditionBox01 ul li img {
	width: 25px;
	height: 25px;
	}
#sub .conditionBox02 {
    margin-bottom: 14px;
}
#sub .crossCondition01 .selectWrap01 {
    width: 74px;
    margin: 0;
}
#sub .conditionBox02 .selectWrap01 {
    width: 155px;
}
#sub .conditionBox02 .selectGenre01 {
    width: 110px;
    min-width: 50px;
    margin-right: 0;
}
    #sub .conditionBox02 .selectGenre01 select {
        padding-left: 0;
    }
#sub .conditionBox02 .selectInitial01 {
    width: 40px;
    min-width: 30px;
    margin-right: 0;
}
    #sub .conditionBox02 .selectInitial01 select {
        padding-left: 5px;
    }
#sub .conditionBox01 .nonwireSize01 li {
    width: 23%;
    margin-right: 2px;
}
#sub .conditionBox01 .nonwireSize01 li:last-child { margin-right: 0; }



/* カテゴリ一覧
-----------------------------------*/
#categories .listBoxWrap {
    display: table;
    width: 100%;
    margin: 30px 0;
}

    #categories .listBox01 {
        display: table-cell;
        width: 230px;
        border-right: 15px solid #fff;
            vertical-align: top;
}
    #categories .listBox01:last-child { border-right: none; }
        #categories .listBox01 .heading {
            display: table-cell;
            width: 214px;
            height: 42px;
            padding: 8px;
            border-bottom: 1px solid #fff;
            font-size: 16px;
            font-weight: normal;
            vertical-align: middle;
        }

/* ブランド一覧
-----------------------------------*/
#inicialList {
    margin: 20px 10px 17px;
}
    #inicialList li {
        float: left;
        width: 30px;
        height: 30px;
        margin: 0 3px 3px 0;
        background: #ededed;
    }
        #inicialList li a {
           display: block;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

.listBrand01 li {
    float: left;
    width: 323px;
    margin: 0 3px 3px 0;
}
    .listBrand01 li a {
        position: relative;
        display: block;
        padding: 13px;
        background: #ededed;
    }
    .listBrand01 li.import a { padding: 13px 90px 13px 13px; }
        .listBrand01 li a i {
            position: absolute;
            top: 50%;
            right: 13px;
            margin-top: -10px;
            padding: 3px 8px;
            background: #333;
            color: #fff;
            font-size: 12px;
        }