@charset "euc-jp";

/*-----------------------------------

search.css
SP商品一覧レイアウト

-----------------------------------*/

/*
検索
-----------------------------------*/
#searchHeader {
    position: relative;
    margin: 20px 15px;
}
    #searchHeader .mainHead01 {
        margin: 0 0 5px;
    }
    #searchHeader p {
        margin-left: 3px;
        font-size: 12px;
    }
    #searchHeader .genre {
        margin-top: 5px;
        font-size: 10px;
        text-align: right;
    }
        #searchHeader .genre a {
            display: inline-block;
            position: relative;
            padding: 8px 5px 8px 10px;
            border: #e6e6e6 1px solid;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            text-decoration: none;
            color: #333;
        }
        #searchHeader .genre a:after {
            display: inline-block;
            content: "";
            width: 10px;
            height: 10px;
            margin: -3px 0 0 5px;
            background: url(../../images/sp/common/ico.png) no-repeat -30px -149px;
            -webkit-background-size: 250px 250px;
            -moz-background-size: 250px 250px;
            -ms-background-size: 250px 250px;
            background-size: 250px 250px;
            vertical-align: middle;
        }

    #searchHeader.mailStatic .mainHead01 {
        margin-right: 55px;
    }

.btnMailMagazine01 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 40px;
    padding-top: 28px;
    background: #333 url(../../images/sp/common/ico_mail01.png) no-repeat 50% 5px;
    -webkit-background-size: 30px 20px;
    -moz-background-size: 30px 20px;
    -ms-background-size: 30px 20px;
    background-size: 30px 20px;;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 8px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}


/*
絞り込み
-----------------------------------*/
#searchCondition {
    margin: 0 10px;
}
    #searchCondition .box {
        margin-bottom: 10px;
        background: #ededed;
    }
    #searchCondition .title {
        position: relative;
        padding: 10px 0;
        background: #5c5c5c;
        text-align: center;
        color: #fff;
    }
    #searchCondition .title:after {
        display:block;
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 15px;
        height: 15px;
        margin-top: -7px;
        background: url(../../images/sp/common/ico.png) no-repeat -105px -35px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    #searchCondition .title.open:after { background-position: -70px -35px; }


.conditionTable01 {
    width: 100%;
}
    .conditionTable01 th,
    .conditionTable01 td {
        padding: 10px;
        background: #ededed;
        border-bottom: #fff 1px solid;
    }
    .conditionTable01 th {
        width: 6em;
        padding-right: 0;
        text-align: left;
        font-weight: normal;
    }
    .conditionTable01 td { padding: 5px 10px; }
   .conditionTable01 td select,
   .conditionTable01 td input[type="text"] {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    .conditionTable01 .checkboxList01 label {
        padding: 10px 22px 10px 10px;
    }
    .conditionTable01 td input[type="radio"],
    .conditionTable01 td input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

    /* ブランド */
    .conditionTable01 .brands {
        margin: 5px -5px 0 0;
    }
    .conditionTable01 .brands li {
       float: left;
       margin: 0 5px 5px 0;
    }
    .conditionTable01 .brands select {
       margin: 0;
    }

    /* 価格 */
    .conditionTable01 .priceRange01 li { margin: 5px 0; }
    .conditionTable01 .priceRange01 select {
        display: inline-block;
        width: 83%;
        margin: 0 3px 0 0;
    }

#searchCondition .boxBtn01 {
      margin: 10px 10px;
}

#searchCondition .checkboxList01.keyword label {
    padding: 10px;
    font-size: 12px;
    text-align: center;
}


