@charset 'utf-8';
/* reset css */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

        -ms-box-sizing: border-box;
}
img {
    width: 100%;
    vertical-align: top;
}
video {
    width: 100%;
    vertical-align: top;
}
a {
    color: #353535;
    text-decoration: none;
}
li {
    list-style: none;
}
/* common settings */
html {
    font-size: 62.5%;
}
body {
    color: #353535;
    font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica,sans-serif;
    font-size: 1.4rem;;
}
.ui-widget {
    font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica,sans-serif !important;
}
html,
body {
    min-height: 100%;
    /* height: auto !important; */
    height: 100%;
    -webkit-text-size-adjust: none;
}
#wrapper{
    min-height: 100%;
    position: relative;
}
.contentWrap{
    width: 100%;
    max-width: 970px;
    min-height:100%;
    margin:0 auto;
    position: relative;
}

.favolite-btn {
    position: relative;
    width: 60px;
    height: 30px;
    background: url(../img/memo03.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.favolite-btn.on {
    width: 60px;
    height: 30px;
    background: url(../img/memo04.png) no-repeat center center;
    background-size: contain;
}
.play-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 28px;
    height: 20px;
    background-image: url(../img/video_play_btn.png);
    background-size: cover;
    cursor: pointer;
}
.modal-bg:after {
    display: none;
    position: fixed;
    z-index: 99;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    content: ' ';
}
.dis-none {
    display: none !important;
}
/* l-header */
.l-nav {
    position: fixed;
    z-index: 1000;
    width: 70% !important;
    height: calc(100% - 49px);
    color: white;
    background-color: #fff;
    bottom:0;
        display: none;
}
.l-nav ul{
	padding-left:20px;
}
.l-nav li {
    /*display: none;*/
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #646666;
    color:#000;
}
.l-nav li a {
    display: block;
    padding: 20px 20px 20px 0;
    color: white;
    text-align: left;
}
.l-nav li a:after {
    position: absolute;
    right: 8%;
    content: "";
    display: inline-block;
    background-image: url('../img/nav_btn.png');
    background-size: cover;
    width: 6px;
    height: 12.5px;
}

.modal-bg{pointer-events: none;}
.l-nav nav{ overflow: scroll; height: 100%; -webkit-overflow-scrolling: touch;}
.l-nav li a { position: relative;/* padding-top: 200px; padding-bottom: 200px;*/}
#page-top {
    width: 40px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 100;
}
#page-top img{
    opacity: 0.5;
}

@media(min-width: 970px){
.l-nav{  -webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.l-nav[style*="margin-top: 0px;"]{  z-index: 1000; opacity: 1; }
    
}

.l-header {
    position: fixed;
    margin-top:-9px;
    width: 100%;
    max-width: 970px;
    padding: 16px 10px;
    border-bottom: 1px solid #b2afac;
    background-color: white;
    height:49px;
    z-index: 1001;
}

.l-header .arrow{
    float: left;
}

.l-header .arrow img.back{
    max-width: 10px;
    width:auto;
}

.l-header .arrows {
    float: right;
    margin-top: -8px;
    width: 28px;
}
.l-header .arrows img {
    width: 100%;
}
.l-header .arrows img.back {
    max-width: 10px;
    width: auto;
}
.l-header .menuBtn {
    float: left;
    position:relative;
    left:0px;
    margin-top:-8px;
    max-width:64px;
}
.l-header .menuBtn img {
    width: 100%;
}
.l-header .search {
    margin-left: 30px;
}

.l-header .search img {
    width: 16px;
}
/*.l-header .search a {
    margin-left: 20px;
    padding: 5px 2px 2px 0;
}
.l-header .search i {
    color: #989898;
    font-size: 1.7em;
}*/
.l-header h1 {
    margin: -9px 0 0 0;
    font-size: 1.7rem;
    font-weight: bold;
}

.l-header h1 a{
    vertical-align: middle;
}

.l-header h1 img{
    width: auto;
    height: 25px;
    vertical-align: bottom;
}

.l-header div{
	margin-left: 5px;
}

.l-header .login-area .login {
    margin: -14px 40px 0 0 !important;
    font-size: 1.4rem;
    text-align: right;
}

.l-header .login-area .login.status-logout a {
    color : #a6a4a2;
}

.l-header .login-area .login a{
    color:#a6a4a2;
    vertical-align: top;
    font-size: 10px;
}

.l-header .login-window:before {
    display: block;
    position: absolute;
    top: -30px;
    left: 32px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 20px solid #000000;
    content: '';
}
.l-header .login-window {
    position: fixed;
    top: 58px;
    right: 5px;
    left: 5px;
    padding: 0px 25px;
    border-radius: 5px;
    background-color: #000000;
    text-align: center;
    max-width: 970px;
    margin:0 auto;

    max-height: 80%;
    /*overflow:scroll !important;*/
    overflow-y: scroll !important;
    transform: translateZ(0);
}
.l-header .login-window .page-transition-btn {
    margin-top: 0px;
    margin: 0;
}
.l-header .login-before {
    display: none;
}
.l-header .login-before p {
    /*padding: 40px 0;*/
    /*line-height: 1.2;*/
    letter-spacing: 0.2rem;
    color: white;
}
.l-header .login-before > p {
    line-height: 1.4;
}
.l-header .login-before ul {
    /*margin-bottom: 40px;*/
}
.l-header .login-before li {
    margin-top: 10px;
}
.l-header .login-before li a {
    border: none;
}
.l-header .login-before img {
    width: 15px;
    height: 15px;
    margin: -25px 0 6px;
    text-align: right;
    float: right;
}
.l-header .login-after {
    margin: 15px 0;
    text-align: left;
}
.l-header .login-after img {
    width: 15px;
    height: 15px;
    margin: -4px 0 0px;
    text-align: right;
    float: right;
}
.l-header .login-after h2 {
    text-align: left;
    color: white;
}
.l-header .login-after h2:last-of-type {
    margin-top: 20px;
}
.l-header .login-after input[type='text'] {
    width: 100%;
    margin-top: 10px;
    padding: 8px 0 8px 8px;
    font-size: 1.4rem;
    border: 1px solid #a6a4a2;
    border-radius: 4px;
}
/*.l-header .login-after input[type='submit'] {*/
.l-header .login-after input.btnNavSeachByKeyword {
	position: relative;
    display: block;
    margin-top: -35px;
    margin-left: auto;
    height: 35px;
    text-align: right;
    font-size: 1.4rem;
    color: white;
    background-color: #404040;
    border: 1px solid #a6a4a2;
    border-left: none;
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    z-index: 2;
}
.l-header .login-after .attn-word li {
    display: inline-block;
}
.l-header .login-after .attn-word a {
    display: inline-block;
    margin-top: 6px;
    margin-right: 5px;
    padding: 5px 6px;
    color: white;
    border-radius: 2px;
    background-color: #7e8080;
}
.l-header .login-after .choose-btn li {
    margin-top: 6px;
}
.l-header .login-after .choose-btn li:nth-child(2) {
    margin-top: 20px;
}
.l-header .login-after .choose-btn li a {
    width: 100%;
    border: none;
}
.l-header .login-after .choose-btn li:first-child a {
    color: white;
    background-color: #7e8080;
}
.l-header .login-after .choose-btn li:first-child a:after {
    background-image: url('../img/ch_transition_white_btn.png');
}

/* .l-header .login-before .login-after */
.l-header .login-before .login-after h2 {
    color: #a6a4a2;
}
.l-header .login-before .login-after input[type='text'] {
    background-color: #ccc;
}
.l-header .login-before .login-after input[type='text']::-webkit-input-placeholder {
    color: #a6a4a2;
    font-weight: normal;
}
.l-header .login-before .login-after input[type='text']:-ms-input-placeholder {
    color: #a6a4a2;
    font-weight: normal;
}
.l-header .login-before .login-after input[type='text']::-moz-placeholder {
    color: #a6a4a2;
    font-weight: normal;
}.l-header .login-before .login-after input.btnNavSeachByKeyword {
    color: #a6a4a2;
}
.l-header .login-before .login-after .choose-btn li:first-child a {
    color: #a6a4a2;
    background-color: #ccc;
}
.l-header .login-before .login-after .choose-btn li:first-child a:after {
    background-image: url('../img/ch_transition_btn.png');
}
.l-header .login-before .login-after .choose-btn a {
    color: #a6a4a2;
    background-color: #ccc;
}

/*.l-header .login-after form {
    margin: 10px 0;
    text-align: left;
}
.l-header .login-after input[type='text'] {
    width: 84%;
    margin-right: -4px;
    padding: 10px;
    border: none;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    outline: 0;

    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.l-header .login-after input[type='submit'] {
    width: 40px;
    margin-right: -16px;
    padding: 10px;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    background: url(../img/search_btn.png) no-repeat;
    background-color: white;
    background-position: 9px 7px;
    background-size: 50%;

    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.l-header .login-after h2 {
    padding: 10px;
    text-align: left;
}
.l-header .login-after .attn-word {
    text-align: left;
    letter-spacing: -.40em
}
.l-header .login-after li {
    display: inline-block;
    margin-top: 6px;
    letter-spacing: normal;
}
.l-header .login-after .attn-word a {
    display: block;
    margin-right: 6px;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: #bdc3c7;
    color: white;
}
.l-header .login-after .attn-word a:before {
    content: "#";
}
.l-header .login-after .attn-word-more {
    margin: 5px 10px 5px 0;
    text-align: right;
}
.l-header .login-after .choose-btn {
    margin: 10px 0;
}
.l-header .login-after .choose-btn li {
    display: block;
}
.l-header .login-after .choose-btn a {
    padding: 15px 0;
    border: 1px solid #eee;
    display: block;
}*/
.l-header .menubar.close img {
    width: 17.5px;
    height: 14.5px;
}
.l-header .menubar.open img {
    width: 15px;
    height: 15px;
}
.l-header .menubar {
    text-align: right;
    float: right;
    padding: 5px 2px;
    margin-top: -7px;
    border: 2px solid gray;
}

.l-header .menubar i {
    color: #989898;
}
.l-header .favorite {
    text-align: right;
    width: 36px;
    float: right;
    margin-top: -7px;
}

.l-main {
    position: relative;
    width: 100%;
    padding-top: 49px;
    max-width: 970px;
}
.l-main.detail {
    width: auto;
}


/*--------------------------*/
#content {
}

