@charset "utf-8";
/***************************************************
    common.css
    共通レイアウトスタイル定義
***************************************************/
/* Base
------------------------------------------------------------ */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #fff;
    color: #333;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1em;
}
p,
dl,
ol,
ul,
menu,
pre { margin-bottom: 1em }
ol,
ul,
menu { padding: 0 }
ul { list-style: none }
ol { margin-left: 1.5em }
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
textarea { resize: vertical }
img,
object,
embed { max-width: 100% }
img {
    height: auto;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
.bold { font-weight: bold }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 1.5;
        overflow: hidden;
    }
    img {
        max-width: none;
        width: 100%;
    }
}
/* Link
------------------------------------------------------------ */
a:link {
    color: #333;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:visited {
    color: #333;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
    color: #333;
    text-decoration: none;
}
a:active { color: #000 }
a:hover img { opacity: .7 }
#pgtp:hover img { opacity: 1 }

@media only screen and (max-width: 767px) {
    a:link { text-decoration: underline }
    a:visited { text-decoration: underline }
    a:hover { text-decoration: none }
    a:active { text-decoration: none }
    a:hover img { opacity: 1 }
}
/* Color
------------------------------------------------------------ */
.bggray { background-color: #f2f2f2 }
/* Layout
------------------------------------------------------------ */
/*-----page-----*/
#page { }
#wrap { }
.container {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    #page { }
    .container {
        width: 100%;
        padding: 0 10px;
    }
}
/*-----gHeder-----*/
#gHeder { margin-bottom: 20px }
#gHeder #hederTop { padding: 20px 0 20px 0 }
#gHeder #hederTop #siteLogo {
    float: left;
    margin: 0;
    width: 400px;
}
#gHeder #hederTop #siteLogo img { width: 165px }
#gHeder #hederTop #siteLogo span {
    margin-left: 10px;
    color: #666;
    font-size: 12px;
}
#gHeder #hederTop #copy {
    margin-bottom: 2px;
    color: #666;
}
#gHeder #hederTop #hederUti {
    position: relative;
    float: right;
    width: 545px;
}
#gHeder #hederTop #hederUti .uti01 {
    float: right;
    margin-bottom: 0;
}
#gHeder #hederTop #hederUti .uti01 li {
    float: right;
    margin-left: 7px;
}
#gHeder #hederTop #hederUti .uti01 li a {
    display: block;
    width: 118px;
    padding: 10px 10px 10px 32px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
}
#gHeder #hederTop #hederUti .uti01 li.cart a {
    border: 1px solid #bc0202;
    background: #bc0202 url(../image/ico_cart.png) 10px 50% no-repeat;
    color: #fff;
    text-decoration: none;
}
#gHeder #hederTop #hederUti .uti01 li.cart a:hover { opacity: .7 }
#gHeder #hederTop #hederUti .uti01 li.login a {
    border: 1px solid #808080;
    background: url(../image/ico_login.png) 10px 50% no-repeat;
    text-decoration: none;
}
#gHeder #hederTop #hederUti .uti01 li.login a:hover { background-color: #eee }
.log_ined #gHeder #hederTop #hederUti .uti01 li.login a { background: url(../image/ico_mypage.png) 10px 35% no-repeat }
#gHeder #hederTop #hederUti .uti01 li.member_sp { display: none }
#gHeder #hederTop #hederUti .uti02 {
    float: left;
    margin-bottom: 10px;
}
#gHeder #hederTop #hederUti .uti02 li {
    float: left;
    padding: 0 13px;
    border-left: 1px solid #ccc;
    font-size: 12px;
    line-height: 1;
}
#gHeder #hederTop #hederUti .uti02 li a { text-decoration: none }
#gHeder #hederTop #hederUti .uti02 li:first-child {
    padding-left: 2px;
    border-left: none;
}
#gHeder #hederTop #hederUti .uti03 { float: left }
#gHeder #hederTop #hederUti .uti03 li {
    float: left;
    padding-left: 20px;
}
#gHeder #hederTop #hederUti .uti03 li a { text-decoration: none }
#gHeder #hederTop #hederUti .uti03 li.catalog {
    margin-right: 20px;
    background: url(../image/ico01.png) 0 50% no-repeat;
}
#gHeder #hederTop #hederUti .uti03 li.member { background: url(../image/ico07.png) 0 50% no-repeat }
.log_ined #gHeder #hederTop #hederUti .uti03 li.member { background: url(../image/ico08.png) 0 50% no-repeat }
/* カートイン 吹き出し */
#gHeder #cart_in_box {
    display: none;
    position: relative;
    top: 0;
    right: 0;
}
.cart_in #gHeder #cart_in_box { display: block }
#gHeder  #cart_in_box .cart_in_box_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    cursor: pointer;*/
    background-color: transparent;
    opacity: 0;
    z-index: 9;
}
#gHeder #cart_in_box #cart_in_balloon {
    display: block;
    position: absolute;
    top: 45px;
    right: 0;
    width: 300px;
    /*    height: 30px;*/
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    z-index: 10;
}
#gHeder #cart_in_box #cart_in_balloon:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 80%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.scroll #gHeder #cart_in_box #cart_in_balloon { top: 40px }
.scroll #gHeder #cart_in_box #cart_in_balloon:before { top: -20px }
#gHeder #cart_in_box #cart_in_balloon .cart_in_txt01 {
    margin-bottom: 20px;
    font-size: 20px;
}
#gHeder #cart_in_box #cart_in_balloon ul {
    width: 240px;
    margin: 0 auto;
}
#gHeder #cart_in_box #cart_in_balloon .cart_in_btn01 {
    text-align: center;
    margin-bottom: 15px;
}
#gHeder #cart_in_box #cart_in_balloon .cart_in_btn01 a {
    display: block;
    padding: 11px 0 10px;
    background-color: #ecda94;
    color: #000;
    font-size: 18px;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
#gHeder #cart_in_box #cart_in_balloon .cart_in_btn02 { text-align: center }
#gHeder #cart_in_box #cart_in_balloon .cart_in_btn02 a {
    display: block;
    padding: 11px 0 10px;
    background-color: #f2f2f2;
    color: #000;
    font-size: 18px;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}
