@charset "utf-8";
/***************************************************
    layout.css
    共通パーツレイアウトスタイル定義
***************************************************/
/* Title
------------------------------------------------------------ */
.htl01 {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    background-image: url(../image/ttl_bg01.png);
    font-size: 28px;
    font-weight: normal;
}
.htl01 a.more {
    display: block;
    float: right;
    padding: 3px 0 0 23px;
    background: url(../image/ico_arr14.png) 0 50% no-repeat;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
}
.htl02 {
    margin-bottom: 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #666;
    font-size: 24px;
    font-weight: normal;
}
.htl02,
.htl05 {
    margin-bottom: 20px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #0f3758;
    font-size: 22px;
    font-weight: normal;
}
.htl03,
.htl04 {
    margin-bottom: 20px;
    padding: 12px 0 7px 20px;
    background-image: url(../image/ttl_bg01.png);
    font-weight: normal;
}
.htl03 { font-size: 22px }
.htl04 { font-size: 26px }
.htl05 { font-size: 20px }
.htl06 {
    margin-bottom: 20px;
    padding: 5px 0 5px;
    border-bottom: 1px solid #878787;
    font-size: 20px;
    font-weight: normal;
}
.ttl01 {
    font-size: 16px;
    font-weight: bold;
    clear: both;
}
.ttl02 {
    margin-bottom: 30px;
    padding: 0 0 5px;
    border-bottom: 1px solid #666666;
    font-size: 28px;
    font-weight: normal;
}
.ttl03 {
    font-size: 20px !important;
    line-height: 1.2em;
    font-weight: bold;
}
.htl07 {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    background-image: url(../image/ttl_bg02.png);
    font-size: 28px;
    font-weight: normal;
}
.caution {
    clear: both;
    font-weight: bold;
    padding-left: 25px;
    color: #eb4e46;
    background: url(../image/ico_required.png) 0 0 no-repeat;
    text-align: left;
}
#cautionTOP {
    margin-bottom: 20px;
    padding: 15px 0 5px;
    border: 2px solid #eb4e46;
    border-radius: 7px;

}
#cautionTOP dl {
    padding: 0 15px 10px;
    margin-bottom: 0 }
#cautionTOP dt {
    color: #eb4e46;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#cautionTOP ul { margin-bottom: 0 }
#cautionTOP li {
    margin-bottom: 5px;}