#top {
    width:100%;
    max-width: 970px;
    background-color: #f0f2f2;
}

#detail {
    float: right;
    width: 50%;
}
/*--------------------------*/

/*----------------------------------------*/
/*  @top
/*----------------------------------------*/
.l-main .guide {
    position: relative;
}
.l-main .guide.close {
    display: none;
}
.l-main .guide img {
    width: 100%;
}
.l-main .guide-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url(../img/close_btn.png);
    background-size: cover;
    cursor: pointer;
}
.l-main .rec-ch {
    /*background-color: #f0f2f2;*/
}
.l-main .rec-ch h2 {
    padding: 18px 0;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.12rem;
}
.l-main .rec-ch ul {
    overflow: hidden;
    padding-right: 7px;
}
.l-main .rec-ch li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 0% 7px 7px;
}
.l-main .rec-ch li.col1 {
    width: 100%;
}
.l-main .rec-ch li p {
    position: relative;
    margin-top: -19px;
    padding: 3.5px 0;
    z-index: 5;
    bottom: 0;
    width: 100%;
    color: #353535;
    font-size: 1.2rem;
    text-align: center;
    background-color: rgba(255,255,255,.6);
}
#agreement{
    overflow: auto;
    height: 300px;
    border: solid 1px #aaa;
    padding: 0 1em;
    -webkit-overflow-scrolling: touch;
}
.page-transition-btn {
    margin-top: -4px;
    margin: 15px 0;
}
.page-transition-btn a {
    position: relative;
    display: block;
    width: 98%;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    font-size: 1.6rem;
    border: 2px solid #000;
    background-color: #ffffff;
}
.page-transition-btn a:after {
    position: absolute;
    right: 8px;
    top: 14px;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("../img/ch_transition_btn.png");
    background-size: cover;
}
.page-transition-btn i {
    position: relative;
    display: block;
    width: 98%;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center;
    font-size: 1.6rem;
    border: 2px solid #000;
    background-color: #ffffff;
}
.page-transition-btn i:after {
    position: absolute;
    right: 8px;
    top: 14px;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("../img/ch_transition_btn.png");
    background-size: cover;
}
.l-main .rec-ch .rec-ch-bg {
/*    padding: 3.5px;
    background-color: rgba(0,0,0,.4);*/
    letter-spacing: .1em;
}
/*.l-main .rec-ch .rec-ch-more {
    margin: 18px 20px 18px 20px;
    text-align: right;
}*/
.rec-ch-more-btn {
    background-color: #ffffff;
}
.rec-ch-more-btn a {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-left: 12.5px;
    text-align: center;
    padding: 20px 0;
    font-size: 1.6rem;
}
.rec-ch-more-btn a:after {
    content: "";
    display: inline-block;
    margin: 4px 0 0 10px;
    width: 12.5px;
    height: 6px;
    background-image: url("../img/ch_more_btn.png");
    background-size: cover;
}
.l-main .rec-chTxt {
    display: none;
    overflow: scroll;
    margin-top: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}