#gHeder #cart_in_box #cart_in_balloon .cart_in_btn01 a:hover,
#gHeder #cart_in_box #cart_in_balloon .cart_in_btn02 a:hover {
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
#gHeder #cart_in_box #cart_in_balloon .cart_in_btn03 { display: none }
#gHeder #hederMenu {
    background: #bfbfbf;
    margin-bottom: 1px;
}
#gHeder #hederMenu .searchMenu {
    float: left;
    margin-bottom: 0;
    border-right: none;
}
#gHeder #hederMenu .searchMenu li {
    position: relative;
    float: left;
}
#gHeder #hederMenu .searchMenu li a {
    display: block;
    padding: 10px 11px 8px 14px;
    border-left: 1px dotted #999999;
}
#gHeder #hederMenu .searchMenu li.n01 a { border-left: 1px solid #bfbfbf }
#gHeder #hederMenu .searchMenu li.n01 a:hover {
    background-color: #ec8282;
    border-left: 1px solid #FFF;
}
#gHeder #hederMenu .searchMenu li.n01:hover + li a { border-left: 1px solid #FFF }
#gHeder #hederMenu .searchMenu li.n02 a:hover {
    background-color: #9be287;
    border-left: 1px solid #FFF;
}
#gHeder #hederMenu .searchMenu li.n02:hover + li a { border-left: 1px solid #FFF }
#gHeder #hederMenu .searchMenu li.n03 a:hover {
    background-color: #ecda94;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#gHeder #hederMenu .searchMenu li.n02 { position: relative }