/* 表示形式 */
.iconlist01,.iconlist02 {
    position: relative;
    height: 26px;
    color: transparent;
}
    .iconlist01:after, .iconlist02:after {
        display:block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 31px;
        height: 26px;
        margin: -13px 0 0 -15px;
        background: url(../../images/sp/common/ico.png) no-repeat -136px -91px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    .iconlist02:after { background-position: -182px -91px; }

    .selected.iconlist01, .selected.iconlist02 {
        color: transparent;
    }
    .selected.iconlist01:after { background-position: -136px -55px; }
    .selected.iconlist02:after { background-position: -182px -55px; }


/* カラーチップリスト */
.colorChip01 {
    margin: 5px -5px 0 0;
}
    .colorChip01 li {
        float: left;
        margin: 0 5px 5px 0;
    }
    .colorChip01 label {
        position: relative;
        width: 40px;
        padding: 0;
        border: none;
        background: none;
    }
    .colorChip01 label img {
        width: 100%;
    }
    .colorChip01 .selected:after {
        display:block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background: url(../../images/sp/common/ico_color_selected01.png) no-repeat 0 0;
        -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        -ms-background-size: 40px 40px;
        background-size: 40px 40px;
    }


/*
一覧 3列表示
-----------------------------------*/
#serchList .listItem01 > li {
    position: relative;
    padding: 33px 0 10px;
}
#serchList .listItem01 > li:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}
#serchList .listItem01 > li:nth-child(3n+1):after {
    left: 5px;
}
    .listItem01 .itemTag01 {
        position: absolute;
        top: 15px;
        width: 100%;
        height: 18px;
        padding-left: 5px;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    }
    .itemTag01 li {
        float: left;
        width: 33%;
        height: 18px;
        font-size: 7px;
        text-align: center;
        line-height: 18px;
        color: #fff;
    }
    .listItem01 .itemTag01 li:first-child { width: 34%; }
                .itemTag01 li.new { background: #44baba; }
                .itemTag01 li.pastage { background: #5c5c5c; }
                .itemTag01 li.set { background: #0088cc; }

#serchList .listItem01 .priceOld {
    height: 14px;
    margin: 8px 0 0 5px;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    color: #858585;
}
    #serchList .listItem01 .priceOld strong {
        text-decoration: line-through;
        font-size: 12px;

    }
    #serchList .listItem01 .priceOld .off {
        margin: 0 0 0 3px;
        padding: 0;
        background: none;
        font-size: 10px;
        color: #dc2525;
    }
        #serchList .listItem01 .priceOld .off span {
            font-size: 8px;
        }
#serchList .listItem01 .price {
    height: 20px;
    margin: 0 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
}


/*
一覧 リスト表示
-----------------------------------*/
#serchList.listType .listItem01 > li {
    float: none;
    width: auto;
    margin: 0 5px;
    padding: 0;
    border-bottom: #e6e6e6 1px solid;
}
#serchList.listType .listItem01 > li:after {
    display: none;
}
    #serchList.listType .listItem01 a {
        position: relative;
        min-height: 100px;
        margin: 0;
        padding: 28px 5px 10px 115px;
    }
    #serchList.listType .listItem01 .itemTag01 {
        top: 10px;
        left: 5px;
        padding: 0;
    }
        #serchList.listType .listItem01 .itemTag01 li {
            width: 33px;
        }
        #serchList.listType .listItem01 .itemTag01 li:first-child {
            width: 34px;
        }
    #serchList.listType .listItem01 a > img {
        position: absolute;
         top: 28px;
         left: 5px;
        width: 100px;
    }
    #serchList.listType .listItem01 .name {
        height: auto;
        margin: 0;
    }
    #serchList.listType .listItem01 .priceOld,
    #serchList.listType .listItem01 .price {
        height: auto;
        margin: 10px 0 0;
    }
    #serchList.listType .listItem01 .priceOld + .price {
        margin-top: 0;
    }
    #serchList.listType .listItem01 .review {
        margin: 3px 0 0;
        padding: 3px 10px;
        background: #f3f3f3;
        font-size: 12px;
        line-height: 1.1;
        color: #333;
    }
    #serchList.listType .listItem01 .review img {
        width: auto;
        height: 14px;
        margin-right: 5px;
    }

    #serchList.listType .itemInfo {
        margin: 3px 0 0;
        border-left: #ccc 1px solid;
    }
        #serchList.listType .itemInfo li {
            float: left;
            width: 33.3%;
            padding: 3px 0;
            border: #ccc 1px solid;
            border-width: 1px 1px 1px 0;
           -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
           -ms-box-sizing: border-box;
           box-sizing: border-box;
           font-size: 10px;
           text-align: center;
           line-height: 1;
           color: #333;
        }