.l-main .rec-chTxt ul {
    margin-left: 20px;
}
.l-main .rec-chTxt li {
    display: inline-block;
    margin-right: 10px;
    line-height: 40px;
}
/* --------------------------------------- */
/* tab */
/* --------------------------------------- */
/*.l-main .rec-ch-desc ul {
}
.l-main .rec-ch-desc li {
    position: relative;
    float: left;
    width: 50%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.l-main .rec-ch-desc li:nth-child(3) {
    margin-top: -70px;
}
.l-main .rec-ch-desc li:nth-child(5) {
    clear: both;
}
@media only screen and (min-width: 768px) {
    .l-main .rec-ch-desc li:nth-child(3) {
        margin-top: -169px;
    }
}
.l-main .rec-ch-desc video {
    width: 100%;
}*/
/* --------------------------------------- */
.l-main .register {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}
.l-main .register a {
    display: block;
    padding: 10px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: white;
    text-align: center;
}

.l-main .entryArea .error_text{
    color:#FF0000;
    display:none;
}

/*----------------------------------------*/
/*  @detail
/*----------------------------------------*/

.l-main.detail{
    width: 100%;
            max-width: 970px;
}

#detailIndex {
    width: 100%;
}

.l-header .login-window.on {
    display: block;
}

.l-main .product-kv li p {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #353535;
}

.l-main .product-kv li .tooltip{
    position:absolute;
    width:130px;
}

.l-main .product-kv li .tooltip .tooltipBtn{
    background: url(../img/tooltip_off.png) no-repeat;
    width:7px;
    height:7px;
    background-size: 100% auto;
}
.l-main .product-kv li .tooltip .tooltipBtn.on{
    background: url(../img/tooltip_on.png) no-repeat;
    width:12px;
    height:12px;
    background-size: 100% auto;
    margin-left: -3px;
    margin-top: -3px;
}

.l-main .product-kv li .tooltip .tooltipText{
    display:none;
    width: 130px;
    height: 70px;
}
.l-main .product-kv li .tooltip .tooltipText.on{
    display: block;
    background: #000;
    background-size: 100% auto;
    width: 116px;
    font-size: 12px;
    height: 60px;
    color: #fff;
    text-align: left;
    position: static;
    line-height: 1.4;
    padding: 6px 8px;
    letter-spacing: 0.02em;
    margin-left: -1px;
    margin-top:-3px;
}

.l-main .product-kv li .tooltip .tooltipText.on:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.l-main .product-kv li .tooltip .tooltipText.on.lefttop:after{
    content: "";
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #000;
    top: 0px;
    right: 127px;
}

.l-main .product-kv li .tooltip .tooltipText.on.leftbottom:after{
    content: "";
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #000;
    top: 30px;
    right: 127px;
}



.l-main .product-kv li .tooltip .tooltipText.on.topleft:after{
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #000;
    top: -17px;
    right: 110px;
}

.l-main .product-kv li .tooltip .tooltipText.on.topright:after{
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #000;
    top: -17px;
    right: 24px;
}


.l-main .product-kv li .tooltip .tooltipText.on.righttop:after{
    content: "";
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
    top: 0px;
    right: 2px;
}


.l-main .product-kv li .tooltip .tooltipText.on.rightbottom:after{
    content: "";
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #000;
    top: 30px;
    right: 2px;
}


.l-main .product-kv li .tooltip .tooltipText.on.bottomleft:after{
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #000;
    top: 53px;
    right: 110px;
}

.l-main .product-kv li .tooltip .tooltipText.on.bottomright:after{
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #000;
    top: 53px;
    right: 24px;
}




.l-main .product-kv li i {
    margin-right: 10px;
}
.l-main .product-desc {
    border-bottom: 1px solid #a6a4a2;
    border-top: 1px solid #a6a4a2;
}
.l-main .product-desc a {
    display: block;
    padding: 12px 10px;
    background: #262626 url(../img/icon_window_white.png) no-repeat center right 10px;
    color: #fff;
    background-size: 15px 14px;
}

.l-main .product-list li {
    border-bottom: 1px solid #a6a4a2;
}

.l-main .product-list li a {
    display: block;
    padding: 10px 50px 10px 10px;
    background: url(../img/product_link_btn.png) no-repeat center right 0px;
    background-size: 50px 25px;
}
.l-main .product-list li span {
    display: block;
    margin-top: 4px;
    color: #231f19;
    font-size: 20px;
    font-weight: bold;
}

.l-main .catalog-link:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-image: url(../img/icon_catalog.png);
    background-size: cover;
    content: ' ';
}
.l-main .catalog-link {
    border-bottom: 1px solid #eee;
    background: #f0f2f2;
}

.l-main .catalog-link p {
    padding: 16px 10px 16px 10px;
    line-height: 1.8;
    display:inline-block;
}

.l-main .catalog-link span{
    display:block;
}

.l-main .catalog-link .published{
    font-size: 11px;
}

.l-main .catalog-link .belle{
    font-weight: bold;
    line-height: 1;
    font-size: 13px;
}

.l-main .similar-list h2 {
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

/*.l-main .similar-list ul {
    overflow: hidden;
}
.l-main .similar-list li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}*/

.l-main .similar-list-more a{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 18px 0 18px 20px;
    font-size: 1.3rem;
    border-bottom: 1px solid #eee;
        color: #403e3b;
    letter-spacing: 0.12em;
}

.l-main .similar-list-more a:after{
    content: "";
    display: inline-block;
    margin: 4px 0 0 10px;
    width: 12.5px;
    height: 6px;
    background-image: url(../img/ch_more_btn.png);
    background-size: cover;
}

.l-main .relation-word {
    clear: both;
}
.l-main .relation-word h2 {
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.l-main .relation-word ul {
    padding: 0 10px;
    margin-top: -6px;
}
.l-main .relation-word li {
    display: inline-block;
    margin-top: 6px;
}
.l-main .relation-word li a:before {
    content: '#';
}
.l-main .relation-word li a {
    display: block;
    padding: 6px 8px 6px 8px;
    border-radius: 4px;
    background-color: #7e8080;
    color: white;
    font-size: 12px;
}

.l-main .relation-word-more {
    text-align: center;
    margin: 8px 10px  16px;
}

.l-main .relation-word-more a{
    padding: 12px 10px 12px 26px;
    background-color: #7e8080;
    color:#fff;
    display:block;
    overflow: hidden;
}

.l-main .relation-word-more a:after{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/arrow_more_right.png);
    background-size: cover;
    vertical-align: sub;
    background-position: right center;
    float: right;
}

.l-main .add-favolite{
    padding: 15px 10px 15px;
    text-align: center;
    background-color: #f0f2f2;
}

.l-main .add-favolite a {
    border: 2px solid #231f19;
    color: #231f19;
    background-color: #fff;
    letter-spacing: 0.12em;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    padding: 10px 0;
}

.l-main .add-favolite a:before {
    content: "";
    display: inline-block;
    margin: 0px 8px 0 0px;
    width: 20.5px;
    height: 19px;
    background-image: url(../img/icon_bookmark.png);
    background-size: cover;
    vertical-align: sub;
    background-position: center;
    background-repeat: no-repeat;
}

.l-main .add-favolite.on a:before {
    content: "";
    display: inline-block;
    margin: 0px 8px 0 0px;
    width: 20.5px;
    height: 19px;
    background-image: url(../img/favorite_btn_on.png);
    background-size: cover;
    vertical-align: sub;
    background-position: center;
    background-repeat: no-repeat;
}

.l-main .share{
    background-color: #f0f2f2;
    padding-bottom: 15px;
}

.l-main .share ul {
    text-align: center;
}

.l-main .share li {
    display:inline-block;
    width:11.5%;
    margin-left: 10px;
}

.l-main .share li:first-child{
    margin-left: 0;
}

.l-main .share img{
    width:40px;
    height:auto;
}


.l-main .next-product {
    margin: 40px 0;
    text-align: center;
}

/* add 20160623 merge react and dev up css */
/*.l-main .similar-list ul {
    overflow: hidden;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}
.l-main .similar-list li {
    float: left;
    width: 50%;
    height: 400px;
    border-top: 5px solid #fff;
}
.l-main .similar-list li:nth-child(even){
    border-left: 5px solid #fff;
}
.l-main .similar-list img {
    width: auto;
    height: 400px;
    display: block;
    margin: 0 auto;
}*/


#content {
    width: 100%;
    margin:0 auto;
    max-width: 970px;
     position: absolute;
    min-height: 100%;
    padding-bottom: 32px;
}
.l-main .product-kv li {
    display: block;
    background-color: #eee;
    text-align: center;
}