span.caution { display: inline-block }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    /* Title */
    .htl01 {
        margin-bottom: 15px;
        padding: 10px;
        font-size: 14px;
    }
    .htl01 a.more {
        padding: 0 0 0 15px;
        background-size: 10px auto;
        color: #4c4c4c;
        font-size: 10px;
        font-weight: normal;
    }
    .htl03 {
        margin-bottom: 10px;
        padding: 10px 0 10px 10px;
        font-size: 16px;
    }
    .htl04 {
        margin-bottom: 10px;
        padding: 10px 0 10px 10px;
        font-size: 16px;
    }
    .htl05 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .htl06 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ttl01 { font-size: 14px }
    .ttl02 {
        margin-bottom: 10px;
        padding: 10px 10px;
        font-size: 16px;
    }
    .ttl03 { font-size: 15px !important }
    .caution {
        padding-left: 22px;
        background: url(../image/ico_required.png) 0 50% no-repeat;
        background-size: 16px auto;
    }
    #cautionTOP {
        padding: 0;
        border: 2px solid #eb4e46;
        border-radius: 7px;
    }
    #cautionTOP dl {padding:0 15px;}
    #cautionTOP dt {
        float: none;
        width: 100%;
        padding: 10px 20px 0px 10px;
        color: #eb4e46;
        background: url(../image/ico_acd01_cl.png) 98% 80% no-repeat;
        background-size: 14px;
        font-size: 16px;
        text-align: left;
    }
    #cautionTOP dt.active { background-image: url(../image/ico_acd01_op.png) }
    #cautionTOP dd {
        display: none;
        padding: 0 10px 10px;
    }
    #cautionTOP li {
        margin-bottom: 5px;
        font-size: 12px;
    }
}
/* Button
------------------------------------------------------------ */
.btn01 {
    clear: both;
    width: 280px;
    padding: 11px 10px 10px;
    background: #ec6100 url(../image/ico_arr06.png) 15px 50% no-repeat;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.submitBtn .btn01 {
    display: inline-block;
    border-radius: 5px;
    padding: 11px 40px 10px 55px;
    background: #bc0202 url(../image/ico_cart.png) 15px 46% no-repeat;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
}
.submitBtn .btn01 a {
    color: #fff;
    text-decoration: none;
}
.submitBtn .btn01:hover { opacity: .7 }
.submitBtn.opacity1 .btn01:hover { opacity: 1 }
#selectArea .submitBtn {
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}
#selectArea .submitBtn .btn01 {
    /*border-radius: 5px;*/
    /*background: #bc0202 url(../image/ico_cart.png) 30px 46% no-repeat;*/
    /*padding: 11px 10px 10px 25px;*/
}
#selectArea .submitBtn span.btn01 {
    /*display: inline-block;*/
    /*background-color: #d9d9d9;*/
    /*border-radius: 5px;*/
    /*text-align: center;*/
}
.btn02 { }
.btn02 a {
    display: block;
    float: right;
    width: 175px;
    padding: 11px 0 10px;
    background: #ecda94 url(../image/ico_arr13.png) 10px 50% no-repeat;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
.btn02 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.btn03 {
    clear: both;
    text-align: center;
}
.btn03 a {
    display: inline-block;
    width: 175px;
    padding: 11px 10px 10px 10px;
    background: #ecda94 url(../image/ico_arr13.png) 96% 50% no-repeat;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
.btn03.login a {
    width: 210px;
    padding: 16px 15px 15px 15px;
    text-decoration: none;
}
.btn03 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.btn04 {
    display: inline;
    margin: 0 5px;
}
.btn04 a {
    display: inline-block;
    padding: 11px 20px 10px 35px;
    background: #ec6200 url(../image/ico_arr06.png) 10px 50% no-repeat;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
.btn04 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.btn05 { display: inline }
.btn05 a {
    display: inline-block;
    padding: 2px 20px 2px 30px;
    background: #4d4d4d url(../image/ico_arr08.png) 10px 50% no-repeat;
    color: #fff;
    vertical-align: middle;
    border-radius: 5px;
    text-decoration: none;
}
.btn05 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.btn06 {
    display: inline;
    margin: 0 5px;
}
.btn06 a {
    display: inline-block;
    padding: 11px 20px 10px 35px;
    background: #808080 url(../image/ico_arr06.png) 10px 50% no-repeat;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
.btn06 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.btn07 {
    clear: both;
    display: inline;
    margin: 0 5px;
    text-align: center;
}
.btn07 a {
    display: inline-block;
    min-width: 240px;
    padding: 11px 35px 10px 20px;
    background: #ecda94 url(../image/ico_arr13.png) 96% 50% no-repeat;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
.btn07 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.btn08 {
    clear: both;
    display: inline;
    margin: 0 5px;
    text-align: center;
}
.btn08 a {
    display: inline-block;
    padding: 11px 20px 10px 35px;
    background: #656565 url(../image/ico_arr07.png) 10px 50% no-repeat;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
.btn08 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
/*---------------------------------------------

special/xxxx/index.html btn09

----------------------------------------------*/
.btn09 {
    clear: both;
    text-align: right;
}
.btn09 a {
    display: inline-block;
    padding: 11px 30px 10px 20px;
    background: #ecda94 url(../image/ico_arr13.png) 96% 50% no-repeat;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
.btn09 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    .btn09 { }
    .btn09 a {
        clear: both;
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
    }
}
.backBtn02 {
    display: inline-block;
    margin: 0 5px;
}
.backBtn02 a {
    display: inline-block;
    min-width: 240px;
    padding: 11px 20px 10px 35px;
    background: #f2f2f2 url(../image/ico_arr16.png) 10px 50% no-repeat;
    color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
.backBtn02 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.moreBtn {
    position: absolute;
    top: 25px;
    right: 0;
    width: 6em;
    padding-left: 5px;
    margin: 0 auto;
    border: 1px solid #0f3758;
    background: url(../image/ico_arr01.png) 5px 50% no-repeat;
}
.moreBtn a {
    display: block;
    padding: 3px 0;
    color: #0f3758;
    font-size: 12px;
    text-align: center;
}
.addBtn { display: none }
.btnBlock01 {
    float: right;
    margin: 0;
}
.btnBlock01 li {
    float: left;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
}
.btnBlock01 li a {
    display: block;
    padding: 5px 20px 5px 30px;
    background: #4d4d4d url(../image/ico_arr08.png) 10px 50% no-repeat;
    color: #fff;
    border-radius: 5px;
}
.btnBlock01 li a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.tableStyle05 .btnBlock01 {
    position: absolute;
    top: 8px;
    right: 10px;
    float: none;
}
.btnBlock02 a {
    display: block;
    padding: 2px 20px 2px 30px;
    background: #4d4d4d url(../image/ico_arr08.png) 10px 50% no-repeat;
    color: #fff;
    border-radius: 5px;
}
.btnBlock02 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.btnBlock03 {
    clear: both;
    margin: 50px 0;
    text-align: center;
    overflow: hidden;
}
.btnBlockvg {
    clear: both;
    margin: 10px 0 10px 0;
    text-align: center;
    overflow: hidden;
}
.btnBlock04 a {
    display: block;
    padding: 5px 20px 5px 30px;
    background: #ecda94 url(../image/ico_arr13.png) 10px 50% no-repeat;
    color: #000;
    border-radius: 5px;
}
.btnBlock04 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    /*
    #itemDetail .submitBtn {
        float: right;
        margin-top: 15px;
        margin-bottom: 30px;
        width: 50%;
    }*/
    .submitBtn .btn01 {
        background-color: #bc0202;
        border-radius: 5px;
        font-size: 17px;
        width: 100%;
        background-position: 5% 50%;
        padding: 15px 20px 15px 40px;
        text-align: center;
    }
    .btn02 {
        position: absolute;
        right: 5px;
        bottom: 0;
    }
    .btn02 a {
        display: block;
        float: right;
        width: 80px;
        margin-top: -1.5em;
        padding: 8px 0;
        font-size: 12px;
    }
    .btn03 { }
    .btn03 a {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
    }
    .btn03.login a { padding: 16px 15px 15px 15px }
    .btn04 { margin: 0 3px }
    .btn04 a {
        padding: 10px 10px 10px 25px;
        font-size: 12px;
    }
    .btn05 a {
        display: inline-block;
        padding: 2px 15px 2px 20px;
        background: #4d4d4d url(../image/ico_arr07_r.png) 10px 50% no-repeat;
        color: #fff;
        vertical-align: middle;
    }
    .btn06 { margin: 0 3px }
    .btn06 a {
        padding: 10px 10px 10px 25px;
        font-size: 12px;
    }
    .btn07 {
        width: 100%;
        margin: 0;
    }
    .btn07 a {
        display: block;
        margin-bottom: 10px;
        padding: 15px;
        font-size: 14px;
        text-decoration: none;
    }
    .btn07.wd5 a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .btn08 a {
        display: block;
        margin-bottom: 10px;
        padding: 10px 10px 10px 25px;
        font-size: 12px;
    }
    .btn08 a {
        display: block;
        margin-bottom: 10px;
        padding: 10px 10px 10px 25px;
        font-size: 12px;
    }
    .backBtn { }
    .backBtn a {
        padding: 10px 10px 10px 25px;
        font-size: 12px;
    }
    .backBtn02 {
        -webkit-order: 99;
        order: 99;
        width: 100%;
        margin: 0;
    }
    .backBtn02 a {
        display: block;
        margin-bottom: 10px;
        padding: 15px;
        font-size: 14px;
    }
    .moreBtn {
        position: static;
        width: 6em;
        background: url(../image/ico_arr01.png) 5px 50% no-repeat;
        background-size: 3px auto;
    }
    .moreBtn a {
        display: block;
        padding: 3px 0;
        color: #4d4d4d;
        font-size: 11px;
        text-align: center;
    }
    .addBtn {
        position: relative;
        display: block;
        padding: 15px;
        background-color: #ecda94;
        color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 1;
        border-radius: 5px;
    }
    .addBtn:after {
        position: absolute;
        content: "▼";
        right: 8px;
    }
    .btnBlock01 {
        float: none;
        margin: 0;
        text-align: center;
    }
    .btnBlock01 li {
        float: none;
        display: inline-block;
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
    }
    .btnBlock01 li a {
        display: block;
        padding: 5px 20px 5px 30px;
        background: #4d4d4d url(../image/ico_arr08.png) 10px 50% no-repeat;
        color: #fff;
    }
    .tableStyle05 .btnBlock01 { position: static }
    .btnBlock02 a {
        padding: 1px 20px 1px 30px;
        font-size: 11px;
    }
    .btnBlock03 {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 20px 0;
        text-align: left;
    }
}
/* form
------------------------------------------------------------ */
/* text input */
input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'] {
    padding: 5px;
    border: 1px solid #b3b3b3;
    border-top: 2px solid #b3b3b3;
    box-shadow: 1px 1px 1px #e8e8e8 inset;
}
label input[type='text']:first-of-type,
label input[type='password']:first-of-type,
label input[type='number']:first-of-type,
label input[type='tel']:first-of-type { margin-left: 15px }
input[type='text'].size_LL,
input[type='password'].size_LL,
input[type='number'].size_LL,
input[type='tel'].size_LL { width: 100% }
input[type='text'].size_L,
input[type='password'].size_L,
input[type='number'].size_L,
input[type='tel'].size_L { width: 80% }
input[type='text'].size_M,
input[type='password'].size_M,
input[type='number'].size_M,
input[type='tel'].size_M { width: 200px }
input[type='text'].size_M60,
input[type='password'].size_M60,
input[type='number'].size_M60,
input[type='tel'].size_M60 { width: 60% }
input[type='text'].size_S,
input[type='password'].size_S,
input[type='number'].size_S,
input[type='tel'].size_S { width: 120px }
input[type='text'].size_SS,
input[type='password'].size_SS,
input[type='number'].size_SS,
input[type='tel'].size_SS { width: 85px }
input.readonly { background-color: #e7e7e7 }
/* textarea */
textarea {
    padding: 5px;
    border: 1px solid #b3b3b3;
    border-top: 2px solid #b3b3b3;
    box-shadow: 1px 1px 1px #e8e8e8 inset;
}
textarea.size_L {
    width: 650px;
    height: 160px;
}
/* radio */
.chk_rd input[type='radio'] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
}
.chk_rd {
    display: inline-block;
    min-height: 20px;
    padding-left: 30px;
    background: url(../image/radio.png) 0 50% no-repeat;
    cursor: pointer;
    vertical-align: middle;
}
.chk_rd.c_on { background-image: url(../image/radio_on.png) }
.input_card01 .chk_rd {
    margin: 0 10px 10px 0;
    padding: 0;
    border: 2px solid #fff;
    background-image: none;
}
.input_card01 .chk_rd.c_on { border: 2px solid #0f3758 }
/* checkbox */
.chk_ch input[type='checkbox'] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
}
.chk_ch p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5em;
    margin-bottom: 00px;
    width: 197px;
    font-weight: bold;
}
.chk_ch,
.chk_ch.c_on { cursor: pointer;}
.chk_ch:before {
    content: "";
    display: inline-block;
    height: 28px;
    width: 28px;
    background: url(../image/checkbox.png) 0 0 no-repeat;
    vertical-align: middle;
    overflow: hidden;
}
.chk_ch.c_on:before { background: url(../image/checkbox.png) 0 100% no-repeat;}
.chk_ch02 input[type='checkbox'] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
}
.chk_ch02 {
    display: block;
    background: none;
    cursor: pointer;
}
.chk_ch02.c_on {
    background: url(../image/ico_chk03.png) 95% 50% no-repeat;
    background-size: auto 12px;
}
/* select custum */
.ctmselect select,
.ctmselect span.customSelect {
    min-width: 100px;
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
}
.ctmselect span.customSelectDisabled {
    background: #dcdcdc;
    cursor: not-allowed;
}
.ctmselect .customSelectInner {
    background: url(../image/select_btn.png) 100% 50% no-repeat;
    text-align: left;
}
.volume .ctmselect select,
.volume .ctmselect span.customSelect,
.volume02 .ctmselect select,
.volume02 .ctmselect span.customSelect { min-width: 70px }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    /* text input */
    input[type='text'],
    input[type='password'],
    input[type='number'],
    input[type='tel'] {
        padding: 2px;
        border: 1px solid #b3b3b3;
        border-top: 2px solid #b3b3b3;
        box-shadow: 1px 1px 1px #e8e8e8 inset;
    }
    label input[type='text']:first-of-type,
    label input[type='password']:first-of-type,
    label input[type='number']:first-of-type,
    label input[type='tel']:first-of-type { margin-left: 5px }
    input[type='text'].size_LL,
    input[type='password'].size_LL,
    input[type='number'].size_LL,
    input[type='tel'].size_LL { width: 100% }
    input[type='text'].size_L,
    input[type='password'].size_L,
    input[type='number'].size_L,
    input[type='tel'].size_L { width: 100% }
    input[type='text'].size_M,
    input[type='password'].size_M,
    input[type='number'].size_M,
    input[type='tel'].size_M { width: 80px }
    input[type='text'].size_M60,
    input[type='password'].size_M60,
    input[type='number'].size_M60,
    input[type='tel'].size_M60 { width: 60% }
    input[type='text'].size_S,
    input[type='password'].size_S,
    input[type='number'].size_S,
    input[type='tel'].size_S { width: 120px }
    input[type='text'].size_SS,
    input[type='password'].size_SS,
    input[type='number'].size_SS,
    input[type='tel'].size_SS { width: 50px }
    /* textarea */
    textarea { }
    textarea.size_L {
        width: 100%;
        height: 100px;
    }
    /* radio */
    .chk_rd input[type='radio'] { }
    .chk_rd {
        padding: 6px 0 4px 20px;
        background-size: 16px auto;
        vertical-align: middle;
    }
    .chk_rd.c_on { }
    .input_card01 .chk_rd {
        margin: 0 0 10px 10px;
        padding: 0;
        border: 2px solid #fff;
        background-image: none;
    }
    .input_card01 .chk_rd.c_on { border: 2px solid #0f3758 }
    /* checkbox */
    .chk_ch input[type='checkbox'] { }
    .chk_ch {
        height: 14px;
        padding-left: 14px;
        line-height: 14px;
        background-size: 14px;
    }
    .chk_ch p {
        width: 92%;
    }
    /* select custum */
    .ctmselect { margin-top: 0 }
    .ctmselect select,
    .ctmselect span.customSelect {
        min-width: 10px;
        padding: 3px 8px;
        border: 1px solid #ccc;
        font-size: 12px;
    }
    .ctmselect .customSelectInner {
        background: url(../image/select_btn.png) 100% 50% no-repeat;
        background-size: 10px auto;
        text-align: left;
    }
}
/* pager
------------------------------------------------------------ */
.pager01 {
    margin: 30px auto;
    text-align: center;
    line-height: 1;
}
.pager01 li {
    display: inline;
    border-right: 1px solid #b3b3b3;
}
.pager01 li:first-child { border-left: 1px solid #b3b3b3 }
.pager01 li a,
.pager01 li span {
    display: inline;
    padding: 0 10px;
    font-weight: bold;
}
.pager02 {
    margin-bottom: 40px;
    padding: 10px 8px;
    /*    border: 1px solid #ccc;*/
}
.pager02 .pager_info {
    float: left;
    margin-bottom: 0;
}
.pager02 .pager_list {
    float: right;
    margin-bottom: 0;
    white-space: nowrap;
}
.pager02 .pager_list:after {
    content: "";
    display: block;
    clear: both;
}
.pager02 .pager_list { zoom: 1 }
.pager02 .prev {
    float: left;
    margin-bottom: 0;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 10px;
    border-right: 1px solid #ccc;
    background: url(../image/ico_arr09.png) 0 50% no-repeat;
    text-decoration: none;
}
.pager02 .next {
    float: right;
    margin-bottom: 0;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    background: url(../image/ico_arr10.png) 100% 50% no-repeat;
    text-decoration: none;
}
.pager02 .prev a,
.pager02 .next a { text-decoration: none }
.pager02 .last {
    float: right;
    margin-bottom: 0;
    margin-left: 10px;
}
.pager02 .pager_list ul,
.pager02 .pager_list li { display: inline }
.pager02 .pager_list li em {
    padding: 0 5px;
    background-color: #4d4d4d;
    border: solid 1px #4d4d4d;
    color: #fff;
}
.pager02 .pager_list li a {
    padding: 0 5px;
    /*    border: solid 1px #999;*/
    text-decoration: none;
}
/*.pager02 .prev a:hover,
.pager02 .next a:hover,
.pager02 .pager_list li a:hover {
    background-color: #808080;
    color: #fff;
}*/
.topArea .name {
    /*float: left;*/
    font-size: 14px;
    font-weight: bold;
}
.topArea .pager02 {
    float: right;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.topArea .pager02 ul { border-left: 1px solid #999999 }
.topArea .pager02 li {
    border-right: 1px solid #999999;
    padding: 0 5px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    /* pager */
    .pager01 {
        float: none;
        margin: 0 0 20px 0;
        border-right: none;
        text-align: center;
        line-height: 1;
    }
    .pager01 li {
        display: inline;
        border-right: 1px solid #b3b3b3;
    }
    .pager01 li:first-child { border-left: 1px solid #b3b3b3 }
    .pager01 li a,
    .pager01 li span {
        display: inline;
        padding: 0 8px;
        font-weight: bold;
    }
    .pager02 {
        margin-bottom: 20px;
        padding: 0;
        border: none;
    }
    .pager02 .pager_info {
        float: none;
        margin-bottom: 5px;
        text-align: center;
    }
    .pager02 .pager_list {
        float: none;
        margin-bottom: 0;
        padding: 0 5px;
        border: 1px solid #ccc;
        white-space: nowrap;
        text-align: center;
    }
    /*.pager02 .pager_list li {
        display: inline;
    }*/
    /*.pager02 .pager_list li:nth-child(5):after {
        display: inline;
        content: "..."
    }
    .pager02 .pager_list li:nth-child(n+6),
    .pager02 .pager_list .last {
        display: none;
    }*/
    .pager02 .prev {
        float: left;
        margin-right: 3px;
        padding: 10px 5px 7px 10px;
        border-right: 1px solid #ccc;
        background: url(../image/ico_arr09.png) 0 50% no-repeat;
        text-decoration: none;
    }
    .pager02 .next {
        float: right;
        margin-left: 3px;
        padding: 10px 10px 7px 5px;
        border-left: 1px solid #ccc;
        background: url(../image/ico_arr10.png) 100% 50% no-repeat;
        text-decoration: none;
    }
    .pager02 .pager_list li em {
        display: inline-block;
        margin: 2px 0;
        padding: 8px 6px;
        background-color: #4d4d4d;
        border: none;
        color: #fff;
        vertical-align: middle;
    }
    .pager02 .pager_list li a {
        display: inline-block;
        margin: 2px 0;
        padding: 5px 6px;
        border: none;
        text-decoration: none;
        vertical-align: middle;
    }
    .pager02 .prev a,
    .pager02 .next a,
    .pager02 .pager_list li a,
    .pager02 .pager_list li em {
        font-size: 12px;
        font-size: 3.6vw;
    }
/*    .pager02 .pager_list li:nth-child(3) {display: none}
    .pager02 .pager_list li:nth-child(7) {display: none}*/
}
/* ico link
------------------------------------------------------------ */
.ico_arr_s01 {
    padding-left: 10px!important;
    background: url(../image/ico_arr11.png) 0 50% no-repeat;
}
a.ico_blank01 {
    padding-right: 18px;
    background: url(../image/ico_blank01.png) 100% 50% no-repeat;
}
a.ico_blank02 {
    padding-right: 18px;
    background: url(../image/ico_blank02.png) 100% 50% no-repeat;
}
a.txt_link01 {
    color: #0f3758;
    text-decoration: underline;
}
a:hover.txt_link01 { text-decoration: none }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    a.ico_blank01 {
        padding-right: 0;
        background-image: none;
    }
    a.ico_blank02 {
        padding-right: 0;
        background-image: none;
    }
}
/* Block layout
------------------------------------------------------------ */
.hgroup01 { position: relative }
.hgroup01 .btnBlock02 {
    position: absolute;
    float: right;
    top: -5px;
    right: 0;
}
.keywordBox01 {
    float: left;
    margin-bottom: 0;
}
.keywordBox01 dt {
    width: 200px;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../image/search/ico_ac01.png) 0 50% no-repeat;
}
.keywordBox01 dd {
    display: none;
    clear: both;
    padding-bottom: 15px;
}
.keywordBox01 dd ul { margin-bottom: 0 }
.keywordBox01 dd li {
    display: inline;
    padding-right: 10px;
}
.iconBox01 {
    float: right;
    width: 160px;
    margin-bottom: 0;
    border: 1px solid #0f3758;
}
.iconBox01 dt {
    padding: 3px 3px 3px 30px;
    background: url(../image/search/ico_ac02.png) 0 50% no-repeat;
}
.iconBox01 dd { display: none }
.stockArea02 { position: relative }
.stockArea02 p { }
td.stock > div { text-align: center;}
#stockBox {
    position: relative;
    float: right;
}
#stockBox dt {
    width: 205px;
    padding: 5px 15px 5px 25px;
    border: 1px solid #bbb;
    background: #FFF url(../image/ico_ac02.png) no-repeat 10px 50%;
    text-align: center;
    cursor: pointer;
}
#stockBox dd {
    display: none;
    position: absolute;
    width: 205px;
    margin-top: -1px;
    padding: 0 0 5px 15px;
    border: 1px solid #bbbbbb;
    border-top: none;
    background-color: #FFF;
    z-index: 999;
}
#stockBox dd li { padding: 7px 0 0 0 }
.brandList01 { }
.brandList01 .character {
    float: right;
    width: 500px;
    margin-bottom: 35px;
    /*    overflow: hidden;*/
}
.brandList01 .character li {
    float: left;
    width: 40px;
    margin-left: 2%;
    border: 2px solid #ccc;
    /*    border: 1px solid #4d4d4d;*/
    /*    border-radius: 5px; */
}
.brandList01 .character li:first-child { margin-left: 0 }
.brandList01 .character li a {
    display: block;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}
.brandList01_inn {
    clear: both;
    padding-top: 1px;
    margin-top: 1px;
}
.brandList01 .brand {
    margin-bottom: 30px;
    /*    overflow: hidden;*/
    border-bottom: 1px dotted #bbbbbb;
}
.brandList01 .brand dt {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    /*    border: 2px solid #4d4d4d;*/
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    /*    border-radius: 5px;*/
}
.brandList01 .brand dd {
    /*    width: 850px;*/
    margin: 0;
    /*    float: left;*/
    overflow: hidden;
}
.brandList01 .brand dd li {
    float: left;
    width: 29.33333%;
    margin: 0 2% 10px;
    margin-bottom: 10px;
}
.brandList01 .brand dd li p { color: #999 }
.catalogAnlink {
    float: right;
}
.catalogAnlink li {
    margin-left: 2em;
    font-weight: bold;
    list-style-type: disc;
}
.input_item01.bggray { padding: 1em 0; }
.input_item01 td.catalogselect { width: 307px;}
.catalogselect li { margin-bottom: 15px }
.catalogselect label {
    font-size: 16px;
    width: 225px;
}
.catalogselect label span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.catalogList01 {
    margin-bottom: 30px;
    overflow: hidden;
}
.catalogList01 dt {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}
.catalogList01 .image { float: left }
.catalogList01 .image img { border: 1px solid #d9d9d9 }
.catalogList01 .txt {
    float: right;
    width: 315px;
    padding-top: 10px;
}
.catalogList01 .txt .logo { margin: 0 0 10px }
.catalogList01 .txt .kana {
    margin: 0 0 5px;
    font-weight: bold;
}
.catalogList01 .txt .ttl {
    margin: 10px 0 5px;
    font-weight: bold;
}
.catalogList01 .txt .catch {
    margin-top: 0;
    font-weight: bold;
}
.catalogList02 {
    margin-bottom: 30px;
    overflow: hidden;
}
.catalogList02 dt { float: left }
.catalogList02 dt img { border: 1px solid #d9d9d9 }
.catalogList02 .txt {
    float: right;
    width: 840px;
    padding-top: 10px;
}
.catalogList02 .catalogName {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}
.catalogList02 .txt .catch { font-weight: bold }
.catalogList03 {
    border: 1px solid #d9d9d9;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.catalogList03 dt { float: left }
.catalogList03 dt img { border: 1px solid #d9d9d9 }
.catalogList03 dd {
    float: right;
    width: 700px;
    padding-top: 10px;
}
.catalogList03 .catalogName {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.catalogList03 .catalogName span {
    font-weight: normal;
    font-size: 12px;
}
.catalogList03 .catalogDate {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.catalogList03 .catalogDate span {
    font-weight: normal;
    font-size: 12px;
}
.catalogList03 .catch {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.catalogList03 .btnBlock03 { margin: 15px 0 }
.catalogList04 {
    margin-bottom: 30px;
    overflow: hidden;
}
.catalogList04 .image { float: left }
.catalogList04 .txt {
    float: right;
    width: 280px;
    padding-top: 0px;
}
.catalogList04 .txt .ttl {
    margin: 10px 0 5px;
    font-weight: bold;
}
.catalogList04 .txt .catch {
    margin-top: 0;
    font-weight: bold;
}
.catalogList04 dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.catalogList04 .btn03 { margin: 20px 0 0 }
.catalogList04 .btn03 a { font-size: 16px }
.imageBox03 { overflow: hidden }
.imageBox03 .txt {
    float: left;
    width: 510px;
    padding-top: 10px;
}
.imageBoxvg { overflow: hidden }
.imageBoxvg .txt {
    float: left;
    width: 580px;
    padding-top: 10px;
}
/* Column layout */
.col2Box { overflow: hidden }
.col2Box > div {
    width: 48%;
    margin-bottom: 30px;
}
.col2Box > div:nth-of-type(2n-1) { float: left }
.col2Box > div:nth-of-type(2n) { float: right }
.col3Box {
    padding-top: 1px;
    overflow: hidden;
}
.col3Box > div {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.col3Box > div:nth-child(3n) { margin-right: 0 }
.col3Box > div:nth-child(3n+1) { clear: left }
.col3Box2 {
    padding-top: 1px;
    overflow: hidden;
}
.col3Box2 > div {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.col3Box2 > div:nth-child(3n) { margin-right: 0 }
.col3Box2 > div:nth-child(3n+1) { clear: left }
.col4Box {
    padding-top: 1px;
    overflow: hidden;
    margin-bottom: 40px;
}
.col4Box > div {
    float: left;
    width: 24%;
    margin-right: 1%;
}
.col4Box > div:nth-child(4n) { margin-right: 0 }
.col4Box > div:nth-child(4n+1) {clear: left }
.col4Box .name { margin-bottom: 0px !important }
.col4Box .price { text-align: left !important }
/* image box */
.imageBox01 { overflow: hidden }
.imageBox01 .image {
    float: left;
    margin-right: 20px;
}
.imageBox01 .image img { border: 1px solid #d9d9d9 }
.imageBox01 .txt { padding-top: 10px }
.imageBox02 { overflow: hidden }
.imageBox02 .image {
    float: right;
    margin-left: 20px;
}
.imageBox02 .image img { border: 1px solid #d9d9d9 }
.imageBox02 .txt { padding-top: 10px }
.itemList01 { }
.itemList01 dl {
    float: left;
    width: 235px;
    margin: 0 0 30px 20px;
}
.itemList01 dl:first-child { margin-left: 0;}
#catPickup.itemList01 dl:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}
.itemList01 dt {
    height: 235px;
    margin-bottom: 10px;
    border: 1px solid #b3b3b3;
    overflow: hidden;
    position: relative;
}
.itemList01 dt img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /*width: 100%*/
}
.itemList01 dd .brand {
    margin-bottom: 0;
}
.itemList01 .name {
    margin: 5px 0;
    font-size: 16px;
}
.itemList01 .link {
    margin-bottom: 0;
    padding-top: 5px;
}
.itemList01 .link .item_link {
    display: block;
    float: left;
    width: 50%;
    padding: 5px 0 5px 10px;
    border: 1px solid #ab9a58;
    border-right: 1px solid #d2d2d2;
    border-radius: 10px 0 0 10px;
    background: url(../image/ico_item_link.png) 14px 50% no-repeat;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}
.itemList01 .link a.item_link:hover { background-color: #fef4d0 }
.itemList01 .link .catalog_link {
    display: block;
    float: right;
    width: 50%;
    padding: 5px 0 5px 7px;
    border: 1px solid #44a828;
    border-left: none;
    border-radius: 0 10px 10px 0;
    background: url(../image/ico_catalog_link.png) 4px 50% no-repeat;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}
.itemList01 .link a.catalog_link:hover { background-color: #d5f5cd }
.itemList01 .link .item_link.disabled,
.itemList01 .link .catalog_link.disabled {
    border-color: #d4d4d4;
    background-image: url(../image/ico_disabled_link.png);
    color: #ccc;
    text-decoration: none;
    cursor: default;
}
.itemList01 .link .item_link.disabled:hover,
.itemList01 .link .catalog_link.disabled:hover {
    background-color: transparent;
    /*    opacity: .8;;
    filter: alpha(opacity=80);
    text-decoration: none;*/
}
/* 2col Box */
.itemList02 { overflow: hidden }
.itemList02 dl {
    float: left;
    width: 490px;
    margin: 0 0 0 20px;
}
.itemList02 dl:first-child { margin-left: 0 }
.itemList02 dt {
    float: left;
    border: 1px solid #d9d9d9;
    width: 280px;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.itemList02 dt a {
    display: block;
}
.itemList02 dt img {
/*    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    vertical-align: middle;
    margin: auto;
}
.itemList02 dd {
    float: right;
    width: 195px;
}
.itemList02 dd .brand {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
}
.itemList02 dd .name {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
}
.itemList02 dd .detail { margin: 10px 0 0 }
.itemList02 dd .stock { margin: 10px 0 0 }
.itemList02 .itemBox01 {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
    overflow: hidden;
}
.itemList02 .itemBox01:nth-child(odd) { float: left }
.itemList02 .itemBox01:nth-child(even) { float: right }
.itemList02 .itemBox01 dt { margin-bottom: 10px }
.itemList02 .itemBox01 dt img { border: 1px solid #d9d9d9 }
.itemList02 .itemBox01 dd p { margin-bottom: 5px }
.itemList02 .itemBox01 dd .name {
    font-size: 16px;
    font-weight: bold;
}
.itemList03 { }
.itemList03 dl {
    float: left;
    width: 184px;
}
.itemList03 dl:first-child { margin-left: 0 }
.itemList03 dt {
    margin-bottom: 10px;
    border: 1px solid #b3b3b3!important;
    position: relative;
/*    height: 184px;*/
}
.itemList03 dt img {
/*    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
    margin: auto;
}
.itemList03 dd .brand { margin-bottom: 5px }
.itemList03 dd .name {
    margin-bottom: 5px;
    font-size: 16px;
}
.itemList03 dd .price { margin-bottom: 0 }
/*------------------------------------------

 アイテムリスト04（）

------------------------------------------*/
.itemList04 {
    /*    margin-top: 40px;*/
    overflow: hidden;
}
.itemList04 .itemBox01 {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
    overflow: hidden;
}
.itemList04 .itemBox01:nth-child(odd) { float: left }
.itemList04 .itemBox01:nth-child(even) { float: right }
.itemList04 .itemBox01:nth-child(2n+1) { clear: left }
.itemList04 .itemBox01 dt {
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    max-width: 100%;
}
.itemList04 .itemBox01 dt img { border: 1px solid #d9d9d9 }
.itemList04 .itemBox01 dd p { margin-bottom: 5px }
.itemList04 .itemBox01 dd .name {
    font-size: 16px;
    font-weight: bold;
}
/*------------------------------------------

 アイテムリスト05（）

------------------------------------------*/
.itemList05 {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.itemList05 .itemBox01 {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
    overflow: hidden;
}
.itemList05 .itemBox01:nth-child(odd) { float: left }
.itemList05 .itemBox01:nth-child(even) { float: right }
.itemList05 .itemBox01:nth-child(2+1) { clear: left;}
.itemList05 .itemBox01 dt { margin-bottom: 10px }
.itemList05 .itemBox01 dt .imgbox {
    height: auto;
    max-width: 100%;
    /*float: left;*/
    margin: 0 15px 10px 0;
}
.itemList05 .itemBox01 .image_left dt .imgbox {
    float: left;
}
.itemList05 .itemBox01 dt .imgbox img {
    display: block;
    margin: 0 auto 5px;
}
.itemList05 .itemBox01 dt img {
    margin-bottom: 5px;
    border: 1px solid #d9d9d9;
}
.itemList05 .itemBox01 dt p { margin-bottom: 0 }
.itemList05 .itemBox01 dd { /*     clear: both;_NO__DOTCOMMA__AFTER__*/ }
.itemList05 .itemBox01 .name {
    clear: both;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.itemList05 .itemBox01 .price { float: right }
.itemBox02 { }
.itemBox02 dl { overflow: hidden }
.itemBox02 dt {
    float: left;
    max-width: 100%;
    margin:10px 30px 30px 30px;
}
.itemBox02 .image_left dt {
    margin-left: 0;
}
.itemBox02 .image_right dt {
    float: right;
    margin-right: 0;
}
.itemBox02 dt img { border: 1px solid #dedede }
.itemBox02 dt span {
    display: block;
    margin-top: 10px;
}
.itemBox02 dd {
    /*    float: right;;
    width: 48%;*/
    padding-top: 10px;
}
/*.itemBox02 .image_right dd {
    float: left;
}*/
.itemBox02 dd .lead { margin-bottom: 30px }
.itemBox02 dd .name {
    float: right;
    width: 48%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.itemBox02 .image_right .name { float: left }
.itemBox02 dd .price {
    clear: right;
    float: right;
    width: 48%;
}
.itemBox02 .image_right dd .price {
    clear: left;
    float: left;
}
@media only screen and (max-width: 767px) {
    .itemBox02 { }
    .itemBox02 dl { overflow: hidden }
    .itemBox02 dt { margin: 0 }
    .itemBox02 dt,
    .itemBox02 .image_right dt {
        float: none;
        width: 100%;
        padding-top: 1px;
        /*text-align: center;*/
    }
    .itemBox02 dt img {
        width: 70%;
        margin: 0 auto;
        border: 1px solid #dedede;
        display: block;
    }
    .itemBox02 dt span {}
    .itemBox02 dd,
    .itemBox02 .image_right dd {
        float: none;
        width: 100%;
        padding-top: 10px;
    }
    .itemBox02 dd .lead { margin-bottom: 30px }
    .itemBox02 .image_right .name,
    .itemBox02 dd .name {
        float: left;
        width: auto;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: bold;
    }
    .itemBox02 .image_right dd .price,
    .itemBox02 dd .price {
        clear: none;
        float: right;
        width: auto;
    }
}
.itemBox03 dl{ width: 100%;}
.itemBox03 dt {
    margin-bottom: 1em;
    position: relative;
    text-align: center;
}
.itemBox03 dt a {
    text-align: center;
    position: relative;
    display: block;
    overflow: visible;
    /*border: 1px solid #dedede;*/
}
.itemBox03 dt a:hover img {
    opacity: .7;
}
.itemBox03 dt img {
    max-width: 100%;
}
.itemBox03 dd .name {
    font-size: 16px;
    font-weight: bold;
}
.itemBox03 dd .price { text-align: right }
.itemBox03 dd .caption {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}
/* col4Box */
.col4Box .itemBox03 .soldout img {
    opacity: .3;
}
.col4Box .itemBox03 dd .name {margin-top: 1em;}
/*.itemBox03 dd .caption span { font-size: 12px;}
.itemBox03 dd .subcaption {padding-bottom: 30px;}*/
.itemBox04 { }
.itemBox04 dl { overflow: hidden }
.itemBox04 dt {
    float: left;
    width: 28%;
    margin-right: 4%;
}
.itemBox04 dt span {
    display: block;
    margin-top: 10px;
}
.itemBox04 dd {
    float: right;
    width: 68%;
}
@media only screen and (max-width: 767px) {
    .itemBox04 { }
    .itemBox04 dl { overflow: hidden }
    .itemBox04 dt {
        float: none;
        width: 100%;
    }
    .itemBox04 dd {
        margin-top: 10px;
        float: none;
        width: 100%;
    }
}
#recommendArea {
    clear: both;
    margin-bottom: 30px;
}
#recommendArea .itemList dl { width: 150px }
#recommendArea .itemList dd.image img { border: 1px solid #d9d9d9 }
#recommendArea .itemList .price { font-weight: normal }
#recommendArea #recommendSld01 dl { margin-left: 0 }

#historyArea,
#recommendGoodsArea,
#rankingGoodsArea {
    clear: both;
    margin-bottom: 30px;
}

#historyArea:after,
#recommendGoodsArea:after,
#rankingGoodsAreaa:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

#historyArea #historySld li,
#recommendGoodsArea #recommendSld01 li,
#rankingGoodsArea #rankingSld01 li {
    float: left;
    margin-left: 20px;
}
#historyArea #historySld li:first-child,
#recommendGoodsArea #recommendSld01 li:first-child,
#rankingGoodsArea #rankingSld01 li:first-child { margin-left: 0 }


#recommendArea #recommendSld01,
#historyArea #historySld01 dl,
#recommendGoodsArea #recommendSld01 dl
#rankingGoodsArea #rankingSld01 dl,
#rankArea #rankSld01 dl { margin-left: 0 }

#recommendArea .bx-wrapper,
#historyArea .bx-wrapper,
#recommendGoodsArea .bx-wrapper,
#rankingGoodsArea .bx-wrapper,
#rankArea .bx-wrapper { margin:0 32px 0 33px!important;}

#recommendArea .bx-wrapper .bx-controls-direction a,
#historyArea .bx-wrapper .bx-controls-direction a,
#recommendGoodsArea .bx-wrapper .bx-controls-direction a,
#rankingGoodsArea .bx-wrapper .bx-controls-direction a,
#rankArea .bx-wrapper .bx-controls-direction a {
    top: 46%;
    outline: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-indent: -9999px;
    z-index: 99;
}
#recommendArea .bx-wrapper .bx-controls-direction a,
#rankArea .bx-wrapper .bx-controls-direction a {
    top: 71px;
    margin-top: 0;
}

#recommendArea .bx-wrapper .bx-controls-direction a.disabled,
#historyArea .bx-wrapper .bx-controls-direction a.disabled,
#recommendGoodsArea .bx-wrapper .bx-controls-direction a.disabled,
#rankingGoodsArea .bx-wrapper .bx-controls-direction a.disabled,
#rankArea .bx-wrapper .bx-controls-direction a.disabled{
    display: block;
    opacity: .3;
    cursor: default;
}

#recommendArea .bx-wrapper .bx-prev,
#historyArea .bx-wrapper .bx-prev,
#recommendGoodsArea .bx-wrapper .bx-prev,
#rankingGoodsArea .bx-wrapper .bx-prev,
#rankArea .bx-wrapper .bx-prev {
    left: -32px;
    background: url(../image/slider02_prev.png) 0 0 no-repeat;
}
#recommendArea .bx-wrapper .bx-next,
#historyArea .bx-wrapper .bx-next,
#recommendGoodsArea .bx-wrapper .bx-next,
#rankingGoodsArea .bx-wrapper .bx-next,
#rankArea .bx-wrapper .bx-next {
    right: -32px;
    background: url(../image/slider02_next.png) 0 0 no-repeat;
}

#recommendArea .bx-wrapper .bx-next:hover,
#historyArea .bx-wrapper .bx-next:hover,
#recommendGoodsArea .bx-wrapper .bx-next:hover,
#rankingGoodsArea .bx-wrapper .bx-next:hover,
#rankArea .bx-wrapper .bx-next:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
#recommendArea .bx-wrapper .bx-loading,
#historyArea .bx-wrapper .bx-loading,
#recommendGoodsArea .bx-wrapper .bx-loading,
#rankingGoodsArea .bx-wrapper .bx-loading,
#rankArea .bx-wrapper .bx-loading {
display:none!important;}


#recommendArea .itemList03 dt,
#historyArea .itemList03 dt,
#recommendGoodsArea .itemList03 dt,
#rankingGoodsArea .itemList03 dt,
#rankArea .itemList03 dt {
    text-align: center;
}
#recommendArea .itemList03 dt img,
#historyArea .itemList03 dt img,
#recommendGoodsArea .itemList03 dt img,
#rankingGoodsArea .itemList03 dt img,
#rankArea .itemList03 dt img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
#recommendArea .itemList03 dt a,
#historyArea .itemList03 dt a,
#recommendGoodsArea .itemList03 dt a,
#rankingGoodsArea .itemList03 dt a,
#rankArea .itemList03 dt a {
    display: block;
}
#rankArea .itemList03 dd .name {
    font-size: 14px;
    margin-bottom: 0;
}

.userguideBox {
    width: 30%;
    padding: 30px;
    text-align: center;
    border: 1px solid #ccc;
}
.userguideBox dt { margin-bottom: 20px }
.userguideBox dd a {
    display: inline-block;
    width: 175px;
    padding: 8px 0 7px 6px;
    background: #4d4d4d url(../image/ico_arr07.png) 10px 50% no-repeat;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}
.userguideBox01 {
    margin-bottom: 20px;
    overflow: hidden;
}
.userguideBox01 dl {
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}
.userguideBox01 dl:first-child { margin-left: 0 }
.userguideBox01 dt { margin-bottom: 20px }
.userguideBox01 dt a {
    display: block;
    padding: 8px 0 7px 6px;
    background: #ecda94 url(../image/ico_arr13.png) 10px 50% no-repeat;
    color: #000;
    font-size: 20px;
    border-radius: 5px;
}
.userguideBox01 dt a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.totalrankingBox { overflow: hidden }
.totalrankingBox dl {
    position: relative;
    float: left;
    width: 170px;
    margin: 0 0 20px 20px;
    padding-top: 5px;
    z-index: -1;
}
.totalrankingBox dl.no1 {
    width: 365px;
    margin: 0;
}
.totalrankingBox dl:before {
    display: block;
    position: absolute;
    top: 0;
    left: 13px;
    content: "";
    width: 35px;
    height: 46px;
    background: url(../image/ico_total_no1.png) 0 0 no-repeat;
    z-index: 10;
}
.totalrankingBox dl.no1:before {
    background-image: url(../image/ico_total_no1.png);
    left: 15px;
    width: 59px;
    height: 78px;
}
.totalrankingBox dl.no2:before { background-image: url(../image/ico_total_no2.png) }
.totalrankingBox dl.no3:before { background-image: url(../image/ico_total_no3.png) }
.totalrankingBox dl.no4:before { background-image: url(../image/ico_total_no4.png) }
.totalrankingBox dl.no5:before { background-image: url(../image/ico_total_no5.png) }
.totalrankingBox dl dt {
    margin-bottom: 10px;
    padding-top: 1px;
}
.totalrankingBox dl.no1 dt { border: 3px solid #f3bf0a }
.totalrankingBox dl.no2 dt { border: 3px solid #c2c2c2 }
.totalrankingBox dl.no3 dt { border: 3px solid #a86841 }
.totalrankingBox dl.no4 dt,
.totalrankingBox dl.no5 dt { border: 1px solid #d9d9d9 }
.totalrankingBox dl dd .name {
    margin-bottom: 5px;
    font-size: 16px;
}
.mailmagBox { }
.mailmagBox .rdBox {
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #f2f2f2;
    text-align: center;
}
.mailmagBox label {
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
}
.boxStyle01 {
    padding: 20px 30px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.boxStyle01 label {
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
}
.boxStyle02 {
    padding: 20px 30px;
    border: 2px solid #aa0000;
    background-color: #fafafa;
    overflow: hidden;
}
.boxStyle02 .text01 {
    float: left;
    margin-bottom: 0;
}
.boxStyle02 .text01 em {
    font-weight: bold;
    font-size: 16px;
}
.boxStyle02 .input01 {
    float: right;
    margin-bottom: 0;
    padding-top: 5px;
}
.boxStyle02 .input01 label {
    font-size: 16px;
    font-weight: bold;
}
.boxStyle02 .input01 label input {
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
}
.boxStyle03 {
    width: 48%;
    margin: 0 auto;
    padding: 15px 30px;
    background-color: #f2f2f2;
    font-size: 16px;
}
.contactBox01 { text-align: center }
.contactBox01 em { font-weight: bold }
.contactBox01 .customer .tel {
    margin-left: 15px;
    font-size: 20px;
}
.contactBox02 .fl-l { float: left }
.contactBox02 .fl-r { float: right }
.contactBox01 .formLink {
    display: inline-block;
    padding-left: 15px;
    background: url(../image/ico_arr01.png) 0 50% no-repeat;
}
.contactBox01 .formLink a {
    font-weight: bold;
    font-size: 20px;
}
.contactBox02 { }
.contactBox02 .ttl {
    padding-bottom: 10px;
    border-bottom: 1px solid #878787;
    font-size: 16px;
}
.contactBox02 em { font-weight: bold }
.contactBox02 .tel {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.topicsBox {
    padding: 15px 0 5px;
    border: 1px solid #ccc;
}
.topicsBox dt {
    float: left;
    width: 130px;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.topicsBox dd li {
    margin-bottom: 5px;
    font-size: 12px;
}
.bannerBox {
    margin-bottom: 30px;
    overflow: hidden;
}
.bannerBox li {
    width: 32%;
    float: left;
    margin-left: 2%;
}
.bannerBox li:first-child { margin-left: 0 }
.bannerBox02 {
    margin-bottom: 30px;
    overflow: hidden;
}
.bannerBox02 li {
    width: 32%;
    float: left;
    margin-left: 2%;
}
.bannerBox02 li:first-child { margin-left: 0 }
.scrollBox01 {
    height: 200px;
    margin-bottom: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #bbbbbb;
    padding: 10px;
}
/* ログイン */
.loginBox01 { overflow: hidden }
.loginBox01 .label {
    clear: both;
    float: left;
    padding-top: 8px;
}
.loginBox01 .input {
    float: right;
    width: 300px;
}
.loginBox01 .input input { width: 300px }
#specialList { margin-bottom: 50px }
#specialList dl {
    width: 32%;
    float: left;
    margin-left: 2%;
}
#specialList dl:nth-child(3n+1) { 
    clear: left;
    margin-left: 0;
}
.mailAttention { color: #a9a9a9; }
/* タグキーワドエリア */
#tagkeyArea { }
#tagkeyArea ul {
    margin-bottom: 0;
    padding: 18px 10px;
    border: 2px solid #d9d9d9;
}
#tagkeyArea ul li {
    display: inline;
    margin: 0 5px;
    /*white-space: nowrap;*/
}
#tagkeyArea ul li a { color: #0f3758 }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    .hgroup01 { }
    .hgroup01 .btnBlock02 { }
    .userguideBox {
        width: 100%;
        padding: 10px;
        text-align: center;
        border: 1px solid #ccc;
    }
    .userguideBox dt { margin-bottom: 10px }
    .userguideBox dd a {
        display: inline-block;
        width: 100%;
        padding: 8px 0 7px 6px;
        background: #4d4d4d url(../image/ico_arr07.png) 10px 50% no-repeat;
        color: #fff;
        font-size: 16px;
    }
    .userguideBox01 { }
    .userguideBox01 dl {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 10px;
        text-align: center;
        border: 1px solid #ccc;
    }
    .userguideBox01 dt { margin-bottom: 10px }
    .userguideBox01 dt a {
        display: inline-block;
        width: 100%;
        padding: 8px 0 7px 6px;
        background: #ecda94 url(../image/ico_arr13.png) 10px 50% no-repeat;
        color: #000;
        font-size: 16px;
        border-radius: 5px;
    }
    .totalrankingBox {
        /*    overflow: hidden;*/
    }
    .totalrankingBox dl {
        position: relative;
        float: left;
        width: 48%;
        margin: 0 1% 10px;
        padding-top: 5px;
        z-index: -1;
    }
    .totalrankingBox dl.no1 {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .totalrankingBox dl:before {
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        content: "";
        width: 30px;
        background-size: 30px auto;
        z-index: 10;
    }
    .totalrankingBox dl.no1:before { left: 10px }
    .totalrankingBox dl dt { }
    .totalrankingBox dl dd .name {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .mailmagBox { }
    .mailmagBox .rdBox {
        width: 80%;
        margin: 0 auto;
        padding: 5px 0;
        background-color: #f2f2f2;
        text-align: center;
    }
    .mailmagBox label {
        margin-right: 20px;
        font-weight: normal;
        font-size: 12px;
    }
    #stockBox dt { width: 175px }
    #stockBox dd { width: 175px }
    .boxStyle01 {
        padding: 0;
        background-color: transparent;
        overflow: hidden;
    }
    .boxStyle01 .sp_block {
        margin-bottom: 10px;
        padding: 10px;
        background-color: #f2f2f2;
    }
    .boxStyle01 label { font-size: 12px }
    .boxStyle02 { padding: 10px }
    .boxStyle02 .text01 {
        float: none;
        margin-bottom: 0;
    }
    .boxStyle02 .text01 em { font-size: 12px }
    .boxStyle02 .input01 {
        float: none;
        margin-bottom: 0;
        padding-top: 5px;
        text-align: center;
    }
    .boxStyle02 .input01 label {
        font-size: 14px;
        font-weight: bold;
    }
    .boxStyle02 .input01 label input {
        margin-right: 10px;
        font-size: 12px;
        font-weight: normal;
    }
    .boxStyle03 {
        width: 100%;
        padding: 10px;
        font-size: 12px;
    }
    .contactBox01 { text-align: left }
    .contactBox01 em { font-weight: bold }
    .contactBox01 .customer em:first-child { display: block }
    .contactBox01 .customer .tel {
        margin-left: 10px;
        font-size: 14px;
    }
    .contactBox01 .formLink {
        display: block;
        margin-top: 0;
        padding-left: 0;
        background-image: none;
        text-align: center;
    }
    .contactBox01 .formLink a {
        font-weight: bold;
        padding: 0 15px;
        background: url(../image/ico_arr01.png) 0 50% no-repeat,url(../image/ico_blank01.png) 100% 50% no-repeat;
    }
    .contactBox02 {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .contactBox02 .ttl { font-size: 12px }
    .contactBox02 img { }
    .contactBox02 .tel {
        margin-right: 10px;
        font-size: 14px;
    }
    /* Column layout */
    .col2Box { overflow: hidden }
    .col2Box > div { width: 100% }
    .col2Box > div:nth-of-type(2n-1) { float: none }
    .col2Box > div:nth-of-type(2n) { float: none }
    /* image box */
    .imageBox01,
    .imageBox02 { }
    .imageBox01 .image,
    .imageBox02 .image {
        float: none;
        padding-top: 1px;
        margin: 0;
        text-align: center;
    }
    .imageBox01 .image img,
    .imageBox02 .image img { border: 1px solid #d9d9d9 }
    .imageBox01 .txt,
    .imageBox02 .txt { padding-top: 10px }
    .brandList01 { }
    .brandList01 .character {
        float: none;
        width: 300px;
        margin: 0 auto 10px;
    }
    .brandList01 .character li {
        width: 50px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .brandList01 .character li:first-child { margin-left: 0 }
    .brandList01 .character li:nth-child(6n) { margin-left: 0 }
    .brandList01 .character li a {
        height: 46px;
        line-height: 46px;
    }
    .brandList01_inn {
        margin-bottom: 20px;
        padding-top: 20px;
        border-top: 1px solid #737373;
        border-bottom: 1px solid #737373;
    }
    .brandList01 .brand {
        margin-top: 0;
        margin-bottom: 10px;
        padding-top: 0;
        overflow: hidden;
        border-bottom: none;
    }
    .brandList01 .brand dt {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 40px;
    }
    .brandList01 .brand dd {
        margin: 0 0 0 60px;
        padding-top: 10px;
        border-top: 1px solid #efefef;
    }
    .brandList01 .brand dd li {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #efefef;
    }
    .catalogAnlink { }
    .catalogList01 { margin-bottom: 10px }
    .catalogList01 dt {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .catalogList01 .image {
        float: left;
        width: 37%;
    }
    .catalogList01 .image img { }
    .catalogList01 .txt {
        float: right;
        width: 68%;
        padding-top: 0;
    }
    .catalogList01 .txt .catch { font-weight: bold }
    /*オンラインカタログ*/
    .catalogList03 {
        border: 1px solid #d9d9d9;
        padding: 10px;
        margin-bottom: 40px;
        overflow: hidden;
    }
    .catalogList03 dt {
        float: none;
        text-align: center;
    }
    .catalogList03 dt img {
        width: auto;
        border: 1px solid #d9d9d9;
    }
    .catalogList03 dd {
        float: none;
        width: 100%;
        padding-top: 5px;
    }
    .catalogList03 .catalogName {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .catalogList03 .catalogName span {
        font-weight: normal;
        font-size: 12px;
    }
    .catalogList03 .catalogDate {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
    }
    .catalogList03 .catalogDate span {
        font-weight: normal;
        font-size: 12px;
    }
    .catalogList03 .catch {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .catalogList03 .btnBlock03 { margin: 7px 0 }
    .catalogList04 { margin-bottom: 10px }
    .catalogList04 .txt {
        float: right;
        width: 58%;
        padding-top: 0px;
    }
    .catalogList04 .image {
        float: left;
        width: 37%;
    }
    .catalogList04 .txt img {
        max-width: initial;
        max-width: auto;
        width: auto;
    }
    .catalogList04 .btn03 a { font-size: 1em }
    .imageBox03 .txt {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    /* item list */
    .itemList dl {
        float: left;
        width: 146px;
        margin: 0 5px;
    }
    .itemList dl:first-child { margin-left: 5px }
    .itemList01 { }
    .itemList01 dl {
        clear: both;
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .itemList01 dl:first-child { margin-left: 0 }
    .itemList01 dt {
        float: left;
        width: 48%;
        height: auto;
        margin-bottom: 10px;
        border: 1px solid #b3b3b3;
        overflow: hidden;
        position: relative;
        height: auto;
    }
    .itemList01 dt a {
        display: block;
    }
    .itemList01 dt img {
        /*position: relative;*/
        width: 100%;
    }
    .itemList01 dd {
        float: right;
        width: 48%;
    }
    .itemList01 .name { font-size: 12px }
    .itemList01 .link {
        display: table;
        width: 100%;
        line-height: 1.3;
    }
    .itemList01 .link .item_link {
        display: table-cell;
        float: none;
        padding: 5px 0 5px 10px;
        background-position: 4px 50%;
        vertical-align: middle;
        font-size: 10px;
    }
    .itemList01 .link .catalog_link {
        display: table-cell;
        float: none;
        padding: 5px 0 5px 10px;
        font-size: 10px;
    }
    /* 2col Box */
    .itemList02 { }
    .itemList02 dl {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .itemList02 dt {
        float: left;
        width: 48%;
        height: auto;
        border: 1px solid #d9d9d9;
    }
    .itemList02 dd {
        float: right;
        width: 48%;
    }
    .itemList02 dd .brand {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.2;
    }
    .itemList02 dd .name {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.2;
    }
    .itemList02 .itemBox01 { width: 100% }
    .itemList02 .itemBox01:nth-child(odd) { float: none }
    .itemList02 .itemBox01:nth-child(even) { float: none }
    .itemList02 .itemBox01 dd .name { font-size: 12px }
    .itemList02 .itemBox01.sp_acMenu {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 8px;
        border: 1px solid #ccc;
        border-radius: 2px;
    }
    .itemList02 .itemBox01.sp_acMenu .sp_acMenu_btn {
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding: 14px 0;
        background: url(../image/ico_acd01_cl.png) 100% 50% no-repeat;
        background-size: 14px auto;
        border-bottom: none;
        font-size: 12px;
        font-weight: bold;
    }
    .itemList02 .itemBox01.sp_acMenu .sp_acMenu_btn.active { background-image: url(../image/ico_acd01_op.png) }
    .itemList02 .itemBox01.sp_acMenu .sp_acMenu_body {
        display: none;
        margin-bottom: 15px;
    }
    .itemList03 { }
    .itemList03 dl {
        float: none;
        width: 100%;
        margin: 0;
    }
    .itemList03 dt {
        float: left;
        width: 48%;
        margin-bottom: 0;
        border: 1px solid #b3b3b3;
	height: auto;
    }
    .itemList03 dd {
        float: right;
        width: 48%;
    }
    .itemList03 dd .brand { margin-bottom: 5px }
    .itemList03 dd .name {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .itemList03 dd .price { }
    /*------------------------------------------

     アイテムリスト04（）

    ------------------------------------------*/
    .itemList04 {
        margin-top: 20px;
        overflow: hidden;
    }
    .itemList04 .itemBox01 {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .itemList04 .itemBox01:nth-child(odd) { float: none }
    .itemList04 .itemBox01:nth-child(even) { float: none }
    .itemList04 .itemBox01 dt {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .itemList04 .itemBox01 dt img { border: 1px solid #d9d9d9 }
    .itemList04 .itemBox01 dd .lead { text-align: right }
    .itemList04 .itemBox01 dd .name {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
        float: none;
    }
    .itemList04 .itemBox01 dd .price {
        margin-bottom: 10px;
        float: none;
    }
    /*------------------------------------------

     アイテムリスト05（）

    ------------------------------------------*/
    .itemList05 {
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .itemList05 .itemBox01 {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .itemList05 .itemBox01:nth-child(odd) { float: none }
    .itemList05 .itemBox01:nth-child(even) { float: none }
    .itemList05 .itemBox01 dt {
        margin-bottom: 10px;
        width: 100%;
    }
    .itemList05 .itemBox01 dt .imgbox {
        float: none;
        width: 100%;
        /*text-align: center;*/
    }
    /*.itemList05 .itemBox01 dt p {
        width: 100%;
        clear: both;
        text-align: left;
    }*/
    .itemList05 .itemBox01 dt img {
        border: 1px solid #d9d9d9;
        width: 70%;
        clear: both;
        float: none;
        margin: 0 auto;
        display: block;
    }
    .itemList05 .itemBox01 dd { clear: both }
    .itemList05 .itemBox01 .name {
        float: none;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .itemList05 .itemBox01 .price {
        margin-bottom: 10px;
        float: none;
    }
    #recommendArea,
    #historyArea,
    #rankArea { margin-bottom: 40px }
    #recommendArea .htl02,
    #historyArea .htl02,
    #rankingGoodsArea .htl02,
    #rankArea .htl02,
    #recommendGoodsArea .htl02 { font-size: 14px }
    #recommendArea .itemList03 dt,
    #historyArea .itemList03 dt,
    #recommendGoodsArea .itemList03 dt,
    #recommendArea .itemList03 dt,
    #rankingGoodsArea .itemList03 dt,
    #rankArea .itemList03 dt{ width: 100% }
    #recommendArea .itemList03 dt a{ display: block; }
    #recommendArea .itemList03 dd,
    #rankArea .itemList03 dd,
    #historyArea .itemList03 dd { display: none }
    #recommendArea .bx-wrapper,
    #historyArea .bx-wrapper,
    #recommendGoodsArea .bx-wrapper,
    #rankingGoodsArea .bx-wrapper,
    #rankArea .bx-wrapper{ margin: 0 auto!important }
    #recommendArea .bx-wrapper .bx-controls-direction a,
    #historyArea .bx-wrapper .bx-controls-direction a,
    #recommendGoodsArea .bx-wrapper .bx-controls-direction a,
    #rankingGoodsArea .bx-wrapper .bx-controls-direction a,
    #rankArea .bx-wrapper .bx-controls-direction a{
        top: 50%;
        outline: 0;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        text-indent: -9999px;
        z-index: 99;
    }
    #recommendArea .bx-wrapper .bx-prev,
    #historyArea .bx-wrapper .bx-prev,
    #recommendGoodsArea .bx-wrapper .bx-prev,
    #rankingGoodsArea .bx-wrapper .bx-prev,
    #rankArea .bx-wrapper .bx-prev{
        left: -15px;
        background: url(../image/slider02_prev.png) 0 0 no-repeat;
        background-size: 24px auto;
    }
    #recommendArea .bx-wrapper .bx-next,
    #historyArea .bx-wrapper .bx-next,
    #recommendGoodsArea .bx-wrapper .bx-next,
    #rankingGoodsArea .bx-wrapper .bx-next,
    #rankArea .bx-wrapper .bx-next{
        right: -15px;
        background: url(../image/slider02_next.png) 0 0 no-repeat;
        background-size: 24px auto;
    }
    .bannerBox {
        margin-bottom: 15px;
        overflow: hidden;
    }
    .bannerBox li {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .bannerBox li:nth-child(2n-1) { margin-left: 0 }
    .bannerBox li img { width: 100% }
    .scrollBox01 {
        height: 150px;
        margin-bottom: 20px;
    }
    .scrollBox01::-webkit-scrollbar { width: 5px }
    .scrollBox01::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    .scrollBox01::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
    /* ログイン */
    .loginBox01 { overflow: hidden }
    .loginBox01 .label {
        float: none;
        padding-top: 0;
    }
    .loginBox01 .input {
        float: none;
        width: 100%;
    }
    .loginBox01 .input input { width: 100% }
    /* ログイン */
    #specialList dl {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 5px;
    }
    #specialList dt img { width: 100% }
    /* タグキーワドエリア */
    #tagkeyArea { }
    #tagkeyArea ul { padding: 10px }
}
/* flow
------------------------------------------------------------ */
#flowBlock {
    margin-bottom: 30px;
    overflow: hidden;
}
#flowBlock .flow {
    height: 50px;
    margin-left: 0;
    list-style: none;
}
#flowBlock .flow li {
    display: table;
    float: left;
    width: 25%;
    border-top: 2px solid #4d4d4d;
    border-bottom: 2px solid #4d4d4d;
    font-size: 14px;
}
#flowBlock .flow li:first-child {
    border-left: 2px solid #4d4d4d;
    border-radius-top-left: 5px;
    border-radius-bottom-left: 5px;
}
#flowBlock .flow li:last-child {
    border-right: 2px solid #4d4d4d;
    border-radius-top-right: 5px;
    border-radius-bottom-right: 5px;
}
#flowBlock .flow li > * {
    display: table-cell;
    width: 100%;
    height: 46px;
    padding-left: 25px;
    background: url(../image/flow_arr.png) 0 50% no-repeat;
    color: #4d4d4d;
    text-align: center;
    vertical-align: middle;
}
#flowBlock .flow li.current > * {
    background: #4d4d4d url(../image/flow_arr_cr01.png) 0 50% no-repeat;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#flowBlock .flow li.done > * {
    background: #4d4d4d url(../image/flow_arr_cr01.png) 0 50% no-repeat;
    color: #d0d0d0;
    font-weight: normal;
}
#flowBlock .flow li.current + li > * { background: url(../image/flow_arr_cr01.png) 0 50% no-repeat }
#flowBlock .flow li:first-child > * { background-image: none }
#flowBlock.flow01 { }
#flowBlock.flow01 .flow li { width: 25% }
#flowBlock.flow01 .submenu.step02 { left: 260px }
#flowBlock.flow02 { }
#flowBlock.flow02 .flow li { width: 33.3333% }
#flowBlock.flow04 { }
#flowBlock.flow04 .flow li { width: 33.3333% }
#flowBlock.flow05 { }
#flowBlock.flow05 .flow li {
    width: 16.6666%;
    font-size: 14px;
}
#flowBlock.flow05 .flow li:nth-child(2),
#flowBlock.flow05 .flow li:nth-child(5) { line-height: 1.3 }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    #flowBlock { margin-bottom: 10px }
    #flowBlock .flow {
        height: auto;
        margin: 0 0 10px;
        overflow: hidden;
    }
    #flowBlock .flow li {
        float: left;
        position: relative;
        width: 25%;
        height: 4em;
        padding: 0;
        border-top: 2px solid #4d4d4d;
        border-bottom: 2px solid #4d4d4d;
        font-size: 10px;
        line-height: 1.3;
    }
    #flowBlock .flow li:nth-child(1) { z-index: 9 }
    #flowBlock .flow li:nth-child(2) { z-index: 8 }
    #flowBlock .flow li:nth-child(3) { z-index: 7 }
    #flowBlock .flow li:nth-child(4) { z-index: 6 }
    #flowBlock .flow li > * {
        display: table-cell;
        position: relative;
        height: auto;
        padding: 0 0 0 20px;
        background: transparent none;
        vertical-align: middle;
        z-index: 100;
    }
    #flowBlock .flow li.done,
    #flowBlock .flow li.current { background-color: #4d4d4d }
    #flowBlock .flow li.done > *,
    #flowBlock .flow li.current > * {
        color: #ffffff;
        background: transparent none;
        border-color: #4d4d4d;
    }
    #flowBlock .flow li:first-of-type > * { padding-left: 5px }
    #flowBlock .flow li:last-of-type > * { padding-right: 0 }
    #flowBlock .flow li.current + li > * { background-image: none }
    #flowBlock .flow li::after {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0.585572845em;
        /* 4em-width/2 */
        right: -1.41442716em;
        /* top/2 */
        width: 2.82885431em;
        /* 4em/1.414 */
        height: 2.82885431em;
        margin-top: -2px;
        border-top: 2px solid #4d4d4d;
        border-right: 2px solid #4d4d4d;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10;
        border-radius-top-right: 5px;
    }
    #flowBlock .flow li.done::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    #flowBlock .flow li.current::after { background-color: #4d4d4d }
    #flowBlock .flow li:first-of-type.current > *::before,
    #flowBlock .flow li:last-of-type::after { display: none }
    #flowBlock .submenu { padding: 8px 10px }
    #flowBlock .submenu:before {
        top: -6px;
        margin-left: -6px;
        border-width: 0 6px 6px 6px;
    }
    #flowBlock .submenu:after {
        top: -9px;
        margin-left: -7px;
        border-width: 0 7px 7px 7px;
    }
    #flowBlock .submenu li { font-size: 10px }
    #flowBlock .submenu li img {
        height: 16px;
        margin-right: 5px;
        vertical-align: text-bottom;
    }
    #flowBlock.flow05 { }
    #flowBlock.flow05 .flow li {
        font-size: 10px;
        line-height: 1.3;
        width: 33.3333%;
    }
    #flowBlock.flow05 .flow li:nth-child(4) > *::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0.585572845em;
        /* 4em-width/2 */
        left: -1.3em;
        width: 2.82885431em;
        /* 4em/1.414 */
        height: 2.82885431em;
        margin-top: -2px;
        border-top: 2px solid #4d4d4d;
        border-right: 2px solid #4d4d4d;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 11;
        border-radius-top-right: 5px;
    }
    #flowBlock.flow05 .flow li:nth-child(3) { width: 27% }
}
/* table
------------------------------------------------------------ */
caption {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.tableStyle01 {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: inherit;
    border-spacing: 0 2px;
}
.tableStyle01 th {
    padding: 10px 15px;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
    font-size: 15px;
    white-space: nowrap;
}
.tableStyle01 td {
    padding: 15px;
    border: 1px solid #b3b3b3;
}
.tableStyle01 .item_code { background-color: #f7f7f7 }
.tableStyle01 .detail { height: 140px }
.tableStyle01 .detail .spec { margin: 10px 0 0 }
.tableStyle01 .detail .spec li { margin-bottom: 10px }
.tableStyle01 .detail .spec li:after {
    content: "";
    display: block;
    clear: both;
}
.tableStyle01 .detail .spec li { zoom: 1 }
.tableStyle01 .detail .spec dfn {
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    border: 2px solid #b3b3b3;
    color: #656565;
    font-size: 12px;
    font-weight: bold;
}
.tableStyle01 .detail .spec dfn.colorType {
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    border: 2px solid #b3b3b3;
    color: #656565;
    font-size: 12px;
    font-weight: bold;
}
.tableStyle01 .detail .spec dfn.sizeTtl {
    float: left;
    margin-right: 10px;
    padding: 0 31px;
    border: 2px solid #b3b3b3;
    color: #656565;
    font-size: 12px;
    font-weight: bold;
}
.tableStyle01 .price,
.tableStyle01 .price_total {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}
.tableStyle01 .price01 {
    text-align: right;
    font-size: 15px;
}
.tableStyle01 .color,
.tableStyle01 .size,
.tableStyle01 .volume { text-align: center }
.tableStyle01 .volume select {
    /*    width: 100px;*/
    margin: 0 auto;
}
.tableStyle01 .customSelectInner { text-align: left }
.tableStyle01 .del { text-align: center }
.tableStyle01 .option { }
.tableStyle01 .option label {
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
}
.tableStyle01 .order_status {
    font-size: 16px;
    font-weight: bold;
}
.tableStyle01 .payment {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.tableStyle01 th.size {
    background-color: transparent;
    text-align: left;
}
.tableStyle01 th.chk { width: 80px }
/* カタログからのご注文 */
.tableStyle02 {
    width: 100%;
    margin-bottom: 20px;
}
.tableStyle02 th {
    padding: 20px 15px;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    white-space: nowrap;
}
.tableStyle02 td {
    padding: 15px;
    border: 1px solid #b3b3b3;
    border-top: none;
    text-align: center;
}
.tableStyle02 td:nth-child(1) { width: 173px }
.tableStyle02 td:nth-child(2) { width: 279px }
.tableStyle02 td:nth-child(3) { width: 182px }
.tableStyle02 td.del {
    width: 80px;
    cursor: pointer;
}
.tableStyle02 td input { max-width: 100% }
/* MG のみ
.tableStyle03 {
    width: 100%;
    font-size: 16px;
}
.tableStyle03 th {
    padding: 5px 10px;
    border: none;
    background-color: transparent;
    text-align: left;
    white-space: nowrap;
}
.tableStyle03 td {
    padding: 5px 0 5px 20px;
    border: none;
    background-color: transparent;
    text-align: left;
}*/
.tableStyle04,
.tableStyle05 {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
#sizeArea div:nth-child(2) .tableStyle05 {
}
#sizeArea div:nth-child(2) .tableStyle05 tr:first-child  {
        height: auto;
}
#sizeArea div:nth-child(2) .tableStyle05 th {
        white-space: normal;
        word-break: keep-all;
}
.tableStyle04 th,
.tableStyle05 th {
    padding: 10px 15px;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
    font-size: 16px;
    white-space: nowrap;
}
.tableStyle04 td,
.tableStyle05 td {
    padding: 15px;
    border: 1px solid #b3b3b3;
}
.tableStyle04 th.chk { width: 80px }
.tableStyle04subttl {
    font-size: 16px;
    font-weight: bold;
}
.tableStyle05 th.border01 {
    position: relative;
    width: 324px;
    height: 102px;
    background: url(../image/table_border01.png) 50% 50% no-repeat;
}
.tableStyle05 th.border01 p {
    position: absolute;
    margin-bottom: 0;
}
.tableStyle05 th.border01 p:first-child {
    bottom: 25px;
    left: 25px;
    text-align: right;
}
.tableStyle05 th.border01 p:last-child {
    top: 25px;
    right: 25px;
    text-align: right;
}
.tableStyle05 .sainyuka {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/*MG のみ
.tableStyle06 {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
}
.tableStyle06 th {
    padding: 20px 15px;
    border-left: 1px solid #b3b3b3;
    font-size: 16px;
    white-space: nowrap;
}
.tableStyle06 td {
    padding: 15px;
}*/
/* 在庫一覧 */
.table_wrap_w {
    width: 100%;
    overflow-x: auto;
}
.table_stock {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.table_stock.talbescroll { margin-bottom: 0 }
.table_stock th {
    height: 70px;
    padding: 10px 15px;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
    font-size: 12px;
}
.table_stock td {
    padding: 15px;
    border: 1px solid #b3b3b3;
}
.table_stock tr {
    height: 100%;
    min-height: 100%;
}
.table_stock th.border01 {
    /*    position: relative;*/
    min-width: 250px;
    background: #f2f2f2 url(../image/table_border02.png) 50% 50% no-repeat;
    /*    height: 100%;*/
    min-height: 100%;
    padding: 0;
}
@-moz-document url-prefix() {
    .table_stock th.border01 { height: 100% }
}
.table_stock th.border01 div {
    position: relative;
    height: 100%;
    min-height: 100%;
    padding: 10px 15px;
}
.table_stock th.border01 p {
    position: absolute;
    margin-bottom: 0;
}
.table_stock th.border01 p:first-child {
    bottom: 10%;
    left: 10px;
}
.table_stock th.border01 p:last-child {
    top: 10%;
    right: 10px;
}
.table_stock .sainyuka {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.table_stock i {
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    font-style: normal;
}
/* 在庫状況について */
.table_stock_exp { width: 100% }
.table_stock_exp th {
    padding: 20px 10px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}
.table_stock_exp td {
    padding: 20px 0 20px 20px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    text-align: left;
}
.table_stock_exp tr:last-child th,
.table_stock_exp tr:last-child td { border-bottom: none }
.table_stock_exp caption {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b3b3b3;
}
.table_stock_exp i {
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    font-style: normal;
}
.tableSum01 {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #aa0000;
    background-color: #fbf5f5;
}
.tableSum01 table { width: 100% }
.tableSum01 table tbody { font-size: 16px }
.tableSum01 table tbody th,
.tableSum01 table tbody td {
    padding-bottom: 15px;
    text-align: right;
    font-weight: normal;
}
.tableSum01 table tfoot {
    padding-top: 15px;
    border-top: 2px solid #4d4d4d;
    font-size: 15px;
}
.tableSum01 table tfoot th,
.tableSum01 table tfoot td {
    padding-top: 15px;
    text-align: right;
    font-weight: bold;
}
.tableSum01 table tfoot th span,
.tableSum01 table tfoot td span { color: #aa0000 }
/*MG のみ*/
.tableSum02 {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid #4d4d4d;
    background-color: #fafafa;
}
.tableSum02 table {
    width: 100%;
    font-weight: bold;
}
.tableSum02 table tbody {
    font-size: 16px;
}
.tableSum02 table tbody th,
.tableSum02 table tbody td {
    padding-bottom: 15px;
    text-align: right;
}
.tableSum02 table tfoot {
    padding-top: 15px;
    border-top: 2px solid #4d4d4d;
    font-size: 20px;
}
.tableSum02 table tfoot th,
.tableSum02 table tfoot td {
    padding-top: 15px;
    text-align: right;
}
.tableSum02 table tfoot th span,
.tableSum02 table tfoot td span {
    color:#aa0000;
}

/*MG のみ*/
.input_item01 {
    width: 100%;
}
.input_item01 th {
    position: relative;
    padding: 10px 25px 10px 25px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
.input_item01 th .required {
    margin-left: 10px;
    padding: 0 10px;
    border: 1px solid #eb4e46;
    color: #eb4e46;
    font-size: 14px;
    font-weight: normal;
}
.input_item01 td {
    position: relative;
    width: 100%;
    padding: 1.5em 0 1.5em 20px;
    border: none;
}
.input_item01 td .caution {
    margin-bottom: 5px;
    padding-left: 25px;
    color: #eb4e46;
    background: url(../image/ico_required.png) 0 50% no-repeat;
    line-height: 20px;
}
.input_item01 td .description {
    margin-left: 15px;
}

.tableStyle05 .input_item01 th {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.input_item01 td {
    width: auto;
    padding: 10px 30px;
}

.input_item02 {
    width: 100%;
}
.input_item02 th {
    position: relative;
    padding: 10px 120px 10px 25px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}
.input_item02 th .required {
    position: absolute;
    right: 0;
    padding: 0 10px;
    background-color: #eb4e46;
    color: #fff;
    font-size: 14px;
}
.input_item02 td {
    position: relative;
    width: 100%;
    padding: 10px 0 10px 40px;
    border: none;
}

.input_item03 {
    width: 100%;
}
.input_item03 th {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.input_item03 td {
    padding: 10px 20px;
    border: none;
}

.input_item04 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    border-spacing: 0px\9;
}

@-moz-document url-prefix() {
    .input_item04 { border-spacing: 0px }
}

.input_item04 th {
    padding: 10px 20px;
    border-bottom: 1px dotted #b3b3b3;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.input_item04 td {
    padding: 10px 20px;
    border-bottom: 1px dotted #b3b3b3;
}

/*MG のみ*/
.input_card01 {
    width: 100%;
}
.input_card01 th {
    position: relative;
    padding: 10px 120px 10px 25px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
.tableStyle04 .input_item01 th {    padding: 10px 60px 10px 10px;}
.input_card01 th .required {
    margin-left: 10px;
    padding: 0 10px;
    border: 1px solid #eb4e46;
    color: #eb4e46;
    font-size: 14px;
    font-weight: normal;
}
.input_card01 td {
    position: relative;
    width: 100%;
    padding: 1.5em 0 1.5em 20px;
    border: none;
}
.input_card01 td .caution {
    margin-bottom: 5px;
}
.input_card01 td.chk {
    text-align: center;
}
.input_card01 td.chk p {
    display: inline-block;
    width: 420px;
    padding: 15px 30px;
    background-color: #f2f2f2;
    font-size: 16px;
    text-align: left;
}
.stockArea {
    padding-bottom: 30px;
    text-align: center;
}
.stockArea li {
    display: inline;
    float: left;
    padding: 5px 10px;
}
.stockArea li:first-child { background: #eee }
/* ------------------------------------------------------------

全ジャンル一覧  genre.html

------------------------------------------------------------ */
#genreList { margin-top: 50px }
#genreList dl {
    float: left;
    width: 33.3%;
}
#genreList dt {
    margin-bottom: 25px;
    padding: 0 0 0 37px;
    font-size: 17px;
    font-weight: bold;
}
#genreList dd { padding: 0 0 30px 22px }
#genreList dt.mensW { background: url(/common/image/genre/ico_genre01.png) no-repeat 0 0 }
#genreList dt.ladiesW { background: url(/common/image/genre/ico_genre02.png) no-repeat 0 0 }
#genreList dt.goods { background: url(/common/image/genre/ico_genre03.png) no-repeat 0 0 }
#genreList dt.japaneseC { background: url(/common/image/genre/ico_genre04.png) no-repeat 0 0 }
#genreList dt.kids { background: url(/common/image/genre/ico_genre05.png) no-repeat 0 0 }
#genreList dt.bagS { background: url(/common/image/genre/ico_genre06.png) no-repeat 0 0 }
#genreList dt.watchA { background: url(/common/image/genre/ico_genre07.png) no-repeat 0 0 }
#genreList dt.livingD { background: url(/common/image/genre/ico_genre08.png) no-repeat 0 0 }
#genreList dt.hobbyS { background: url(/common/image/genre/ico_genre09.png) no-repeat 0 0 }
#genreList dt.sportsH { background: url(/common/image/genre/ico_genre10.png) no-repeat 0 0 }
#genreList dt.gardening { background: url(/common/image/genre/ico_genre11.png) no-repeat 0 0 }
#genreList dt.artC { background: url(/common/image/genre/ico_genre12.png) no-repeat 0 0 }
#genreList dt.alcoholF { background: url(/common/image/genre/ico_genre13.png) no-repeat 0 0 }
#genreList dt.distribution { background: url(/common/image/genre/ico_genre14.png) no-repeat 0 0 }
#genreList dd ul { margin-bottom: 0 }
#genreList dd li {
    clear: both;
    margin-bottom: 1px;
}
#genreList dd li:before {
    display: block;
    content: "・";
    float: left;
}
/* Column layout */
.col2Box { overflow: hidden }
.col2Box > div {
    width: 47%;
    margin-bottom: 30px;
}
.col2Box > div:nth-of-type(2n-1) {
    float: left;
    clear: both;
}
.col2Box > div:nth-of-type(2n) { float: right }
.col2Box #members .inn,
.col2Box #visitors .inn { min-height: 180px }
#selectArea .stock_info {
    clear: both;
    float: right;
    width: 40%;
    padding: 16px;
    background-color: #e6e6e6;
}
#selectArea .stock_info dt {
    float: left;
    font-size: 18px;
    font-weight: bold;
}
#selectArea .stock_info dd {
    float: right;
    margin-top: 2px;
}
#selectArea .stock_info dd a {
    padding-right: 20px;
    background: url(/common/image/ico_blank01.png) 100% 50% no-repeat;
}
#selectArea .itemUti {
    clear: both;
    float: right;
    padding: 0 0 0;
    font-size: 13px;
}
#selectArea .itemUti li {
    float: left;
    margin-right: 5px;
    border-left: 1px solid #666;
}
#selectArea .itemUti li:first-child {
    margin-left: 0;
    border-left: none;
}
#selectArea .itemUti li.stockLink {
    padding-left: 20px;
    background: url(/common/image/shop/ico_blank.png) no-repeat 5px 5px;
}
#selectArea .itemUti li.contactLink {
    padding-left: 15px;
    background: url(/common/image/shop/ico_arr01.png) no-repeat 5px 4px;
}
#selectArea .itemUti li.returnedLink {
    padding-left: 30px;
    background: url(/common/image/shop/ico_que.png) no-repeat 5px 0;
}
#selectArea .queryLink a {
    padding-left: 30px;
    background: url(/common/image/shop/ico_que.png) no-repeat 5px 0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    /* table */
    caption {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .tableStyle01 {
        position: relative;
        margin-bottom: 20px;
    }
    .tableStyle01 {
        border-collapse: inherit;
        border-spacing: 0 2px;
    }
    .tableStyle01 tr.delBox {
        display: block;
        position: relative;
        margin-bottom: 10px;
    }
    .tableStyle01 thead { display: none }
    .tableStyle01 th {
        padding: 20px 15px;
        border: 1px solid #b3b3b3;
        background-color: #f2f2f2;
        font-size: 16px;
        white-space: nowrap;
    }
    .tableStyle01 td {
        display: block;
        padding: 10px;
        border: 1px solid #b3b3b3;
        border-bottom: none;
        overflow: hidden;
    }
    .tableStyle01 .item_code {
        height: auto;
        margin-bottom: 0;
    }
    .tableStyle01 .item_code:before {
        display: block;
        content: "商品番号：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .detail {
        height: auto;
        margin-bottom: 0;
    }
    .tableStyle01 .detail:before {
        //    display: block;
        //    content: "お申込内容：";
        //    float: left;
        //    font-size: 12px;
        //    font-weight: normal;
    }
    .tableStyle01 .stock {
        height: auto;
        margin-bottom: 0;
    }
    .tableStyle01 .stock:before {
        display: block;
        content: "在庫状況：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .detail .detail_txt { float: left }
    .tableStyle01 dd .spec { margin: 10px 0 0 }
    .tableStyle01 dd .spec li { margin-bottom: 10px }
    .tableStyle01 dd .spec dfn {
        margin-right: 5px;
        padding: 1px 5px;
        font-size: 10px;
    }
    .tableStyle01 .price01,
    .tableStyle01 .price {
        height: 47px;
        font-size: 14px;
    }
    .tableStyle01 .price01 {
        float: left;
        width: 60%;
        border-right: none;
    }
    .tableStyle01 .price01:before,
    .tableStyle01 .price:before {
        display: block;
        content: "価格（税込）：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .payment02:before {
        display: block;
        content: "支払方法：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .payment02 { text-align: right }
    .tableStyle01 .price_total {
        clear: both;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 2px solid #b3b3b3;
    }
    .tableStyle01 .price_total:before {
        display: block;
        content: "商品計（税込）：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .volume {
        float: left;
        width: 40%;
        height: 47px;
        font-size: 14px;
        text-align: right;
    }
    .tableStyle01 .volume:before {
        display: block;
        content: "数量：";
        float: left;
        font-size: 12px;
    }
    .tableStyle01 .color {
        width: 100%;
        font-size: 14px;
        text-align: left;
    }
    .tableStyle01 .color:before {
        display: block;
        content: "カラー：";
        float: left;
        font-size: 12px;
        padding-top: 4px;
    }
    .tableStyle01 .size {
        width: 100%;
        font-size: 14px;
        text-align: left;
    }
    .tableStyle01 .size:before {
        display: block;
        content: "サイズ：";
        float: left;
        font-size: 12px;
        padding-top: 4px;
    }
    .tableStyle01 .volume02 {
        width: 100%;
        font-size: 14px;
        border-bottom: 1px solid #b3b3b3;
    }
    .tableStyle01 .volume02:before {
        display: block;
        content: "数量：";
        float: left;
        font-size: 12px;
        padding-top: 4px;
    }
    .tableStyle01 .volume select {
        width: auto;
        margin: 0 auto;
    }
    .tableStyle01 .customSelectInner { text-align: left }
    .tableStyle01 .del {
        position: absolute;
        width: 25px;
        padding: 0;
        top: 8px;
        right: 10px;
        border: none;
    }
    .tableStyle01 .option {
        border-bottom: 2px solid #b3b3b3;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
    }
    .tableStyle01 .option:before {
        display: block;
        content: "オプション：";
        float: left;
        font-size: 12px;
    }
    .tableStyle01 .option label {
        margin-left: 10px;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .order_date:before,
    .tableStyle01 .order_num:before {
        display: block;
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .order_date:before { content: "ご注文日：" }
    .tableStyle01 .order_num:before { content: "ご注文番号：" }
    .tableStyle01 .order_status {
        float: left;
        margin-right: 20px;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .order_status:before {
        display: block;
        content: "ご注文日：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .shipping_date { float: left }
    .tableStyle01 .shipping_status p {
        display: inline;
        margin: 0 20px 0 0;
    }
    .tableStyle01 .shipping_status:before {
        display: block;
        content: "お届け状況：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .shipping_num { clear: both }
    .tableStyle01 .shipping_num:before {
        display: block;
        content: "配送伝表番号：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .payment {
        font-size: 12px;
        font-weight: normal;
        text-align: right;
    }
    .tableStyle01 .payment:before {
        display: block;
        content: "支払方法：";
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .sainyuka {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .tableStyle01 th.size {
        background-color: transparent;
        text-align: left;
    }
    .tableStyle01 th.border01 {
        position: relative;
        width: 324px;
        height: 102px;
        background: url(../image/table_border01.png) 50% 50% no-repeat;
    }
    .tableStyle01 th.border01 p {
        position: absolute;
        margin-bottom: 0;
    }
    .tableStyle01 th.border01 p:first-child {
        bottom: 25px;
        left: 25px;
        text-align: right;
    }
    .tableStyle01 th.border01 p:last-child {
        top: 25px;
        right: 25px;
        text-align: right;
    }
    .tableStyle01 th.chk { width: 80px }
    .tableStyle01 .how_to {
        background-color: #f2f2f2;
        text-align: center;
    }
    .tableStyle01 .payment02 {
        margin-bottom: 20px;
        border: 1px solid #b3b3b3;
    }

    /* カタログからのご注文 */
    .tableStyle02 {
        position: relative;
        width: 100%;
        margin-bottom: 80px;
    }
    .tableStyle02 thead {
        display: block;
        float: left;
        width: 40%;
        margin-bottom: 4em;
        border: 1px solid #b3b3b3;
    }
    .tableStyle02 thead tr { display: block }
    .tableStyle02 thead th {
        display: block;
        height: 4em;
        padding: 0;
        border: none;
        border-top: 1px solid #b3b3b3;
        font-size: 12px;
        white-space: nowrap;
    }
    .tableStyle02 thead th span {
        vertical-align: middle;
        display: inline-block;
    }
    .tableStyle02 thead th:before {
        content: "";
        height: 100%;
        vertical-align: middle;
        width: 0;
        display: inline-block;
    }
    .tableStyle02 thead th:first-child { border-top: none }
    /*.tableStyle02 thead th:last-child {    display: none;}*/
    .tableStyle02 tbody {
        display: block;
        float: left;
        width: 60%;
        border: 1px solid #b3b3b3;
        border-left: none;
    }
    .tableStyle02 tbody tr { display: block }
    .tableStyle02 tbody td {
        display: block;
        height: 4em;
        padding: 10px 10px;
        border: none;
        border-top: 1px solid #b3b3b3;
        text-align: left;
    }
    .tableStyle02 td:nth-child(1),
    .tableStyle02 td:nth-child(2),
    .tableStyle02 td:nth-child(3) { width: auto }
    .tableStyle02 td.del { width: 100% }
    .tableStyle02 tbody td:first-child { border-top: none }
    .tableStyle02 tbody td input { max-width: 100% }
    .tableStyle02 tbody td.del {
        /*    position: absolute;
        border: none;
        left: 0;*/
        text-align: center;
    }
    .tableStyle02 tbody td.del img {
        width: 28px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }
    /*.tableStyle02 tbody td.del:after {
        display: inline;
        content: "削除";
        color: #0f3758;
        font-size: 14px;
    }*/
    /*MG のみ
    .tableStyle03 {
        font-size: 12px;
    }
    .tableStyle03 th {
        padding: 5px 10px;
        border: none;
        background-color: transparent;
        white-space: nowrap!important;
    }
    .tableStyle03 td {
        padding: 5px 10px;
        border: none;
        background-color: transparent;
    }*/
    .tableStyle04,
    .tableStyle05 {
        width: 100%;
        margin-bottom: 20px;
    }
    #sizeArea div:nth-child(2) .tableStyle05 th {
        white-space: normal;
        word-break: normal;
    }
    .tableStyle04 th,
    .tableStyle05 th {
        padding: 5px 5px;
        font-size: 12px;
        white-space: normal;
    }
    /*.tableStyle05 th {    white-space: nowrap;}*/
    .tableStyle04 td,
    .tableStyle05 td { padding: 5px 5px }
    .tableStyle04 td { padding: 0 }
    .tableStyle04 th.chk {
        width: 40px;
        padding: 0;
    }
    .tableStyle04subttl {
        font-size: 14px;
        font-weight: bold;
    }
    .tableStyle05 th.border01 {
        position: relative;
        width: 120px;
        height: 40px;
        background: #f2f2f2 url(../image/table_border01.png) 50% 50% no-repeat;
    }
    .tableStyle05 th.border01 p {
        position: absolute;
        margin-bottom: 0;
    }
    .tableStyle05 th.border01 p:first-child {
        bottom: 0;
        left: 5px;
    }
    .tableStyle05 th.border01 p:last-child {
        top: 0;
        right: 5px;
    }
    .tableStyle05 .sainyuka {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
    /*MG のみ
    .tableStyle06 {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #b3b3b3;
    }
    .tableStyle06 th {
        display: block;
        padding: 5px 10px;
        border: none;
        font-size: 12px;
    }
    .tableStyle06 td {
        display: block;
        padding: 5px 15px;
    }*/
    /* 在庫一覧 */
    .table_stock {
        width: 100%;
        margin-bottom: 20px;
    }
    .table_stock th {
        height: 50px;
        padding: 5px 5px;
        font-size: 12px;
        white-space: normal;
    }
    .table_stock td { padding: 5px 5px }
    .table_stock th.border01 {
        position: relative;
        min-width: 140px;
        height: 60px;
        background: #f2f2f2 url(../image/table_border02_sp.png) 50% 50% no-repeat;
    }
    .table_stock th.border01 p {
        position: absolute;
        margin-bottom: 0;
    }
    .table_stock th.border01 p:first-child {
        bottom: 10%;
        left: 5px;
    }
    .table_stock th.border01 p:last-child {
        top: 10%;
        right: 5px;
    }
    .table_stock .sainyuka {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
    /* 在庫状況について */
    .table_stock_exp { width: 100% }
    .table_stock_exp th {
        display: block;
        padding: 10px 0 5px;
        border: none;
        background-color: transparent;
        font-size: 14px;
        text-align: left;
        white-space: nowrap;
    }
    .table_stock_exp td {
        display: block;
        padding: 0 0 10px;
        background-color: transparent;
        text-align: left;
    }
    .table_stock_exp caption {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #b3b3b3;
        font-size: 14px;
    }
    .tableSum01 {
        margin-bottom: 20px;
        padding: 10px 0;
    }
    .tableSum01 table { }
    .tableSum01 table tbody { font-size: 14px }
    .tableSum01 table tbody th,
    .tableSum01 table tbody td { padding-bottom: 10px }
    .tableSum01 table tbody td { padding-right: 5px }
    .tableSum01 table tfoot {
        padding-top: 10px;
        font-size: 14px;
    }
    .tableSum01 table tfoot th,
    .tableSum01 table tfoot td { padding-top: 10px }
    .tableSum01 table tfoot td { padding-right: 5px }
    .stockArea {
        padding-bottom: 15px;
        text-align: left;
    }
    .stockArea li {
        display: inherit;
        padding: 5px 10px;
    }
    .stockArea li:first-child { float: none }
    .input_item01 {
        width: 100%;
        margin: 40px 0 0;
        border-bottom: 1px solid #b3b3b3;
    }
    .input_item01:nth-child(5) {margin: 0 0 40px;}
    .input_item01:nth-child(7) {margin: 40px 0;}
    .input_item01 tr,
    .input_item01 th,
    .input_item01 td {display: block;}
    .input_item01 td {
        position: relative;
        width: 100%;
        padding: 10px 10px 30px;
        border-bottom: 1px solid #b3b3b3;
        overflow: hidden;
    }
    .input_item01 td:last-child,
    .input_item01.bggray td,
    .input_item01.bggray {border-bottom: none;}
    .input_item01 th {
        position: relative;
        padding: 5px 10px;
        border-bottom: 1px solid #b3b3b3;
        border-top: 1px solid #b3b3b3;
        background-color: transparent;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
    }
    .input_item01 td .description {
        display: block;
        margin-left: 0;
        padding-top: 5px;
    }
    .input_item01 td.catalogselect {
        width: 100%;
    }
    .catalogselect {}
    .catalogselect li { margin-bottom: 15px }
    .catalogselect label {font-size: 12px;}
    .catalogselect label span {
        font-size: 12px;
        font-weight: bold;
        padding-right: 1em;
    }
    .input_item01.bggray .chk_ch {
        padding-left: 0;
    }
    .input_item01 th .required {
        position: absolute;
        right: 10px;
        margin-top: 1px;
        font-size: 12px;
    }
    .chk_ch:before {
        height: 14px;
        width: 14px;
        -webkit-background-size: 14px;
        background-size: 14px;
    }
    .input_item01.bggray tr{
        margin-top: 0.7em;
    }
    .input_item01.bggray tr:first-child{
        margin-top: 0;
    }
    .input_item01.bggray tr:first-child td {
        margin-top: 1em;
    }
    .input_item01.bggray tr:last-child{
        margin-bottom: 1em;
    }
    .input_item01.bggray td {
        padding: 0 0 0 12px;
    }
    /* ------------------------------------------------------------

    全ジャンル一覧  genre.html

    ------------------------------------------------------------ */
    #genreList { margin: 0 0 20px }
    #genreList dl {
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #cccccc;
    }
    #genreList dt {
        margin-bottom: 0;
        padding: 13px 0 13px 45px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }
    #genreList dt span {
        display: block;
        padding: 2px 0;
        background: url(/common/image/ico_acd02_op.png) 95% 50% no-repeat;
        background-size: 15px auto;
    }
    #genreList dt span.only_pc_tb { display: none }
    #genreList dt.active span {
        border-bottom: none;
        background-image: url(/common/image/ico_acd02_cl.png);
    }
    #genreList dd {
        display: none;
        padding: 0;
    }
    #genreList dd li {
        margin-bottom: 0;
        padding: 0;
        background: #eeeeee;
        border-bottom: 1px solid #ffffff;
    }
    #genreList dd li:before { display: none }
    #genreList dt.mensW {
        background: url(/common/image/genre/ico_genre01.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.ladiesW {
        background: url(/common/image/genre/ico_genre02.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.goods {
        background: url(/common/image/genre/ico_genre03.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.japaneseC {
        background: url(/common/image/genre/ico_genre04.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.kids {
        background: url(/common/image/genre/ico_genre05.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.bagS {
        background: url(/common/image/genre/ico_genre06.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.watchA {
        background: url(/common/image/genre/ico_genre07.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.livingD {
        background: url(/common/image/genre/ico_genre08.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.hobbyS {
        background: url(/common/image/genre/ico_genre09.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.sportsH {
        background: url(/common/image/genre/ico_genre10.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.gardening {
        background: url(/common/image/genre/ico_genre11.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.artC {
        background: url(/common/image/genre/ico_genre12.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.alcoholF {
        background: url(/common/image/genre/ico_genre13.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dt.distribution {
        background: url(/common/image/genre/ico_genre14.png) no-repeat 5% 50%;
        background-size: 18px auto;
    }
    #genreList dd li a {
        display: block;
        padding: 13px 0 13px 42px;
        text-decoration: none;
    }
    /* Column layout */
    .col2Box > div { width: 100% }
    .col2Box > div:nth-of-type(2n-1) { float: none }
    .col2Box > div:nth-of-type(2n) { float: none }
    .col2Box #members .inn,
    .col2Box #visitors .inn { min-height: 0 }
    .col3Box {
        padding-top: 1px;
        overflow: hidden;
    }
    .col3Box > div {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .col3Box2 {
        padding-top: 1px;
        overflow: hidden;
    }
    .col3Box2 > div {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .col4Box {
        padding-top: 1px;
        overflow: hidden;
    }
    .col4Box > div {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .itemBox03 dt {
        margin-bottom: 1em;
        text-align: center;
    }
    .itemBox03 dt img {
        border: 1px solid #dedede;
        width: auto;
    }
    .itemBox03 dd .name {
        font-size: 12px;
        font-weight: bold;
    }
    .itemBox03 dd .price { text-align: right }
    .col4Box .itemBox03 dl {
        width: 70%;
        margin: 0 auto;
    }
    .col3Box .itemBox03 dl {
        width: 70%;
        margin: 0 auto;
    }
    .col3Box .itemBox03 dd { margin-bottom: 20px }
    .col3Box .itemBox03 dd p {
        margin-bottom: 0;
        text-align: left;
    }
    .col3Box2 .itemBox03 dl {
        width: 70%;
        margin: 0 auto;
    }
    .col3Box2 .itemBox03 dd { margin-bottom: 20px }
    .col3Box2 .itemBox03 dd p {
        margin-bottom: 0;
        text-align: left;
    }
    #selectArea .stock_info {
        clear: both;
        float: none;
        width: 100%;
        padding: 14px;
    }
    #selectArea .itemUti {
        clear: both;
        padding: 0;
        font-size: 13px;
    }
    #selectArea .itemUti li {
        float: right;
        /*    clear: both;*/
        display: inherit;
        margin-bottom: 5px;
        border-left: none;
    }
    #selectArea .itemUti li:first-child {
        margin-left: 5px;
        border-left: 1px solid #666;
    }
    #selectArea .itemUti li.stockLink {
        padding-left: 20px;
        background: url(/common/image/shop/ico_blank.png) no-repeat 5px 5px;
    }
    #selectArea .itemUti li.contactLink {
        padding-left: 14px;
        background: url(/common/image/shop/ico_arr01.png) no-repeat 5px 4px;
    }
    #selectArea .itemUti li.returnedLink {
        padding-left: 30px;
        background: url(/common/image/shop/ico_que.png) no-repeat 5px 0;
    }
}
/*------------------------------

SOLDOUT

-------------------------------*/
dt.soldout {
    position: relative;
    background-color: #6d6d6d;
}
dt.soldout:after{
    content: "";
    width: 108px;
    height: 15px;
    display: block;
    background: url(/common/image/soldout.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
dt.soldout a {
    opacity: 0.3;
}
dt.soldout:hover {
    opacity: .7;
}

/*------------------------------

テキスト省略

-------------------------------*/
.txt_abridgement {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
}
.txt_abridgement p {
    position: relative;
    height: 43px;
    margin: 0!important;
    padding-right: 5px!important;
    font-size: 14px;
    line-height: 1.5;
}
.txt_abridgement p:before,
.txt_abridgement p:after {
    position: absolute;
    background: #fff;
}
.txt_abridgement p:before {
    content: "...";
    top: 21px;
    right: 0;
}
.txt_abridgement p:after {
    content: "";
    width: 100%;
    height: 100%;
}
.itemList01 dd a,
.txt_abridgement_fs16 {
    display: block;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
}
.itemList01 dd a p,
.txt_abridgement_fs16 p {
    position: relative;
    height: 48px;
    margin: 0!important;
    padding-right: 5px!important;
    font-size: 16px;
    line-height: 1.5;
}
/*.itemList01 dd a p:before,
.itemList01 dd a p:after,
.txt_abridgement_fs16 p:before,
.txt_abridgement_fs16 p:after {
    position: absolute;
    background: #fff;
}
.itemList01 dd a p:before,
.txt_abridgement_fs16 p:before {
    content: "...";
    top: 24px;
    right: 7px;
    width: 19px;
}
.itemList01 dd a p:after,
.txt_abridgement_fs16 p:after {
    content: "";
    width: 100%;
    height: 100%;
}*/
.txt_abridgement_fs20 {
    display: block;
    width: 100%;
    font-size: 20px;
    overflow: hidden;
}
.txt_abridgement_fs20 p {
    position: relative;
    height: 48px;
    margin: 0!important;
    padding-right: 5px!important;
    font-size: 20px;
    line-height: 1.2;
}
.txt_abridgement_fs20 p:before,
.txt_abridgement_fs20 p:after {
    position: absolute;
    background: #fff;
}
.txt_abridgement_fs20 p:before {
    content: "...";
    top: 24px;
    right: 13px;
}
.txt_abridgement_fs20 p:after {
    content: "";
    width: 100%;
    height: 100%;
}
p.brand,
p.relName {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
}
p.brand span {
    display: block;
    position: relative;
    height: 21px;
    margin: 0!important;
    padding-right: 5px!important;
    font-size: 14px;
    line-height: 1.5;
}
p.relName span {
    display: block;
    position: relative;
    height: 23px;
    margin: 0!important;
    padding-right: 5px!important;
    font-size: 16px;
    line-height: 1.5;
}
p.brand span:before,
p.brand span:after,
p.relName span:before,
p.relName span:after {
    position: absolute;
    background: #fff;
}
p.brand span:before {
    content: "...>";
    top: 0;
    right: 2px;
}
p.relName span:before {
    content: "...";
    top: 0;
    right: 13px;
}
p.brand span:after,
p.relName span:after {
    content: "";
    width: 100%;
    height: 100%;
}
p.brand span:after {margin-left: 13px;}
@media only screen and (max-width:767px) {
    .itemList01 dd a p,
    .txt_abridgement_fs16 p {
        height: 36px;
        font-size: 12px;
    }
    .itemList01 dd a p:before,
    .txt_abridgement_fs16 p:before { top: 18px }
    .txt_abridgement_fs20 p {
    position: relative;
    height: 30px;
    margin: 0!important;
    padding-right: 5px!important;
    }
    .txt_abridgement_fs20 p:before {
        content: "...";
        right: 0;
        top: 13px;
        right: 10px;
    }
    p.relName span:before {
        right: 6px;
    }
}
/* Generic class
------------------------------------------------------------ */
/* display */
.only_pc { display: block }
.only_pc_tb { display: block }
.only_pc_tb_inline { display: inline; }
.only_tb { display: none }
.only_sp { display: none }
.only_sp_inline { display: none; }
@media screen and (min-width: 971px){
    .br-sp { display: none }
}
@media screen and (min-width: 768px) and (max-width: 970px) {
    .only_pc { display: none }
    .only_pc_tb { display: block }
    .only_tb { display: block }
    .only_sp { display: none }
    .br-sp { display: none }
}
@media only screen and (max-width: 767px) {
    .only_pc { display: none !important }
    .only_pc_tb { display: none }
    .only_pc_tb_inline { display: none; }
    .only_tb { display: none }
    .only_sp { display: block }
    .only_sp_inline { display: inline; }
}
/* width */
.w_a { width: auto }
.w100 { width: 100%!important }
.w80 { width: 80% }
.w70 { width: 70% }
.w60 { width: 60% }
.w50 { width: 50% }
.w48 { width: 48% }
.w40 { width: 40% }
.w35 { width: 35% }
.w30 { width: 30% }
.w25 { width: 25% }
.w22 { width: 22% }
.w20 { width: 20% }
.w15 { width: 15% }
.w10 { width: 10% }
.w5 { width: 5% }
.w2em { width: 2em }
.w3em { width: 3em }
.w4em { width: 4em }
.w5em { width: 5em }
.w6em { width: 6em }
.w7em { width: 7em }
.w8em { width: 8em }
.w9em { width: 9em }
@media only screen and (max-width: 767px) {
    .sp_w_a { width: auto }
    .sp_w100 { width: 100%!important }
    .sp_w80 { width: 80%!important }
    .sp_w115 { width: 115px!important }
    .sp_w2em { width: 2em }
    .sp_w3em { width: 3em }
    .sp_w4em { width: 4em }
    .sp_w5em { width: 5em }
    .sp_w6em { width: 6em }
    .sp_w7em { width: 7em }
    .sp_w8em { width: 8em }
    .sp_w9em { width: 9em }
}
/* space */
.mg00 { margin: 0!important }
.mga { margin: auto!important }
.mgt00 { margin-top: 0!important }
.mgt05 { margin-top: 5px!important }
.mgt10 { margin-top: 10px!important }
.mgt15 { margin-top: 15px!important }
.mgt20 { margin-top: 20px!important }
.mgt25 { margin-top: 25px!important }
.mgt30 { margin-top: 30px!important }
.mgt40 { margin-top: 40px!important }
.mgt50 { margin-top: 50px!important }
.mgt80 { margin-top: 80px!important }
.mgt100 { margin-top: 100px!important }
.mgr00 { margin-right: 0!important }
.mgr05 { margin-right: 5px!important }
.mgr10 { margin-right: 10px!important }
.mgr15 { margin-right: 15px!important }
.mgr20 { margin-right: 20px!important }
.mgr25 { margin-right: 25px!important }
.mgr30 { margin-right: 30px!important }
.mgr40 { margin-right: 40px!important }
.mgr50 { margin-right: 50px!important }
.mgb00 { margin-bottom: 0!important }
.mgb05 { margin-bottom: 5px!important }
.mgb10 { margin-bottom: 10px!important }
.mgb15 { margin-bottom: 15px!important }
.mgb20 { margin-bottom: 20px!important }
.mgb25 { margin-bottom: 25px!important }
.mgb30 { margin-bottom: 30px!important }
.mgb40 { margin-bottom: 40px!important }
.mgb50 { margin-bottom: 50px!important }
.mgb100 { margin-bottom: 100px!important }
.mgl00 { margin-left: 0!important }
.mgl05 { margin-left: 5px!important }
.mgl10 { margin-left: 10px!important }
.mgl15 { margin-left: 15px!important }
.mgl20 { margin-left: 20px!important }
.mgl25 { margin-left: 25px!important }
.mgl30 { margin-left: 30px!important }
.mgl40 { margin-left: 40px!important }
.mgl50 { margin-left: 50px!important }
.pd00 { padding: 0!important }
.pdt00 { padding-top: 0!important }
.pdr00 { padding-right: 0!important }
.pdb00 { padding-bottom: 0!important }
.pdl00 { padding-left: 0!important }
.pdrl10 { padding: 0 10px!important }
@media only screen and (max-width: 767px) {
    .sp_mg00 { margin: 0!important }
    .sp_mga { margin: auto!important }
    .sp_mgt00 { margin-top: 0!important }
    .sp_mgt05 { margin-top: 5px!important }
    .sp_mgt10 { margin-top: 10px!important }
    .sp_mgt15 { margin-top: 15px!important }
    .sp_mgt20 { margin-top: 20px!important }
    .sp_mgt25 { margin-top: 25px!important }
    .sp_mgt30 { margin-top: 30px!important }
    .sp_mgt40 { margin-top: 40px!important }
    .sp_mgt50 { margin-top: 50px!important }
    .sp_mgr00 { margin-right: 0!important }
    .sp_mgr05 { margin-right: 5px!important }
    .sp_mgr10 { margin-right: 10px!important }
    .sp_mgr15 { margin-right: 15px!important }
    .sp_mgr20 { margin-right: 20px!important }
    .sp_mgr25 { margin-right: 25px!important }
    .sp_mgr30 { margin-right: 30px!important }
    .sp_mgr40 { margin-right: 40px!important }
    .sp_mgr50 { margin-right: 50px!important }
    .sp_mgb00 { margin-bottom: 0!important }
    .sp_mgb05 { margin-bottom: 5px!important }
    .sp_mgb10 { margin-bottom: 10px!important }
    .sp_mgb15 { margin-bottom: 15px!important }
    .sp_mgb20 { margin-bottom: 20px!important }
    .sp_mgb25 { margin-bottom: 25px!important }
    .sp_mgb30 { margin-bottom: 30px!important }
    .sp_mgb40 { margin-bottom: 40px!important }
    .sp_mgb50 { margin-bottom: 50px!important }
    .sp_mgl00 { margin-left: 0!important }
    .sp_mgl05 { margin-left: 5px!important }
    .sp_mgl10 { margin-left: 10px!important }
    .sp_mgl15 { margin-left: 15px!important }
    .sp_mgl20 { margin-left: 20px!important }
    .sp_mgl25 { margin-left: 25px!important }
    .sp_mgl30 { margin-left: 30px!important }
    .sp_mgl40 { margin-left: 40px!important }
    .sp_mgl50 { margin-left: 50px!important }
    .sp_pd00 { padding: 0!important }
    .sp_pdt00 { padding-top: 0!important }
    .sp_pdr00 { padding-right: 0!important }
    .sp_pdb00 { padding-bottom: 0!important }
    .sp_pdl00 { padding-left: 0!important }
    .sp_pdrl10 { padding: 0 10px!important }
}
.flr { float: right }
.fll { float: left }
.fln { float: none }
.clb { clear: both }
.cll { clear: left }
.clr { clear: right }
.block { display: block }
.inblock { display: inline-block }
@media only screen and (max-width: 767px) {
    .sp_flr { float: right }
    .sp_fll { float: left }
    .sp_fln { float: none }
    .sp_block { display: block }
    .sp_inblock { display: inline-block }
}
.tac { text-align: center!important }
.tar { text-align: right!important }
.tal { text-align: left!important }
.vat { vertical-align: top!important }
.vam { vertical-align: middle!important }
.vab { vertical-align: bottom!important }
.fwb { font-weight: bold!important }
.fwn { font-weight: normal!important }
@media only screen and (max-width: 767px) {
    .sp_tac { text-align: center!important }
    .sp_tar { text-align: right!important }
    .sp_tal { text-align: left!important }
    .sp_vat { vertical-align: top!important }
    .sp_vam { vertical-align: middle!important }
    .sp_vab { vertical-align: bottom!important }
    .sp_fwb { font-weight: bold!important }
    .sp_fwn { font-weight: normal!important }
}
.fs_S { font-size: 13px }
.fs_M { font-size: 14px }
.fs_15 { font-size: 15px;}
.fs_L { font-size: 16px }
.fs_17 { font-size: 17px!important}
.fs_LL { font-size: 18px }
@media only screen and (max-width: 767px) {
    .fs_S { font-size: 12px }
    .fs_M { font-size: 12px }
    .fs_L { font-size: 14px }
    .fs_LL { font-size: 14px }
}
.wsn { white-space: nowrap!important }
/* clear */
td:after,
th:after,
.stockArea:after,
#specialList:after,
.itemList:after,
.itemList01:after,
.itemList01 dl:after,
.item_icons:after,
.itemList02:after,
.itemList02 dl:after,
.itemList03:after,
.itemList03 dl:after,
.acMenu:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
td,
th,
.stockArea,
#specialList,
.itemList,
.itemList01,
.itemList01 dl,
.item_icons,
.itemList02,
.itemList02 dl,
.itemList03,
.itemList03 dl,
.acMenu,
.clearfix { zoom: 1 }









/* chk_ch03 */
.chk_ch03 {
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    display: inline-block;
}
.chk_ch03 input[type='checkbox'],
.chk_ch03 input[type='radio'] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
}
.chk_ch03:after {
    content: "";
    display: block;
    position: absolute;
    height: 28px;
    width: 28px;
    top: -4px;
    left: 0;
    background: url(../image/checkbox.png) 0 0 no-repeat;
}
.chk_ch03.c_on:after {background-position: 0 100%;}

/* boxStyle04 */
.boxStyle04 {
    padding: 20px;
    border: 1px solid #b3b3b3;
    margin-bottom: 20px;
}
.boxStyle04 .couponList {
    margin: 15px 20px 0;
}
.boxStyle04 .couponList li {
    margin-bottom: 15px;
}

/* tableStyle03A */
.tableStyle03A {
    width: 100%;
    font-size: 16px;
}
.tableStyle03A th {
    padding: 5px 10px;
    border: none;
    background-color: transparent;
    text-align: left;
    white-space: nowrap;
}
.tableStyle03A td {
    padding: 5px 0 5px 20px;
    border: none;
    background-color: transparent;
    text-align: left;
}

/* tableStyle06A */
.tableStyle06A {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
}
.tableStyle06A th {
    padding: 20px 15px;
    border-left: 1px solid #b3b3b3;
    font-size: 16px;
    white-space: nowrap;
}
.tableStyle06A td {
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    /* chk_ch03 */
    .chk_ch03 input[type='checkbox'] {}
    .chk_ch03 { padding-left: 20px; }
    .chk_ch03:after {
        height: 14px;
        width: 14px;
        top: 2px;
        background-size: 14px;
    }
    
    /* boxStyle04 */
    .boxStyle04 {
        padding: 15px;
    }
    .boxStyle04 .couponList {
        margin: 10px 10px 0;
    }
    .boxStyle04 .couponList li {
        margin-bottom: 10px;
    }
    
    /* tableStyle03A */
    .tableStyle03A {
        font-size: 12px;
    }
    .tableStyle03A th {
        padding: 5px 10px;
        border: none;
        background-color: transparent;
        white-space: nowrap!important;
    }
    .tableStyle03A td {
        padding: 5px 10px;
        border: none;
        background-color: transparent;
    }
    
    /* tableStyle06A */
    .tableStyle06A {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #b3b3b3;
    }
    .tableStyle06A th {
        display: block;
        padding: 5px 10px;
        border: none;
        font-size: 12px;
    }
    .tableStyle06A td {
        display: block;
        padding: 5px 15px;
    }
    
    /* tableStyle01 */
    .tableStyle01 .payment02.adjust01 {
        margin-bottom: 0;
        border-bottom: none;
    }
    .tableStyle01 .coupon_price {
        margin-bottom: 20px;
        border: 1px solid #b3b3b3;        
    }
    .tableStyle01 .coupon_use:before,
    .tableStyle01 .coupon_num:before,
    .tableStyle01 .coupon_name:before,
    .tableStyle01 .coupon_date:before,
    .tableStyle01 .coupon_length:before {
        display: block;
        float: left;
        font-size: 12px;
        font-weight: normal;
    }
    .tableStyle01 .coupon_use:before {
        content: "クーポン利用：";
    }
    .tableStyle01 .coupon_num:before {
        content: "クーポン番号：";
    }
    .tableStyle01 .coupon_name:before {
        content: "クーポン名称：";
    }
    .tableStyle01 .coupon_date:before {
        content: "有効期限：";
    }
    .tableStyle01 .coupon_length:before {
        content: "枚数：";
    }
    #memberOrderList .tableStyle01 td:last-child {
        margin-bottom: 20px;
        border: 1px solid #b3b3b3;
        text-align: right;
    }
}