#gHeder #hederMenu .searchMenu li.n02 a .nav_online_pop {
    display: none;
    position: absolute;
    bottom: -44px;
    left: 15px;
    z-index: 10;
}
#gHeder #hederMenu .searchMenu li.n02 a:hover .nav_online_pop { opacity: 1 }
#gHeder #hederMenu .searchMenu li.n02 a:hover .nav_online_pop { display: block }
.scroll #gHeder #hederMenu .searchMenu li.n02 a:hover .nav_online_pop { display: none }
#gHeder.header01 #hederMenu .searchMenu li.n01 a {
    background-color: #ec8282;
    border-left: 1px solid #FFF;
}
#gHeder.header01 #hederMenu .searchMenu li.n01 + li a { border-left: 1px solid #FFF }
#gHeder.header02 #hederMenu .searchMenu li.n02 a {
    background-color: #9be287;
    border-left: 1px solid #FFF;
}
#gHeder.header02 #hederMenu .searchMenu li.n02 + li a { border-left: 1px solid #FFF }
#gHeder.header03 #hederMenu .searchMenu li.n03.active a {
    background-color: #ecda94;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#gHeder #hederMenu .searchMenu li.n03.active:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50px;
    left: 1px;
    width: 245px;
    height: 20px;
    border-bottom: 2px solid #ecda94;
}
#gHeder #hederMenu #keywordfm {
    float: right;
    padding-top: 16px;
}
#gHeder #hederMenu #inputSearch2,
#gHeder #hederMenu #inputSearch {
    width: 180px;
    height: 36px;
    padding: 0 5px;
    border: 1px solid #b3b3b3;
    border-right: none;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
    /*margin: 0 0 0 15px;*/
    margin-right: -5px;
    margin-left: 15px;
}
#gHeder #hederMenu #inputSearch2:focus,
#gHeder #hederMenu #inputSearch:focus { background-color: #fffae2 }
#gHeder #hederMenu #keywordBtn { vertical-align: bottom }
#gHeder #hederMenu #keywordBtn:hover { opacity: .7 }
#gHeder #keywordfm03 { display: none }
/* scroll heder */
.scroll #page { padding-top: 268px }
.scroll #gHeder {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
}
.scroll #gHeder #gHeder_wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.scroll #gHeder #hederTop { padding: 10px 0 0 0 }
.scroll #gHeder #hederTop #siteLogo span { display: none }
.scroll #gHeder #hederTop #siteLogo { padding: 0 20px 9px }
.scroll #gHeder #hederTop #siteLogo img { width: 125px }
.scroll #gHeder #hederTop #copy { display: none }
.scroll #gHeder #hederTop #hederUti .uti01 li a {
    padding: 5px 10px 5px 32px;
    text-align: center;
}
.scroll #gHeder #hederUti .uti02,
.scroll #gHeder #hederUti .uti03 { display: none }
.scroll #gHeder #hederMenu { background-color: transparent }
.scroll #gHeder #hederMenu .searchMenu {
    position: absolute;
    top: 0;
    left: 284px;
}
.scroll #gHeder #hederMenu .searchMenu li a {
    width: 68px;
    height: 58px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
}
.scroll #gHeder #hederMenu .searchMenu li.n01 a { background-image: url(../image/nav_catalog.png) }
.scroll #gHeder #hederMenu .searchMenu li.n02 a { background-image: url(../image/nav_online.png) }
.scroll #gHeder #hederMenu .searchMenu li.n03 a { background-image: url(../image/nav_shop.png) }
.scroll #gHeder #hederMenu .searchMenu li.n03:before { display: none }
.scroll #gHeder #hederMenu .searchMenu li a img { display: none }
.scroll #gHeder #hederMenu #keywordfm {
    position: absolute;
    top: 10px;
    left: 485px;
    float: none;
    padding-top: 0;
}
.scroll #gHeder #hederMenu #inputSearch2,
.scroll #gHeder #hederMenu #inputSearch { height: 33px }
.scroll #gHeder #hederMenu #keywordBtn { height: 33px }
.scroll #gHeder.header01,
.scroll #gHeder.header02 { border-bottom: 1px solid #b3b3b3 }
#gHeder #cateMenu { background: #ecda94 }
#gHeder #cateMenu ul { margin-bottom: 0 }
#gHeder #cateMenu ul.nav01 li { float: left }
#gHeder #cateMenu ul.nav01 li a {
    line-height: 1.0;
    display: block;
    padding: 12px 16px 12px 15px;
    background: url(/common/image/nav01_right_line.png) no-repeat 0 50%;
    text-decoration: none;
}
#gHeder #cateMenu ul.nav01 li a:hover {
    background: #ab9a58 none;
    color: #FFF;
}
#gHeder #cateMenu ul.nav01 li:hover + li a { background-image: none }
#gHeder #cateMenu ul.nav01 li.n01 a,
#gHeder #cateMenu ul.nav01 li.n07 a { background: none !important }
#gHeder #cateMenu ul.nav01 li.n01 a:hover,
#gHeder #cateMenu ul.nav01 li.n07 a:hover { background: #ab9a58 !important }
#gHeder #cateMenu ul.nav01 li.n07 { clear: left }
/*-----sHeder-----*/
#sHeder {
    margin-bottom: 10px;
    padding: 30px 0;
    border-bottom: 1px solid #b3b3b3;
}
#sHeder #siteLogo {
    float: left;
    margin: 0;
}
#sHeder #siteLogo span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
}
#sHeder #copy { display: none }
#sHeder #hederUti { float: right }
#sHeder #hederUti .uti02 {
    float: right;
    margin-top: 18px;
}
#sHeder #hederUti .uti02 li {
    float: left;
    padding: 0 13px;
    border-left: 1px solid #ccc;
    font-size: 12px;
    line-height: 1;
}
#sHeder #hederUti p.faq_sp { display: none }
/* gNav */
#gNav { display: none }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    #sHeder {
        margin-bottom: 10px;
        padding: 15px 0;
        border-bottom: 1px solid #b3b3b3;
    }
    #gHeder #hederTop #siteLogo img { width: 98px }
    #gHeder #hederTop #siteLogo span { display: none }
    #gHeder #hederTop #copy { display: none }
    /*--gHeder--*/
    #gHeder #hederTop { padding: 10px 0 10px 0 }
    #gHeder #hederTop #siteLogo {
        float: left;
        padding: 10px 0 0 0;
        max-width: 32%;
    }
    #gHeder #hederTop #siteLogo img {
        width: 100%;
        max-width: 98px;
    }
    #gHeder #hederTop #hederUti {
        float: right;
        width: 140px;
        margin-right: 56px;
    }
    #gHeder #hederTop #hederUti .uti01 {
        float: right;
        margin-bottom: 10px;
    }
    #gHeder #hederTop #hederUti .uti01 li { }
    #gHeder #hederTop #hederUti .uti01 li a { width: auto }
    #gHeder #hederTop #hederUti .uti01 li.cart { margin-left: 5px }
    #gHeder #hederTop #hederUti .uti01 li.cart a {
        float: right;
        margin-left: 0;
        padding: 35px 10px 5px 10px;
        background: #bc0202 url(../image/ico_cart_sp.png) 50% 30% no-repeat;
        background-size: 27px 24px;
        color: #fff;
        font-size: 10px;
        text-decoration: none;
    }
    #gHeder #hederTop #hederUti .uti01 li.login { margin-left: 0 }
    #gHeder #hederTop #hederUti .uti01 li.login a {
        margin-bottom: 5px;
        padding: 7px 5px 3px 25px;
        border: 1px solid #808080;
        background: url(../image/ico_login.png) 10px 50% no-repeat;
        background-size: 12px 15px;
        border-radius: 3px;
        font-size: 10px;
        text-decoration: none;
    }
    .log_ined #gHeder #hederTop #hederUti .uti01 li.login a { background: url(../image/ico_mypage.png) 2px 50% no-repeat }
    #gHeder #hederTop #hederUti .uti01 li.member_sp {
        display: block;
        float: none;
        margin-left: 0;
    }
    #gHeder #hederTop #hederUti .uti01 li.member_sp a {
        background: none;
        border: 1px solid #808080;
        padding: 5px 5px 3px 5px !important;
        border-radius: 3px;
        font-size: 10px;
        text-decoration: none;
        text-align: center;
    }
    #gHeder #hederTop #hederUti .uti02 { display: none }
    #gHeder #hederTop #hederUti .uti03 { display: none }
    /* カートイン 吹き出し */
    #gHeder  #cart_in_box .cart_in_box_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background: #000;
        opacity: .6;
        z-index: 100000;
    }
    #gHeder #cart_in_box #cart_in_balloon {
        position: fixed;
        left: 50%;
        width: 280px;
        margin: 50px 0 0 -140px;
        padding: 10px 10px 10px;
        z-index: 100001;
    }
    #gHeder #cart_in_box #cart_in_balloon:before { display: none }
    #gHeder #cart_in_box #cart_in_balloon .cart_in_txt01 {
        width: 190px;
        margin: 0 auto 15px;
        padding: 40px 0 0;
        background: url(/common/image/ico_cart02_b.png) 50% 0 no-repeat;
        background-size: 30px auto;
        font-size: 14px;
    }
    #gHeder #cart_in_box #cart_in_balloon .cart_in_btn03 { text-align: right }
    #gHeder #cart_in_box #cart_in_balloon .cart_in_btn03 img { width: 26px }
    #gHeder #cart_in_box #cart_in_balloon .cart_in_box_body ul { width: 100% }
    #gHeder #cart_in_box #cart_in_balloon .cart_in_btn01,
    #gHeder #cart_in_box #cart_in_balloon .cart_in_btn02 {
        float: none;
        margin-bottom: 10px;
    }
    #gHeder #cart_in_box #cart_in_balloon .cart_in_btn02 a,
    #gHeder #cart_in_box #cart_in_balloon .cart_in_btn03 a {
        min-width: 100%;
        text-decoration: none;
    }
    #gHeder #hederMenu .container { padding: 0 }
    #gHeder #hederMenu .searchMenu { width: 100% }
    #gHeder #hederMenu .searchMenu li { width: 33.3333% }
    #gHeder #hederMenu .searchMenu li a {
        display: block;
        padding: 4px 3px 4px 4px;
        /*    border-left: 1px solid #bfbfbf;
        border-right: 1px dotted #999999;*/
    }
    #gHeder #hederMenu .searchMenu li.n03 a {
        display: block;
        padding: 4px 3px 4px 4px;
        /*    border-left: 1px solid #bfbfbf;
        border-right: 1px solid #ecda94;*/
    }
    #gHeder #hederMenu .searchMenu li.n03.active:before { display: none }
    #gHeder #hederMenu .searchMenu li.n02 a:hover .nav_online_pop { display: none }
    #gHeder #hederMenu #keywordfm { display: none }
    #gHeder #keywordfm03 {
        display: block;
        text-align: center;
    }
    #gHeder #keywordfm03 #inputSearch2,
    #gHeder #keywordfm03 #inputSearch {
        width: 82%;
        height: 44px;
        padding: 0 5px;
        box-shadow: none;
        -webkit-appearance: none;
        border: 1px solid #b3b3b3;
        border-right: none;
        border-radius: 3px 0 0 3px;
        font-size: 13px;
        margin-right: -5px;
    }
    #gHeder #keywordfm03 #keywordBtn03 {
        vertical-align: bottom;
        /*    width: 52px;*/
        width: 18%;
        height: 44px;
        color: #fff;
        background-color: #4d4d4d;
        border: none;
        border-radius: 0;
    }
    #sHeder #hederUti { float: right }
    #sHeder #siteLogo {
        float: left;
        padding: 0;
        max-width: 32%;
    }
    #sHeder #siteLogo img {
        width: 100%;
        max-width: 98px;
    }
    #sHeder #siteLogo span { display: none }
    #sHeder #copy { display: none }
    #sHeder #hederUti .uti02 {
        float: right;
        margin-top: 0;
        margin-bottom: 10px;
    }
    #sHeder #hederUti .uti02 li {
        float: left;
        padding: 0 0 0 13px;
        border-left: 1px solid #ccc;
        font-size: 12px;
        line-height: 1;
    }
    #sHeder #hederUti .uti02 li:last-child {
        padding: 0 0 0 13px;
    }
    #sHeder #hederUti .uti02 li:first-child {
        padding: 0 13px 0 0;
        border-left: none;
    }
    #sHeder #hederUti .uti02 li.faq_pc { display: none }
    #sHeder #hederUti p.faq_sp {
        display: block;
        margin-bottom: 0;
    }
    #cateMenu { display: none }
    /* gNav */
    #gNav {
        display: block;
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        /*    height: 9999px;*/
        padding: 10px 60px 10px 10px;
        z-index: 100;
        background-color: #0f3758;
    }
    #gNav_inn {
        padding-bottom: 30px;
        overflow: auto;
    }
    #gNav #gMenuBtn {
        display: block;
        float: left;
        width: 57px;
        height: 63px;
        margin: 0 0 0 -73px;
        background: url(../image/menu_btn_op.png) 0 0 no-repeat;
        background-size: 57px 63px;
    }
    body.open #gNav #gMenuBtn { background-image: url(../image/menu_btn_cl.png) }
    #gNav #keywordfm02 { margin-bottom: 15px }
    #gNav #keywordfm02 #inputSearch02 {
        width: 90%;
        height: 30px;
        padding: 0 5px;
        border: none;
        border-radius: 0;
        background-color: #d9d9d9;
    }
    #gNav #keywordfm02 #keywordBtn02 {
        width: 10%;
        height: 30px;
        border: none;
        border-radius: 0;
        background: #d9d9d9 url(../image/btn_search_sp.png) 50% 50% no-repeat;
        background-size: 33px auto;
        vertical-align: bottom;
    }
    #gNav .nav01 { margin-bottom: 15px }
    #gNav .nav02 {
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #fff;
    }
    #gNav .nav01 li,
    #gNav .nav02 li {
        float: none;
        width: 100%!important;
        border-right: none;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
    }
    #gNav .nav01 li a,
    #gNav .nav02 li a {
        display: block;
        padding: 10px;
        background: url(../image/ico_arr03.png) 95% 50% no-repeat;
        background-size: 15px auto;
        text-decoration: none;
        text-align: left;
    }
    #gNav .nav01 { margin-bottom: 15px }
    #gNav .nav03 li a {
        display: block;
        padding: 5px 10px 5px 15px;
        background: url(../image/ico_arr04.png) 0 50% no-repeat;
        background-size: 7px auto;
        color: #fff;
        text-decoration: none;
    }
    #gHeder #sp_search { display: block }
    #gHeder #sp_search #inputSearch02 { width: 85% }
    #gHeder #sp_search #keywordBtn02 { width: 15% }