.l-main .product-kv li a{
    margin:0 35px;
    display:block;
    text-align: center;
    position:relative;
}

.l-main .tempoName{
    padding: 10px;
    background: #f0f0f0;
    text-align: left;
}

.l-main .tempoName .img{
    width: 18px;
    height: 17px;
    display: inline-block;
}

.l-main .tempoName .img img{
    vertical-align: bottom;
}


.l-main .tempoName .text{
    display: inline-block;
    position: static;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.02em;
}
/*
.l-main .product-kv li a{
    width: 80%;
    display: block;
    margin: 0 auto;
    height: auto;
}

.l-main .product-kv li:after{
    content: "ベルメゾン（千趣会）";
    clear: both;
    display: block;
    padding: 20px 20px;
    text-align: left;
    margin-left: 30px;
    background: url(../img/link_name.png) no-repeat center;
    background-size: 16px 13px;
    height: 10px;
    background-position: center left;
}
*/


.l-main .product-kv li img {
 /*   width: auto;
    height: 400px;*/
}
.l-main .product-kv {
    position: relative;
}
.login-before.page-transition-btn {
/*    height: 55px;*/
}
.login-before.page-transition-btn a {
    max-width: 950px;
    position: fixed;
    margin-left: -49%;
    left: 50%;
    bottom: 2px;
    /*background-color: rgba(244,244,244,.8);*/
    z-index: 8;
}

.l-main[style*="fixed"]+.l-footer {
    position: fixed;
}
.l-main[style*="fixed"]+.l-footer:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.6);
}
.l-footer {
    width: 100%;
    max-width: 970px;
    background-color: #d9ddde;
    position: absolute;
    bottom: 0;
}

.l-footer ul {
    text-align: center;
}
.l-footer li {
    display: inline-block;
    margin: 10px 0;
}

.l-footer li a{
    font-size: 12px;
}

.l-footer li.related-links{
    font-size: 12px;
}
.l-footer li.related-links a{
    text-decoration: underline;
}
.l-footer li.related-links:after{
    content: "";
}

.l-footer li:after {
    padding: 0 10px;
    content: "|";
    color: #a6a4a2;
}
.l-footer li:last-child:after {
    content: "";
}
.l-footer small {
    display: block;
    padding: 6px 0;
    width: 100%;
    color: white;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: #231f19;
    font-size: 1.0rem;
}
.guide .bx-wrapper .bx-controls-direction a {
    margin-top: -12px;
}
.guide .bx-wrapper .bx-controls-direction a {
    width: 15.5px;
    height: 33.5px;
}
.guide .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/btn_prev.png) no-repeat;
    background-size: cover;
}
.guide .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/btn_next.png) no-repeat;
    background-size: cover;
}
.guide .bx-wrapper .bx-pager {
    position: relative;
    margin: -24px 0 10px 0;
    overflow: hidden;
    text-align: center;
    z-index: 9;
}
.guide .bx-wrapper .bx-pager-item {
    display: inline-block;
    margin-left: 10px;
}
.guide .bx-wrapper .bx-pager-link {
    display: block;
    font-size: 1rem;
    width: 8px;
    height: 8px;
    color: #ffffff;
    background-color: #ffffff;
}
.guide .bx-wrapper .bx-pager-link.active {
    color: #231f19;
    background-color: #231f19;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    outline: 0;
    text-indent: -9999px;
}

#detailIndex .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/slider-right.png) no-repeat ;
    background-size: 100% auto;
}
#detailIndex .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/slider-left.png) no-repeat;
    background-size: 100% auto;
}

#detailIndex .bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 15.5px;
    margin-top: -15.5px;
    height: 33.5px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* @2016-07-07 */
/*.login-after {
    overflow: scroll;
    height: 370px;
    padding: 0 10px;
}*/

/* add 2016-11-25 ▲test */
.tab-wrap {
    width: 300%;
}

.rec-ch-desc{
}


/*----------------------------------------*/
/*  @channel
/*----------------------------------------*/

#channel{
    width:100%;
    background-color: #f0f2f2;
    padding-bottom: 20px;
    max-width: 970px;
}

#channel .l-main .rec-ch h2{
    background-color: #f0f2f2;
}

.l-main #channel .mychannelList li .channel_btn{
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 6px 0px 9px 0px;
    border-radius: 40px;
    color: #ffffff;
    background-color: #231f19;
    font-size: 1.1rem;
}
.l-main #channel .mychannelList li .channel_btn:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    margin-bottom: -5px;
    content: "";
    background: url(../img/add_channel_btn_on.png);
    background-size: cover;
}

/*----------------------------------------*/
/*  @registration
/*----------------------------------------*/

.l-main #entry {
    background-color: white;
    width: 100%;
    max-width: 970px;
}

.l-main #entry h2{
    padding: 16px 0;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    background: #f0f2f2;
}


.l-main #entry .entryArea{
    margin: 0 12px;
}

.l-main #entry .entryArea .formTitle{
    font-size: 13px;
    padding: 10px 0px 5px;
    letter-spacing: 0.12em;
}

.l-main #entry .entryArea .gender{
    margin-bottom: 4px;
}

.l-main #entry .entryArea .gender .man{
    margin-left: 10px;
}

.l-main #entry .entryArea .textArea{
    padding: 0px ;
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1.4;
}