/*
カテゴリインデックス
-----------------------------------*/
.listBox01 {
    margin: 0 5px;
}
.listBox01 .title {
    position: relative;
    border-top: #fff 1px solid;
    background: #333;
    padding: 15px 33px 15px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
    .listBox01 .title:after {
        display: block;
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        width: 15px;
        height: 15px;
        margin-top: -7px;
        background: url(../../images/sp/common/ico.png) no-repeat -105px -35px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
     }
     .listBox01 .title.open:after { background-position: -70px -35px; }

.listBox01 ul {
    margin-bottom: 10px;
}
    .listBox01 li {
        display: table;
        float: left;
        width: 50%;
        border: #fff 1px solid;
        border-width: 1px 1px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #ededed;
    }
    .listBox01 li:nth-child(even) { border-right: none; }
    .listBox01 a {
        display: table-cell;
        position: relative;
        padding: 10px 15px;
        font-size: 12px;
        text-decoration: none;
        color: #333;
        vertical-align: middle;
    }
    .listBox01 a:after {
        display: block;
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../../images/sp/common/ico.png) no-repeat -30px -149px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
     }


/*
ブランドインデックス
-----------------------------------*/
#tabBrandIndex header {
    border-bottom: #5c5c5c 2px solid;
}
    #tabBrandIndex header .title,
    #tabBrandIndex header a {
        float: left;
        width: 50%;
        line-height: 43px;
        text-align: center;
        font-size: 16px;
        text-decoration: none;
    }
        #tabBrandIndex header .title span,
        #tabBrandIndex header a span {
            display: block;
            height: 40px;
            margin: 0 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
    }
    #tabBrandIndex header .title span {
        background: #5c5c5c;
        font-weight: normal;
        color: #fff;
    }
    #tabBrandIndex header a span {
        color: #333;
        border: #5c5c5c 1px solid;
        border-bottom: none;
    }

#tabBrandIndex ul {
    margin: 15px 15px 0;
 }
    #tabBrandIndex li {
        float: left;
        width: 14.2%;
        margin-bottom: 1px;
    }
    #tabBrandIndex li a {
        display: block;
        margin-right: 1px;
        padding: 10px 0;
        background: #ededed;
        text-align: center;
        text-decoration: none;
        color: #333;
    }

.brandIndex .headline01 {
    padding: 15px;
    font-size: 16px;
    text-align: left;
}

.listLink01 {
    margin: 5px;
}
.headline01 + .listLink01 { margin-top: 0; }

    .listLink01 li {
        margin-bottom: 1px;
        line-height: 1.1;
    }
    .listLink01 li a {
        display: block;
        position: relative;
        padding: 13px 20px 10px 15px;
        background: #ededed;
        font-size: 14px;
        text-decoration: none;
        color: #333;
    }
    .listLink01 a:after {
        display: block;
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(../../images/sp/common/ico.png) no-repeat -30px -149px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
     }
    .listLink01 li span,
    .listLink01 li i {
        display: inline-block;
        margin: -3px 0 0 5px;
        padding: 5px;
        border: #e6e6e6 1px solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #fafafa;
        font-size: 10px;
        vertical-align: middle;
    }
    .listLink01 li i {
        padding: 5px 10px;
        border: none;
        background: #333;
        color: #fff;
    }

.brandIndex .boxBtn01 {
    margin-top: 15px;
}