/*-----smenu-----*/
    #smenu {
        /*visibility: hidden*/
    }
    #smenuBtn_search,
    #smenuBtn {
        position: fixed;
        top: 0;
        right: 0;
        width: 52px;
        height: 57px;
        z-index: 9999;
    }
    #smenuBtn_search {
        z-index: 9998
    }
    #smenuBtn.active {
        display: block;
        width: 100%;
        height: auto;
        z-index: 10000;
    }
    #smenu #smenuBtn_search .button,
    #smenu #smenuBtn .button {
        position: absolute;
        display: block;
        top: 10px;
        right: 10px;
        width: 52px;
        height: 57px;
        background-repeat: no-repeat;
        background-image: url('../image/smenu_btn_op.png');
        background-position: center;
        background-size: 52px 57px;
        z-index: 9999;
    }
    /*
#smenu #smenuBtn_search .button,
#smenu #smenuBtn .button {
    visibility: hidden;
}*/
    #smenu #smenuBtn.active .button,
    #smenu #smenuBtn_search .button {
        background-image: url('../image/smenu_btn_cl.png');
        visibility: visible;
    }
    #smenu #smenuCon {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: -250px;
    }
    #smenu .slidemenu {
        width: 250px;
        box-shadow: -2px -1px 2px 0 rgba(0, 0, 0, 0.2);
    }
    #smenu .block01 {
        background-color: #fff
    }
    #smenu .headline {
        padding: 10px;
        background-color: #f5f5f5;
    }
    #smenu #smenu_keywordfm {
        margin-bottom: 10px
    }
    #smenu #smenu_inputSearch {
        width: 77%;
        height: 34px;
        padding: 0 5px;
        box-shadow: none;
        -webkit-appearance: none;
        border: 1px solid #b3b3b3;
        border-right: none;
        border-radius: 2px 0 0 2px;
        font-size: 13px;
        margin-right: -4px;
    }
    #smenu #smenu_keywordBtn {
        vertical-align: bottom;
        width: 22%;
        height: 34px;
        color: #fff;
        background-color: #4d4d4d;
        border: none;
        border-radius: 0 2px 2px 0;
    }
    #smenu .uti01 {
        margin-bottom: 0;
        overflow: hidden;
    }
    #smenu .uti01 li {
        float: left;
        width: 32%;
    }
    .log_ined #smenu .uti01 li {
        width: 34%
    }
    #smenu .uti01 li a {
        display: block;
        padding: 10px 0;
        font-size: 10px;
        border: 1px solid #808080;
        border-radius: 3px;
        text-align: center;
        text-decoration: none;
    }
    #smenu .uti01 li.cart {
        margin-right: 3%
    }
    #smenu .uti01 li.cart a {
        padding: 10px 5px 10px 32px;
        border-color: #bc0202;
        background: #bc0202 url(../image/ico_cart_sp.png) 8px 50% no-repeat;
        background-size: 18px auto;
        color: #fff;
        text-decoration: none;
    }
    #smenu .uti01 li.member {
        width: 30%
    }
    .log_ined #smenu .uti01 li.member {
        width: 25%
    }
    #smenu .uti01 li.login {
        float: right
    }
    #smenu .uti01 li.login a {
        padding: 10px 2px 10px 18px;
        background: url(../image/ico_login.png) 8px 50% no-repeat;
        background-size: 12px auto;
        text-decoration: none;
    }
    .log_ined #smenu .uti01 li.login a {
        background: url(../image/ico_mypage.png) 2px 45% no-repeat
    }
    #smenu .searchMenu {
        overflow: hidden;
        margin-bottom: 0;
    }
    #smenu .searchMenu li {
        float: left;
        /*    width: 50%;*/
        background-color: #d9d9d9;
    }
    #smenu .searchMenu li:first-child {
        width: 125px
    }
    #smenu .searchMenu li:last-child {
        width: 125px
    }
    #smenu .searchMenu li a {
        display: block;
        padding: 13px 7px 11px 4px;
    }
    #smenu .searchMenu li:first-child a {
        border-right: 1px dotted #999999
    }
    #smenu .searchMenu li:first-child a:hover {
        background-color: #ec8282
    }
    #smenu .searchMenu li:last-child a:hover {
        background-color: #9be188
    }
    #smenu .menu01,
    #smenu .menu01 ul {
        margin-bottom: 0
    }
    #smenu .menu01 dt {
        padding: 8px 10px;
        background-color: #ab9a58;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }
    #smenu .menu01 dd {
        background-color: #ecda94;
        font-size: 12px;
    }
    #smenu .menu01.acMenu {}
    #smenu .menu01.acMenu dt {
        background: #ab9a58 url(/common/image/ico_acd02_op.png) 98% 50% no-repeat;
        background-size: 14px;
        border-bottom: 1px solid #d9d9d9;
    }
    #smenu .menu01.acMenu dt.active {
        background: #ab9a58 url(/common/image/ico_acd02_cl.png) 98% 50% no-repeat;
        background-size: 14px;
    }
    #smenu .menu01.acMenu dd {
        display: none;
        margin: 0;
    }
    #smenu .menu01 dd li {
        background: url(../image/ico_arr03.png) 98% 50% no-repeat;
        background-size: 14px;
        border-bottom: 1px solid #ab9a58;
    }
    #smenu .menu01 dd li a {
        display: block;
        padding: 8px 10px;
        text-decoration: none;
    }
    #smenu .block02 {
        padding-top: 15px;
        padding-bottom: 1px;
        background-color: #fff;
    }
    #smenu .menu02 {
        border: 1px solid #d9d9d9;
        border-bottom: none;
        margin-bottom: 15px;
    }
    #smenu .menu02 ul {
        margin-bottom: 0
    }
    #smenu .menu02 dt {
        padding: 8px 10px;
        background-color: #d9d9d9;
        color: #4d4d4d;
        font-size: 12px;
        font-weight: bold;
    }
    #smenu .menu02 dd {
        font-size: 12px
    }
    #smenu .menu02 dd li {
        background: url(../image/ico_arr03.png) 98% 50% no-repeat;
        background-size: 14px;
        border-bottom: 1px solid #d9d9d9;
    }
    #smenu .menu02 dd li a {
        display: block;
        padding: 8px 10px;
        text-decoration: none;
    }
    #smenu .all_genre {
        margin-bottom: 0;
        background-color: #ab9a58;
        padding: 8px 10px;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid #ab9a58;
    }
    #smenu .menu03 {
        margin-bottom: 15px
    }
    #smenu .menu03 dt {
        padding: 8px 10px;
        border-bottom: 1px solid #ab9a58;
        background-color: #ecda94;
        color: #000;
        font-size: 12px;
    }
    #smenu .menu03 dd {
        background-color: #fff8df;
        font-size: 12px;
    }
    #smenu .menu03 ul {
        margin-bottom: 0
    }
    #smenu .menu03.acMenu {}
    #smenu .menu03.acMenu dt {
        background: #ecda94 url(/common/image/ico_acd01_op_r.png) 98% 50% no-repeat;
        background-size: 14px auto;
    }
    #smenu .menu03.acMenu dt.active {
        background-image: url(/common/image/ico_acd01_cl.png)
    }
    #smenu .menu03.acMenu dd {
        display: none;
        margin: 0;
    }
    #smenu .menu03 dd li {
        border-bottom: 1px solid #ab9a58
    }
    #smenu .menu03 dd li a {
        display: block;
        padding: 8px 10px 8px 15px;
        text-decoration: none;
    }
    #smenu .menu03 dd li.chk a {
        background: #faefc6 url(/common/image/ico_chk02_l.png) 98% 50% no-repeat;
        background-size: auto 12px;
    }
    #smenuCon_search {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: -250px;
    }
    #sNav #smenuCon_search .refine_menu,
    #sNav #smenuCon_search .refine_menu ul {
        margin-bottom: 0
    }
    #sNav #smenuCon_search .refine_menu dt {
        padding: 8px 10px;
        background-color: #858585;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }
    #sNav #smenuCon_search .refine_menu dt.modal-open {
        /* 20151216
        background: #858585 url(/common/image/ico_arr19.png) 98% 50% no-repeat;
        background-size: auto 12px;
    */
        background: #858585 url(/common/image/ico_arr20.png) 98% 50% no-repeat;
        background-size: auto 20px;
        cursor: pointer;
    }
    #sNav #smenuCon_search .refine_menu dd {
        border-right: 1px solid #858585;
        border-left: 1px solid #858585;
        background-color: #f5f5f5;
        font-size: 12px;
    }
    #sNav #smenuCon_search .refine_menu dd li {
        border-bottom: 1px solid #858585
    }
    #sNav #smenuCon_search .refine_menu dd li a,
    #sNav #smenuCon_search .refine_menu dd li span {
        display: block;
        padding: 8px 10px 8px 15px;
        text-decoration: none;
    }
    #sNav #smenuCon_search .refine_menu dd li span {
        color: #aaa
    }
    #sNav #smenuCon_search .refine_menu dd li.chk a {
        background: #d9d9d9 url(/common/image/ico_chk03.png) 98% 50% no-repeat;
        background-size: auto 12px;
    }
}