.l-main #entry .entryArea .textArea .text{
    margin-top: 10px;
}

.l-main #entry .entryArea .textArea .text.ar{
    text-align: right;
}

.l-main #entry .entryArea .textArea .text .index{
    font-weight: bold;
    margin-bottom: 5px;
}

.l-main #entry .entryArea .textArea.withdrawal{
    padding: 12px 12px 12px 12px;
    font-size: 13px;
    line-height: 1.8;
}

.l-main #entry .entryArea .textArea .chkWithdrawalReasonText{
    width: 100%;
    height: 150px;
    overflow: auto;
}

.l-main #entry .entryArea #formEmail{
    border: solid #a6a4a2 1px;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    font-size: 13px;
    color:#000;
}


.l-main #entry .entryArea .passWord{
    margin-top: 10px;
}

.btn{
    background-color: #323333;
    color: #fff;
    width: 40%;
    margin: 10px auto 10px;
    text-align: center;
    display: block;
    padding: 12px 10px;
    border: none;
    font-size: 13px;
    line-height: 1.2;
}

.send{
    letter-spacing: 0.52em;
}

.l-main .entryArea .orText{
    text-align: center;
}

.l-main #entry .entryArea .snsArea{
    margin: 10px 0 33px;
}

.l-main #entry .entryArea .snsArea li{
    display:block;
    color:#fff;
    margin-bottom: 6px;
}

.l-main #entry .entryArea .snsArea .btnEntry{
    color:#fff;
    padding:14px 10px;
    display:block;
    text-align: center;
    letter-spacing: 0.06em;
}

.l-main #entry .entryArea .snsArea .fbEntry{
    background: #3b5998 url(../img/icon_fb_entry.png) no-repeat center left 10px;
    background-size: 25px 25px;
}

.l-main #entry .entryArea .snsArea .twEntry{
    background: #1da1f2 url(../img/icon_tw_entry.png) no-repeat center left 10px;
    background-size: 25px 25px;
}


.l-main #entry .entryArea .snsArea .yEntry{
    background: #e60012 url(../img/icon_y_entry.png) no-repeat center left 10px;
    background-size: 25px 25px;
}


/*----------------------------------------*/
/*  @rmail_complete
/*----------------------------------------*/


.l-main .entryArea .completeArea .title{
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.6;
}

.l-main .entryArea .completeArea .img{
    width:180px;
    margin: 0 auto;
}

.l-main .entryArea .completeArea .message{
    margin: 16px 0;
    line-height: 1.4;
    font-size: 13px;
    letter-spacing: 0.12em;
}

.l-main .entryArea .completeArea .message.done{
    width:70%;
}

.l-main .entryArea .topback.last{
    margin-bottom: 48px;
}

.l-main .entryArea .topback a{
    padding: 10px 10px 10px 26px;
    color: #fff;
    display: block;
    overflow: hidden;
    border: solid #231f19 2px;
    text-align: center;
    font-size: 1.3rem;
    color:#231f19;
    letter-spacing: 0.12em;
}


.l-main .entryArea .topback a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/ch_transition_btn.png);
    background-size: cover;
    vertical-align: sub;
    background-position: right center;
    float: right;
}

.l-main .entryArea #formpassword, #formpassword_mod, #formpassword_conf, #formpassword_sendpass{
    width:100%;
    border: solid #a6a4a2 1px;
    padding:8px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.l-main .entryArea .birthday{
    border: solid #a6a4a2 1px;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 10px;
}

.gender input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
}

.gender input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 9px;
    height: 9px;
    background: #000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}


.l-main .entryArea select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    background-size: 36px 32px;
    background-color: #fff;
    background-image: url(../img/select_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    content:"";
}

p.editUserInfo {
    margin: 0 0 10px;
}

/*----------------------------------------*/
/*  @skip
/*----------------------------------------*/

.l-main .entryArea .topback.black a{
    color:#fff;
    background-color: #000;
}


.l-main .entryArea .topback.black a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/ch_transition_white_btn.png);
    background-size: cover;
    vertical-align: sub;
    background-position: right center;
    float: right;
}

/*----------------------------------------*/
/*  @fileter
/*----------------------------------------*/

.l-main .entryArea .choice{
    margin: 16px 0 10px;
    font-size: 13px;
    letter-spacing: 0.12em;
}

.l-main .entryArea .entryTable{
    margin-bottom: 20px;
}

.l-main .entryArea .entryTable table{
    width:100%;
}

.l-main .entryArea .entryTable table th{
    text-align: left;
    padding:10px 0px 10px 6px;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 0.04em;
}

.l-main .entryArea .entryTable.category table th{
    width:70%;
}

.l-main .entryArea .entryTable.category table td{
    width:30%;
}

.l-main .entryArea .entryTable table td p{
    text-align: right;
    display:inline-block;
    font-size: 12px;
}

.l-main .entryArea .entryTable table td .check{
    background: url(../img/select.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100% auto;
    text-align: right;
    background-position: center left;
    vertical-align: middle;
    padding-left: 10px;
}

.l-main .entryArea .entryTable table td .check.cur{
  /*background: url(../img/select_cur.png) no-repeat;*/
    background-size: 100% auto;
}


.l-main .entryArea .entryTable table td{
    text-align: right;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 0.04em;
    vertical-align: middle;
}

.l-main .entryArea .entryTable tr{
    border-bottom: 1px solid #b2afac;
}

.l-main .entryArea .entryTable table .select{
    border-bottom: 2px solid #231f19;
    padding-bottom:10px;
}

.l-main .entryArea .entryTable table .select th{
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: bold;
    padding: 10px 10px 10px 0;
}

.l-main .entryArea .entryTable table .select th span{
    display:inline-block;
}

.l-main .entryArea .pager{
    text-align: center;
    margin:10px 0;
}

/*
.entryTable input[type="checkbox"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
}

.entryTable input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 9px;
    height: 9px;
    background: #000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}*/

/*
.checkbox {
  display: none;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .checkbox-icon:after {
  content: "\f372";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 22px;
}
.checkbox:checked + .checkbox-icon:after {
  content: "\f374";
  color: #17bcdf;
}


.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}*/

/*----------------------------------------*/
/*  @fileter02
/*----------------------------------------*/

.l-main .entryArea .entryTable.shop table th{
    font-size: 12px;
}

.l-main .entryArea .entryTable.shop table .select th{
    text-align: right;
}

.l-main .entryArea .entryTable.shop table td{
    width:5%;
}

.l-main .entryArea .entryTable table th img{
    width:25%;
    vertical-align: middle;
    padding-right: 10px;
}
.l-main .entryArea .entryTable table th img.shop_image{
    width:auto;
    max-width:25%
}
.l-main .entryArea .entryTable.category table .select td span{
   margin-left: 10px;
}

.l-main .entryArea .entryTable.catalog table .select td span{
   margin-left: 10px;
}

/*----------------------------------------*/
/*  @fileter03
/*----------------------------------------*/

.l-main .entryArea .entryTable.catalog table .select th{
    width:20%;
    padding-left: 0;
}

.l-main .entryArea .entryTable.catalog table th{
    width:18%;
    padding:6px;
}

.l-main .entryArea .entryTable.catalog table th img{
    width:100%;
}

.l-main .entryArea .entryTable.catalog table td{
    width:30%;
    vertical-align: middle;
}

.l-main .entryArea .entryTable.catalog table td.catalogTitle{
    text-align: left;
}

.l-main .entryArea .entryTable.catalog table td.catalogTitle dt{
    padding-bottom: 10px;
}

.l-main .entryArea .entryTable.catalog table td.catalogTitle dd{
    font-size: 11px;
    color:#a6a4a2;
}

/*----------------------------------------*/
/*  @login_index
/*----------------------------------------*/

.l-main .entryArea .pass{
    margin-top: 10px;
}

.l-main .entryArea .newSign{
    text-align: right;
}

.l-main .entryArea .newSign p{
    margin-bottom: 10px
}

.l-main .entryArea .newSign a{
    text-decoration: underline;
    display:inline-block;
}

.l-main .entryArea .newSign a:after{
    background:url(../img/tab_next_btn.png);
    background-size: 100% auto;
    content:"";
    display:inline-block;
    background-repeat: no-repeat;
    background-position:right center;
    width:6px;
    height:12.5px;
    margin-left: 10px;
}

/*----------------------------------------*/
/*  @password
/*----------------------------------------*/

.l-main .entryArea .reissue{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.l-main .entryArea .mt12{
    margin-top: 12px;
}

/*----------------------------------------*/
/*  @list.html
/*----------------------------------------*/

.l-main #mychannel h2 {
    line-height: 46px;
    font-weight: bold;
    text-align: center;
    background:#f0f2f2;
    letter-spacing: 0.12em;
}

.l-main #mychannel .category {
    padding: 10px;
    color: #231f19;
    letter-spacing: 0.12em;
    font-size: 1.3rem;
}

.l-main #mychannel .rec-ch-desc {
    -webkit-box-shadow: 0px -1px 2px 0px rgba(6,0,1,0.4);
    -moz-box-shadow: 0px -1px 2px 0px rgba(6,0,1,0.4);
    box-shadow: 0px -1px 2px 0px rgba(6,0,1,0.4);
}


/*----------------------------------------*/
/*  @mypage index.html
/*----------------------------------------*/


.l-main .entryArea .first{
    margin-top: 20px;
}

.l-main .entryArea .mb12{
    margin-bottom: 12px;
}

/*----------------------------------------*/
/*  @filter index.html
/*----------------------------------------*/

.l-header .login-area .login.out{
    margin: -14px 30px 0 0 !important;
}

/*----------------------------------------*/
/*  @favorite index.html
/*----------------------------------------*/

.l-main .orText.p12{
    padding: 12px;
}

/*----------------------------------------*/
/*  @mypage index.html
/*----------------------------------------*/

.l-main #entry .entryArea .snsArea.joint{
    margin: 10px 0;
}

.l-main .snsArea .snsName{
    margin-left: 40px;
}

.l-main .collabo{
    display: inline-block;
    float: right;
    padding: 8px 0px 8px 8px;
    margin-top: -8px;
    border-left: solid #fff 1px;
}

.l-main .snsArea .collabo.cooperation{
    color:#a6a4a2;
    border-left: solid #a6a4a2 1px;
}

.l-main .guide {
    margin-top: 0px;
}

        /* test */
.tab {
    background-color: white;
}

.guide .bx-wrapper .bx-pager-link {
    font-size: 0rem;
}

.l-footer {
    overflow: hidden;
}

.rec-ch .page-transition-btn {
    margin-top: 12px;
}
.tab {
    width: 300%;
    border-bottom: 1px solid #bbbab8;
}
.tab ul {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tab li {
    float: left;
    width: 11.1111%;
    position: relative;
}


.tab li a {
    display: block;
    padding: 16px 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color:#a6a4a2;
}

.tab li.center a{
    font-weight: bold;
    border-bottom: solid #231f19 1px;
    color:#403e3b;
}


.tab-btn img {
    width: 6px;
    height: 12.5px;
    display: block;
    cursor: pointer;
}
.tab-btn.back img {
    margin: 32px 10px -30px;
}
.tab-btn.next img {
    margin: -30px 10px 17.5px auto;
}
.tab-bottom {
    border-top: 1px solid #bbbab8;
}
.back.tab-btn.buttom img {
    margin: 18px 10px -30px;
}
.login-before.page-transition-btn {
    padding: 15px 0 12px;
}

.page-transition-btn {
    margin: 0;
}

/*----------------------------------------*/
/*  @serch shop.html
/*----------------------------------------*/


.l-main .entryArea .entryTable.search{
    border-top: 1px solid #b2afac;
    margin-top: 16px;
}

.l-main .entryArea .entryTable.search .topback.black a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/search_white.png);
    background-size: cover;
    vertical-align: sub;
    background-position: right center;
    float: right;
}


.label input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
}

.label input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 4.5px;
    left: 4.5px;
    content: "";
    width: 11px;
    height: 11px;
    background: #000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

/*----------------------------------------*/
/*  @serch keywords.html
/*----------------------------------------*/

.l-main #entry .relation-word ul{
   padding:0;
}

/*----------------------------------------*/
/*  @serch result.html
/*----------------------------------------*/

.l-main .entryArea .columnButtonList {
    margin-bottom: -10px;
    display:block;
}

.l-main .entryArea .columnButtonList ul{
    text-align: right;
    margin:10px 0;
}

.l-main .entryArea .columnButtonList li{
    display:inline-block;
}

.l-main .entryArea .columnButtonList li a{
    display:block;
    text-align: right;
    width:100px;
    padding:10px;
}

.l-main .entryArea .columnButtonList .column1 a{
    border:solid #231f19 1px;
    color: #231f19;
    background: #fff url(../img/column_1.png) no-repeat center left 10px;
    background-size:16px;
}

.l-main .entryArea .columnButtonList .column1.cur a{
    border:solid #a6a4a2 1px;
    color: #fff;
    background: #a6a4a2 url(../img/column_1_cur.png) no-repeat center left 10px;
    background-size:16px;
}

.l-main .entryArea .columnButtonList .column2 a{
    border:solid #231f19 1px;
    color: #231f19;
    background: #fff url(../img/column_2.png) no-repeat center left 10px;
    background-size:16px;
}

.l-main .entryArea .columnButtonList .column2.cur a{
    border:solid #a6a4a2 1px;
    color: #fff;
    background: #a6a4a2 url(../img/column_2_cur.png) no-repeat center left 10px;
    background-size:16px;
}