/* 絞り込みモーダル */
#serch_inline_content {
    visibility: hidden;
    position: fixed;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px #ccc;
    -moz-box-shadow: 0 3px 5px #ccc;
    box-shadow: 0 3px 5px #ccc;
    z-index: 10002;
}
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
    z-index: 10001;
}
#serch_inline_content .btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    margin-bottom: 0;
}
#serch_inline_content .btn_close img { vertical-align: top }
#serch_inline_content .refine_menu dt {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
#serch_inline_content .scrollBox01_wrap {
    padding: 5px 3px 5px 10px;
    -webkit-box-shadow: 0 1px 2px 2px rgba(200,200,200,0.3) inset;
    -moz-box-shadow: 0 1px 2px 2px rgba(200,200,200,0.3) inset;
    box-shadow: 0 1px 2px 2px rgba(200,200,200,0.3) inset;
}
#serch_inline_content .scrollBox01 {
    position: relative;
    height: 250px;
    margin-bottom: 10px;
    padding: 0 10px 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
    border: none;
    background-color: #f5f5f5;
}
#serch_inline_content .scrollBox01 li .chk_ch02,
#serch_inline_content .scrollBox01 li span {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 11px;
}
#serch_inline_content .scrollBox01 li span { color: #dcdcdc }
#serch_inline_content .scrollBox01 li .chk_ch02.c_on { background-color: #d9d9d9 }
#serch_inline_content .ps-container > .ps-scrollbar-y-rail {
    width: 7px;
    opacity: 1;
}
#serch_inline_content .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
#serch_inline_content .ps-container .ps-scrollbar-y-rail,
#serch_inline_content .ps-container .ps-scrollbar-y-rail:hover,
#serch_inline_content .ps-container:hover > .ps-scrollbar-y-rail:hover,
#serch_inline_content .ps-container:hover > .ps-scrollbar-y-rail,
#serch_inline_content .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: transparent;
    opacity: 1;
}
#serch_inline_content .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 7px;
    background-color: #4d4d4d;
    border-radius: 0;
}
#serch_inline_content .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
#serch_inline_content .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
#serch_inline_content .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #4d4d4d;
    opacity: 1;
}
#serch_inline_content .ps-scrollbar-y-rail:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin: auto;
    background-color: #4d4d4d;
}
#serch_inline_content .btn_set {
    margin: 0;
    text-align: center;
}
#serch_inline_content .btn_set a {
    display: inline-block;
    padding: 7px 20px;
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
/*#smenu .scrollBox01_wrap {
    margin-bottom: 0;
    border: none;
    padding: 2px 2px 2px 0;
}
#smenu .scrollBox01 {
    height: 136px;
    padding: 0 2px 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
    border: none;
}
#smenu .scrollBox01::-webkit-scrollbar {
  width: 5px;
}
#smenu .scrollBox01::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
#smenu .scrollBox01::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}*/
/*plugin*/
.slidemenu {
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 9999!important;
}
@media screen and (min-width: 768px) {
#smenuCon_search .slidemenu {
    height: inherit!important;
    width: 100%;
    background-color: #fff;
    visibility: visible;
    position: static;
}
}
.slidemenu .slidemenu-header { position: relative }
.slidemenu .slidemenu-body {
    height: 100%;
    /*    overflow: hidden;*/
    position: relative;
    /*    padding-left: 10px;*/
}
.slidemenu .slidemenu-body .slidemenu-content { position: relative }
.slidemenu-left { left: 0 }
.slidemenu-right { right: 0 }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    #smenu {/*visibility: visible*/ }
    #smenu #smenuBtn .button {visibility: visible;}
    #smenuCon_search .slidemenu {
        position: fixed;
        visibility: hidden;
        width: 250px;
        z-index: 9999!important;
    }
}
/*-----mainCnt-----*/
#mainCnt {
    float: right;
    width: 745px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    #mainCnt {
        float: none;
        width: 100%;
    }
}
/* topicpath */
#topicpath { margin-bottom: 20px }
#topicpath li { float: left }
#topicpath li a {
    color: #333;
    font-size: 13px;
    text-decoration: underline;
}
#topicpath li a:hover { text-decoration: none }
/* pgtp */
#pgtp {
    position: absolute;
    bottom: 87px;
    right: 10px;
    width: 74px;
    height: 63px;
    margin-bottom: 0;
    z-index: 100;
}
#sFooter #pgtp { bottom: 41px }
#pgtp.fixed {
    position: fixed;
    top: auto;
    bottom: 0;
}
/*#sFooter #pgtp {
    clear: both;
    position: static;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    text-align: right;
}*/
#sFooter #pgtp.fixed { position: static }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    #sFooter #pgtp,
    #pgtp {
        clear: both;
        position: relative;
        right: 10px;
        bottom: 0;
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: right;
    }
    #pgtp.fixed { bottom: 40px }
    #pgtp a img { width: 51px }
}
/*-----gFooter-----*/
#gFooter {
    position: relative;
    padding-top: 25px;
    border-top: 2px solid #b3b3b3;
}
#sFooter { position: relative }
#gFooter a,
#sFooter a { text-decoration: none }
#gFooter .siteMap { padding-bottom: 65px }
#gFooter .siteMap .siteList {
    float: left; /*    width: 240px;*/;
}
#gFooter .siteMap .siteList01 {
    float: left; /*    width: 240px;*/;
}
#gFooter .siteMap .siteList dl { margin-bottom: 50px }
#gFooter .siteMap .siteList dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
#gFooter .siteMap .siteList ul {
    float: left;
    margin: 0 35px 0 0;
}
#gFooter .siteMap .siteList li { margin-bottom: 10px }
#gFooter .siteMap .siteList01 ul {
    float: left;
    margin: 35px 35px 0 0;
}
#gFooter .siteMap .siteList01 li { margin-bottom: 10px }
#gFooter .siteMap .siteList02,
#gFooter .siteMap .siteList03 {
    float: left;
    padding-left: 10px;
    border-left: 1px solid #999;
}
#gFooter .siteMap .siteList02 ul { margin: 0 30px 0 0 }
#gFooter .siteMap .siteList03 ul { margin: 0 0 0 0 }
#gFooter .siteMap .siteList02 li,
#gFooter .siteMap .siteList03 li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
#gFooter .siteMap .siteList03 li.shopInfo {
    padding-right: 8px;
    border: 1px solid #999;
    border-radius: 3px;
}
#gFooter .siteMap .siteList03 li.shopInfo a {
    display: block;
    padding: 3px 18px 3px 8px;
    background: url(../image/ico_blank01.png) 100% 50% no-repeat;
}
#gFooter .siteMap .siteList03 li.storeInfo a {
    display: block;
    background: url(../image/ico_blank01.png) 50% 50% no-repeat;
}
#gFooter #siteInfo,
#sFooter #siteInfo {
    background-color: #4d4d4d;
    color: #fff;
}
#gFooter #siteInfo .navUti,
#sFooter #siteInfo .navUti {
    margin-bottom: 10px;
    padding: 25px 0 0;
}
#gFooter #siteInfo .navUti li,
#sFooter #siteInfo .navUti li {
    display: inline;
    padding: 0 10px;
    border-left: 1px solid #fff;
    line-height: 1;
}
#gFooter #siteInfo .navUti li:first-child,
#sFooter #siteInfo .navUti li:first-child {
    padding-left: 0;
    border-left: none;
}
#gFooter #siteInfo .navUti li a,
#sFooter #siteInfo .navUti li a { color: #fff }
#gFooter .copyright {
    margin-bottom: 0;
    padding: 0 0 10px 0;
    color: #fff;
}
#sFooter .copyright {
    margin-bottom: 0;
    padding: 10px 0;
    color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    #gFooter {
        margin-top: 0;
        padding: 0;
        background-color: #fff;
        border: none;
    }
    #gFooter .siteMap { padding-bottom: 30px }
    #gFooter .siteMap .siteList dl {
        margin: 0;
        padding: 0;
    }
    #gFooter .siteMap .siteList dt {
        margin: 0;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }
    #gFooter .siteMap .siteList dt a {
        display: block;
        padding: 10px 20px 10px 10px;
        background: url(../image/ico_arr03.png) 98% 50% no-repeat;
        background-size: 14px;
        font-size: 12px;
        text-decoration: none;
    }
    #gFooter .siteMap .siteList dd,
    #gFooter .siteMap .siteList01 { display: none }
    #gFooter .siteMap .siteList,
    #gFooter .siteMap .siteList02,
    #gFooter .siteMap .siteList03 {
        float: none;
        border: none;
        padding: 0;
        margin: 0;
    }
    #gFooter .siteMap .siteList02 ul { margin: 0 0 0 0 }
    #gFooter .siteMap .siteList02 li,
    #gFooter .siteMap .siteList03 li {
        margin: 0;
        border-top: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }
    #gFooter .siteMap .siteList02 li a,
    #gFooter .siteMap .siteList03 li a {
        display: block;
        padding: 10px 20px 10px 10px;
        background: url(../image/ico_arr03.png) 98% 50% no-repeat;
        background-size: 14px;
        font-size: 12px;
        text-decoration: none;
    }
    #gFooter .siteMap .siteList03 li.shopInfo {
        border: 1px solid #d9d9d9;
        border-radius: 0;
        padding: 10px 20px 10px 0;
    }
    #gFooter .siteMap .siteList03 li.shopInfo a { background: url(../image/ico_blank01.png) 140px 50% no-repeat }
    #gFooter .siteMap .siteList03 li.storeInfo a {
        display: block;
        background: url(../image/ico_blank01.png) 67px 50% no-repeat;
    }
    #gFooter #siteInfo { background: #FFFFFF }
    #gFooter #siteInfo .container { padding: 0 }
    #gFooter #siteInfo ul.navUti {
        border-top: 2px solid #b8b8b8;
        margin-bottom: 0;		/* 10px → 0, 3/21 nagai. */
        padding: 0 10px;		/* 10px 10px 0 → 0 10px, 3/21 nagai. */
        display: table-cell;	/* add 3/21 nagai. */
        height: 58px;			/* add 3/21 nagai. */
        vertical-align: middle;	/* add 3/21 nagai. */
    }
    #gFooter #siteInfo .navUti li {
        display: inlinek;
        padding: 0 10px;
        line-height: 1;
        border-right: 1px solid #a0a0a0;
    }
    #gFooter #siteInfo .navUti li:first-child { padding-left: 0 }
    #gFooter #siteInfo .navUti li:last-child {
        border-right: none;
        border-left: none;
        padding: 0 0 0 10px;
    }
    #gFooter #siteInfo .navUti li a {
        color: #333333;
        text-decoration: none;
    }
    #gFooter #siteInfo p.copyright {
        background-color: #4d4d4d;
        text-align: center;
        padding-top: 10px;
    }
    a.ico_blank02 {
        padding-right: 0;
        background: none;
    }
    #gFooter #siteInfo .navUti li.ico_blank03 {
        padding-right: 34px;
        background: url(../image/ico_blank03.png) 90% 50% no-repeat;
        background-size: 11px 10px;
    }
}
/* Parts
------------------------------------------------------------ */
/* 商品アイコン */
.item_icons {
    margin-bottom: 0;
    min-height: 3.6em;
}
.item_icons li {
    float: left;
    width: 49%;
    margin: 0 0 5px 2%;
    border: 1px solid #ec6941;
    border-radius: 2px;
    background-color: #ec6941;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.item_icons li:nth-child(odd) { margin-left: 0 }
.item_icons li.beauty {
    border: 1px solid #F781BE;
    background-color: #F781BE;
    color: #fff;
}
.item_icons li.zekoo {
    border: 1px solid #242367;
    background-color: #242367;
    color: #fff;
}
.item_icons li.ladies {
    border: 1px solid #eb6877;
    background-color: #eb6877;
    color: #fff;
}
.item_icons li.mens {
    border: 1px solid #00a0e9;
    background-color: #00a0e9;
    color: #fff;
}
.item_icons li.heavy_duty {
    border: 1px solid #01683d;
    background-color: #01683d;
    color: #fff;
}
.item_icons li.off {
    border: 1px solid #db3737;
    background-color: #db3737;
    color: #fff;
}
.item_icons li.limited {
    border: 1px solid #a17041;
    background-color: #a17041;
    color: #fff;
}
.item_icons li.unisex {
    border: 1px solid #7f7f7f;
    background-color: #7f7f7f;
    color: #fff;
}
.item_icons li.reservation {
    border: 1px solid #a8659d;
    background-color: #a8659d;
    color: #fff;
}
.item_icons li.assembly {
    border: 1px solid #ddb82d;
    background-color: #ddb82d;
    color: #fff;
}
.item_icons li.set {
    border: 1px solid #36b5a5;
    background-color: #36b5a5;
    color: #fff;
}
.item_icons li.distribution {
    border: 1px solid #525cc6;
    background-color: #525cc6;
    color: #fff;
}
/* select custum */
.ctmselect { /*    margin-top: -5px;_NO__DOTCOMMA__AFTER__*/ }
.ctmselect select,
.ctmselect span.customSelect {
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.ctmselect .customSelectInner { background: url(../img/common/select_btn.png) 100% 50% no-repeat }
/* Button */
.btn01 {
    width: 280px;
    padding: 12px 10px 10px;
    border: none;
    background: #ec6100 url(../img/common/ico_arr06.png) 15px 50% no-repeat;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
/* table */
.table_style01 {
    width: 100%;
    margin-bottom: 20px;
}
.table_style01 th {
    padding: 25px 0;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
}
.table_style01 td {
    padding: 15px;
    border: 1px solid #b3b3b3;
}
.table_style01 .detail dt { float: left }
.table_style01 .detail dt img { border: 1px solid #ccc }
.table_style01 .detail dd {
    float: left;
    margin-left: 10px;
}
.table_style01 .detail dd .spec { margin: 10px 0 0 }
.table_style01 .detail dd .spec li { margin-bottom: 10px }
.table_style01 .detail dd .spec dfn {
    margin-right: 10px;
    padding: 0 10px;
    background-color: #4d4d4d;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.table_style01 .price {
    text-align: right;
    font-weight: bold;
}
.table_style01 .volume { text-align: center }
.table_style01 .volume select {
    width: 100px;
    margin: 0 auto;
}
.table_style01 .customSelectInner { text-align: left }
.table_style01 .del { text-align: center }
#flowline { overflow: hidden }
#flowline .flow {
    height: 50px;
    margin-left: 0;
    border: 2px solid #4d4d4d;
    border-radius: 5px;
    list-style: none;
}
#flowline .flow li {
    float: left;
    width: 25%;
}
#flowline .flow li span {
    display: block;
    height: 46px;
    background: url(../img/common/flowline_arr.png) 100% 50% no-repeat;
    color: #4c4c4c;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
}
#flowline .flow li:last-child span { background-image: none }
#flowline .flow li.active span {
    background: #4d4d4d url(../img/common/flowline_arr_ac.png) 100% 50% no-repeat;
    color: #fff;
    font-weight: bold;
}
#flowline .submenu {
    position: relative;
    display: inline-block;
    float: left;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #f2f2f2;
    /*    width: auto;;
    min-width: 115px;*/
    z-index: 0;
}
#flowline .submenu:before {
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    left: 20%;
    width: 0;
    height: 0;
    margin-left: -9px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #f2f2f2 transparent;
    z-index: 0;
}
#flowline .submenu:after {
    display: block;
    content: "";
    position: absolute;
    top: -12px;
    left: 20%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #cccccc transparent;
    z-index: -1;
}
#flowline .submenu li {
    float: left;
    margin-left: 30px;
}
#flowline .submenu li:first-child { margin-left: 0 }
@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media only screen and (max-width: 767px) {
    /* 商品アイコン */
    .item_icons li { font-size: 8px }
}
/* Generic class
------------------------------------------------------------ */
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;
}
.ico_blank03 {
    padding-right: 0;
    background: none;
}
/* cler */
#topicpath:after,
.container:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
#topicpath,
.container,
.clearfix { zoom: 1 }

/*
#page > img {
    display: none;
}
#null > img {
    display: none;
}
.naviplus img {
    display: none;
}
*/
#null > iframe {
    display: none;
}
#home > iframe {
    display: none;
}
body > iframe {
    display: none;
}
body img[src^="http://www.lifemile.jp/"],   
body img[src^="https://www.lifemile.jp/"] {   
    display: none;   
}   
body img[src^="http://r2.snva.jp/"],   
body img[src^="https://r2.snva.jp/"] {   
    display: none;   
}  
body img[src^="http://b97.yahoo.co.jp/"],    
body img[src^="https://b97.yahoo.co.jp/"] {    
    display: none;    
} 
body img[src$="refresh.php"] { 
    display: none; 
}
body  iframe[name="google_conversion_frame"] { 
    display: none; 
}