.l-main .entryArea .caption dt{
    border-bottom: 2px solid #231f19;
    padding-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
}

.l-main .entryArea .caption dt span{
    background:url(../img/arrow_down.png) no-repeat;
    display:block;
    background-size: 16px 9px;
    width:16px;
    height:9px;
    float:right;
    margin-right: 6px;
}

.l-main .entryArea .caption dt span.cur{
    background:url(../img/arrow_up.png) no-repeat;
    display:block;
    background-size: 16px 9px;
    width:16px;
    height:9px;
    float:right;
    margin-right: 6px;
}

.l-main .entryArea .caption dd{
    border-bottom: 1px solid #b2afac;
    font-size: 12px;
    color:#231f19;
    letter-spacing: 0.04em;
    padding:18px 0;
    display:none;
}

.bx-pager.bx-default-pager{
    display:none;
}


.l-main .entryArea .entryTable table.searchTable tr{
    display:none;
}

.l-main .entryArea .entryTable table.searchTable tr.select{
    display:table-row;
}

.l-main .entryArea .entryTable table td .toggleContent{
    background: url(../img/arrow_down.png) no-repeat;
    width: 16px;
    height: 9px;
    display: inline-block;
    background-size: 100% auto;
    text-align: right;
    background-position: bottom left;
    vertical-align: middle;
    margin-right: 5px;
}

.l-main .entryArea .entryTable table td .toggleContent.cur{
    background: url(../img/arrow_up.png) no-repeat;
    background-size: 100% auto;
}

.l-main #entry .rec-ch-desc h2{
    background: #fff;
    font-size: 13px;
    padding:12px 0;
    border:none;
    letter-spacing: 0.12em;
}

.tiles .favolite-btn {
    right: 10px;
}

.tiles .favolite-btn.on {
    width: 19.5px;
    height: 19px;
    background: url(../img/favorite_btn_on.png) no-repeat;
    background-size: contain;
}

.l-main .entryArea .topback.black.searchBtn a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/search_white.png);
    background-size: cover;
    vertical-align: sub;
    background-position: right center;
    float: right;
}

.l-main .entryArea .caption dd{
    overflow: hidden;
    padding:10px 0;
}
.l-main .entryArea .caption.captionArea dt{
    margin-top: 25px;
}

.l-main .entryArea .caption.captionArea dd .title{
    display: block;
    vertical-align: inherit;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}
.l-main .entryArea .caption.captionArea dd .label{
    float:right;
}

.l-main .entryArea .entryTable table td .arrow{
    width:8px;
    margin-right: 6px;
}

.l-main .entryArea .error_textArea{
    padding:10px 0;
    display:none;
}

.l-main .entryArea .entryTable table td input.checkInput{
    display:none;
}

.l-main .entryArea .entryTable.searchTable{
    margin-top: 20px;
    border-top: 1px solid #b2afac;
}


.l-main .rec-ch-desc.head{
    margin-top: -50px;
    padding-top: 50px;
}


@media(min-width: 970px){

#content{
    position:static;
}


.l-nav{
    right: 50% !important;
    width: 679px !important;
    margin-right: -485px;
    top: 48px;
/*    height:auto;
    overflow: auto !important;*/
    margin-top: -1000px;
}

.l-nav ul{
    padding-bottom: 51px;
}

.login-before.page-transition-btn a {
    margin-left: -475px;
}


#page-top {
    width: 60px;
    bottom: 100px;
    right: 40px;
}

}
.helpArea{
	height:250px;
}
.helpArea li{
    padding:10px;
    display: table-cell;
}
.helpicon{
    width:125px;
}
h3{
    font-size: 1.3rem;
    font-weight: bold;
    padding:10px 0;
}
.mark{
    vertical-align: middle;
}
.mark img{
    width:25px;
    margin:10px;
}
.helptext{
    font-size:10px;
    max-width:125px;
    padding:5px 0;
}
@media(min-width: 970px){
.helpArea{
	height:500px;
}
.helpArea li{
    padding:10px;
    display: table-cell;
}
.helpicon{
    width:250px;
}
h3{
    font-size: 1.4rem;
    font-weight: bold;
    padding:10px 0;
}
.mark{
    vertical-align: middle;
}
.mark img{
    width:50px;
    margin:10px;
}
.helptext{
    font-size:12px;
    max-width:250px;
    padding:5px 0;
}

}
.clear {
    clear:both;
}
.thumnail{
    width: 300px;
    height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
}
.thumnail img{
    width:auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
    padding:10px 0 0;
    margin:0 auto;
}
.tiles li{
	overflow: hidden;
}
.itemName {
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0 10px;
    text-align: left;
    position: relative;
    padding-right: 12px;
    overflow: hidden;
    font-size: 1em;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
}
.price {
    padding: 5px 0;
    text-align: right;
    font-weight: bold;
    padding-right:10px;
    margin: 0;
}
.l-main .product-list li .goods_price{
    color:red;
}
.keywordList .categroyCheckArea {
display: inline-block;
padding:0 2px;
}
.pointArea{
	color: #fff;
	background:red;
	z-index: 100;
	padding: 4px;
	font-size:10px;
	display: inline-block;
	border: 1px solid red;
}
.pointArea span{
	font-size:10px;
	font-weight: bold;
}
.col1  .pointArea{
	bottom: 100px;
}
#detailIndex .favolite-btn{
	bottom:20px;
}
.dayOnlyArea{
	color: red;
	z-index: 100;
	padding: 4px;
	font-size: 10px;
	display: inline-block;
	margin: 2px;
	border: 1px solid red;
}
.insertTextArea{
	position: relative;
	bottom:0;
	width: 100%;
	text-align:right;
	clear: both;
}
.tile-child li .subImg,
#imgdialog .subImg{
    position: absolute;
    width: 20%;
    bottom: 0;
}
.sub1{
	right:0;
}

.sub2{
	right:21%;
}
.sub3{
	right:42%;
}
.sub4{
	right:64%;
}
.unit{
	color:#000;
	font-size:0.8em;
	margin-right:2px;
}
.noTax{
	font-size:2.5em;
	font-weight: bold;
/*    text-shadow: 1px 1px 1px red, 2px 2px 1px yellow, -1px 2px 1px yellow, 2px -1px 1px yellow, -1px -1px 1px yellow;*/
}
.Tax{
	font-size:0.8em;
	margin:0 0 0 2px;
	text-align: right;
	padding-right: 10px;
}
.Tax span{
	font-size:1.8em;
	font-weight: bold;
}

.imgArea{
	width:95%;
	margin:5px auto;
	position: relative;
}
.image-sep{
	margin: 0 10px;
}
.banner .image-sep{
	display: none;
}
.l-header .helpBtn {
    float: right;
    margin-top: -8px;
    width: 36px;
}
.l-header .helpBtn img {
    width: 100%;
}
.series_id_33 #page-top {
	bottom:140px;
}
.ui-dialog{
	max-width:800px;
}
#helpdialog{
	display:none;
	font-size:16pt;
}
#helpdialog .important{
padding:10px 0;
}
#helpdialog h1{
	font-weight:bold;
	font-size:1.2em;
}
#helpdialog p{
	margin: 16px auto;
	padding-left:16px;
	max-width: 600px;
	text-indent: -22px;
	white-space: normal;
}
#helpdialog p.attention{
	color: red;
}
#helpdialog p span{
	white-space: nowrap;
}
#imgCount {
	display:none;
    width: 80px;
    position: fixed;
    bottom: 50px;
    right: calc(50% - 30px);
    z-index: 100;
	background: #FFF;
	border: 1px solid #89b;
	color: #000;
	padding: 11px 11px;
	font-weight: bold;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
	font-size:16px;
	line-height: 1;
	background:rgb(255,255,255,0.8);
}
#imgCount img{
    opacity: 0.5;
}
#imgCount .cntArea{
	width:75px;
	position:relative;
	display: flex;
}
#imgCount #nowImg{
	display: block;
    width: 25px;
    text-align: right;
}
#imgCount #maxImg{
	display: block;
    width: 25px;
	text-align: left;
}
#scoreialog{
	text-align:center;
	display:none;
	border-radius: 5px;
}
#scoreialog .textArea p{
	font-size:1em;
	padding:5px 0;
}
#scoreialog .boldArea{
	font-weight:bold;
	font-size:1.5em;
}
#scoreialog .scoreArea{
margin:20px 0;
}
#scoreialog .scoreSubmit{
	margin-top:5px;
	background:#ff9900;
	width:150px;
	height:50px;
	border-radius: 5px;
	
}
#messageDialog{
	display:none;
	height:3em;
}
.dialog-no-title .ui-dialog-titlebar {
	display: none;
}
#messageDialog p{
	margin:0.5em;
	line-height:1.5;
	font-size:1.4em;
	font-weight:bold;
}
#imgdialog{
/*    -webkit-overflow-scrolling: touch;*/
	padding-bottom:80px;
}
#imgdialog .directLink{
	margin:5px 0;
}
#imgdialog .directLink img{
	margin:0 auto;
}
#imgdialog .close{
	padding:15px 0;
	text-align:center;
	color:#fff;
	background:#B4168D;
	font-size:15px;
	margin:5px auto;
	width:200px;
}
.mainFlyer {
	width: 100%;
	display: none;
	padding-top: 50px;
}

.tab-container,   .tab-container:before,   .tab-container:after,
.tab-container *, .tab-container *:before, .tab-container *:after {
  box-sizing: border-box;
}

.tab-container {
  transition: top 0.5s;
  position: fixed;
  top:-300px;
  left:50%;
  list-style-type: none;
  padding: 0;
  width:900px;
  margin-left: -450px;
  z-index:100;
  background: #fff;
}
#helpdialog img{
  display:block;
  max-width: 480px;
  margin: 0 auto;
}
#helpdialog .tab-container {
  position: relative;
  width:100%;
  top:auto;
  left:auto;
  margin:0;
}
.tab-container.open {
  top:49px;
}
.tab-container ul {
  list-style-type: none;
  padding: 0;
}
.tab-container .tab-content-container {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  line-height: 1.1;
  background: #fff;
  position: absolute;
  top: 42px;
  right: 0px;
  left: 0px;
  padding: 0px 20px;
  border: 2px solid #777;
  border-top: 0;
  box-shadow: 0 5px 5px -5px #333;
}
.tab-container .tab-content-container.tab-net {
  padding: 0px;
}
.tab-container .tab-content-container .tab-content {
  opacity: 0;
  padding: 15px 0;
  width: 855px;
  transition: opacity 0.1s ease-in;
}
#helpdialog .tab-container .tab-content-container .tab-content {
  width: 700px;
}
.tab-container .tab {
  outline: 0;
  float: left;
  cursor: pointer;
  opacity: 1;
  width: 50%;
  line-height: 40px;
  display: block;
  margin: 0;
  position: relative;
  background: #777;
  color: #fff;
  text-align: center;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
}
#helpdialog .tab-container .tab {
  width: 50%;
}
.tab-container .tab.l-b {
  border-left: 2px solid #777;
}
.tab-container .tab:hover {
  background: #333;
}
.tab-container .tab-toggle {
  display: none;
}
.tab-container .tab-toggle.active + .tab, .tab-container .tab-toggle:checked + .tab {
  background: #fff;
  color: #333;
}
.tab-container .tab-toggle.active ~ .tab-content-container, .tab-container .tab-toggle:checked ~ .tab-content-container {
  height: auto;
  opacity: 1;
}
.tab-container .tab-toggle.active ~ .tab-content-container .tab-content, .tab-container .tab-toggle:checked ~ .tab-content-container .tab-content {
  opacity: 1;
}
.tab-container .tab-toggle.active ~ .tab-content-container .tab-content label, .tab-container .tab-toggle:checked ~ .tab-content-container .tab-content label {
  opacity: 1;
}
.tab-container .tab-content-container.tab-net .tab-content {
  width: 900px;
}
.tab-content .links div {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.tab-content .links div:first-child {
	border-right: 1px solid black;
}
.tab-content .links p {
	margin: 0 auto;
	text-align: center;
	color: red;
}
.tab-content .links img {
    max-width: 240px;
    width: 100%;
    vertical-align: middle;
}
@media(max-width: 970px){
.tab-container{
  left: 0;
  width: 100%;
  margin: 0;
}
.tab-container .tab-content-container,
.tab-container .tab-content-container .tab-content,
.tab-container .tab-content-container.tab-net .tab-content {
  width: 100%;
}
#helpdialog .tab-container .tab-content-container .tab-content {
  width: calc(70vw - 55px);
}
}
@media(max-width: 433px){
#helpdialog {
	font-size: 3.7vw;
}
#helpdialog p{
	padding-left:3.7vw;
	text-indent: -4.1vw;
}
}

.filter{
	overflow: hidden;
}
.filter{
	overflow: hidden;
}
.filter li{
	font-size: 9px;
	text-align: center;
	float:left;
	border: 2px solid rgba(0,0,0,0);
	border-radius: 4px;
	width:100px;
}
.filter li:hover,
.filter li.selected{
	border-color: #333;
}
@media(max-width: 970px){
.filter li{
	width:14%;
}
}

table {
  width: 100%;
  word-wrap: break-word;
  border: 1px solid;
  border-collapse:collapse;
}
table th{
  border: 1px solid;
}
table td {
  margin-right: 2px;
  text-align:right;
  border: 1px solid;
  width: 25%;
}
table td input {
  text-align:right;
  border: none;
}
table .unitprice {
  width: 50%;
}
#freememo{
	width: 100%;
	height: 100px;
}
