@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 default style reset

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* reset
------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}

html{
    overflow-y:scroll;
}

body {
    line-height:1;
}

blockquote, q{
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
}

input, select{
    vertical-align:middle;
}

input[type="submit"]{
    border:none;
}

input[type="button"]{
    border:none;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

a:focus{
    outline:none;
}

/* clearfix
------------------------*/
.clearfix:after{
    content:"";
    height:0;
    display:block;
    clear:both;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 common style

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* layout
------------------------*/
body{
    color:#333;
    font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#202020;
    border-top:3px solid #e70000;
}

#wrapper{
    padding:20px 0 0 0;
    background:#fff;
}

/* module header
------------------------*/
header{
    margin:0 5px 10px 5px;
}

/* module logo
------------------------*/
.test_box{
    width:450px;
}
.test01{
    width:85px;
    height:40px;
    background-color:#0C9;
    float:left;

}
.test02{
    width:365px;
    background-color:#9C0;
    float:right;
}

#member #logo{
    margin:0 0 5px 0;
    float:left;
}

#logo a{
    width:85px;
    height:40px;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    background:url(img/logo.png) no-repeat 0 0;
    background-size:85px 40px;
}
.logo_box{

}
.logo_text{
    font-size:1%;
    line-height:195%;
    float:left;
}

header .account{
    color:#0173bc;
    font-size:75%;
    text-align:right;
    clear:both;
}

.count{
    font-size:75%;
    text-align:center;
    float:right;
    margin:2px 0 0 0;
}

.count span{
    font-weight:bold;
    color:#e70000;
    margin:0 5px;
}


/* module global navi
------------------------*/
#g_navi{
    background:#959595;
}

#g_navi li{
    width:25%;
    text-align:center;
    float:left;
}

#g_navi li a{
    color:#fff;
    font-size:68.75%;
    height:20px;
    display:block;
    padding:30px 5px 0 5px;
    border-right:1px solid #aaa;
    background-repeat:no-repeat;
    background-position:50% 20%;
    background-size:20px 20px;
}

#g_navi li:last-child a{
    border-right:none;
}

#g_navi li.g_01 a{
    background-image:url(img/icon_search.png);
}

#g_navi li.g_02 a{
    background-image:url(img/icon_search.png);
}

#g_navi li.g_03 a{
    background-image:url(img/icon_login.png);
}

#member #g_navi li.g_03 a{
    background-image:url(img/icon_star.png);
}

#g_navi li.g_04 a{
    background-color:#e70000;
    background-image:url(img/icon_cart.png);
}


/* module keyword search
------------------------*/
.k_search{
    padding:10px;
    background:#f7f7f9;
}

.k_search input[type="text"]{
    width:78%;
    padding:6px 5px;
}

.sbmt_search{
    width:15%;
    text-indent:-9999px;
    overflow:hidden;
    padding:7px 5px;
    background:#292929 url(img/icon_search.png) no-repeat 50% 50%;
    background-size:20px 20px;
}

/* module topicpath
------------------------*/
#topicpath{
    padding:0 5px;
    margin:5px 0 20px 0;
}

#topicpath li{
    font-size:75%;
    line-height:150%;
    padding:0 0 0 10px;
    margin:0 5px 0 0;
    background:url(img/arrow2.png) no-repeat 0 50%;
    background-size:7px 11px;
    word-wrap:break-word;
    float:left;
}

#topicpath li a{
    font-size:100%;
}

#topicpath li.home{
    padding:0;
    background:none;
}

#topicpath li strong{}

#topicpath li span{
    color:#878787;
}

/* module footer
------------------------*/
footer{
    margin:0 auto;
}

.f_navi ul{
    text-align:center;
    margin:0 0 60px 0;
}

.f_navi li{
    font-size:68.75%;
    display:inline;
    padding:0 5px 0 0;
    border-right:1px solid #333;
}

.f_navi li a{
    color:#333;
}

.f_navi li:last-child{
    padding:0;
    border-right:none;
}

.copyright{
    color:#fff;
    text-align:center;
    font-size:68.75%;
    padding:5px;
    margin:10px 0 0 0;
    background:#ea0000;
}

/* module contents
------------------------*/
#main{
    overflow:hidden;
}

#sub{
    margin:20px 0;
    overflow:hidden;
}

/* module page top
------------------------*/
#page_top{
    width:100%;
    position:fixed;
    bottom:21px;
    right:0;
}

#page_top a{
    color:#fff;
    text-align:center;
    font-weight:bold;
    padding:12px 0;
    display:block;
    text-shadow:1px 1px #000;
    border:1px solid #000;
    background-color:#000;
    opacity:0.5;
}

/* module common
------------------------*/
img{
    max-width:100%;
    height:auto;
}

a{
    color:#333;
    text-decoration:none;
}

.lnk a{
    padding:0 0 0 16px;
    background:url(img/arrow1.png) no-repeat left center;
    background-size:12px 12px;
}

.ex{
    font-size:75%;
    line-height:150%;
    margin:0 0 10px 0;
}

.note{
    color:#999;
    width:100%;
    line-height:150%;
    display:block;
}

.btn{
    text-align:center;
    margin:10px 0 0 0;
}

.btn a{
    width:96%;
    color:#fff;
    font-size:75%;
    font-weight:bold;
    text-align:center;
    display:inline-block;
    padding:20px 5px;
    background:linear-gradient(#444, #1a1a1a);
    border-radius:3px;
}
.btn_market a{
    background-color: #bc2123;
}
.btn_edit_market a{
    background-color: #898989;
    margin-left: 7px;
    width: 92%;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 20px 5px;
    border-radius: 3px;
    color: #fff;
}

.b_buy a,
.b_second a,
.b_buy2 a{
    padding:20px 5px;
    background:linear-gradient(#e70000, #c70000);
}

.b_buy2 a{
    width:93.5%;
    line-height:150%;
}

.b_buy2none{
    text-align:center;
    margin:10px 0 10px 0;
}

.b_buy2none span{
    width:93.5%;
    line-height:150%;
    color:#fff;
    font-size:75%;
    font-weight:bold;
    padding:20px 5px;
    display:inline-block;
    background:linear-gradient(#bbb, #aaa);
    border-radius:3px;
}

.b_none{
    color:#fff;
    font-size:75%;
    font-weight:bold;
    padding:20px 5px;
    display:inline-block;
    background:linear-gradient(#bbb, #aaa);
    border-radius:3px;
}

.b_member a{
    background:linear-gradient(#e70000, #c70000);
}

.btn_member{
    width:125px;
    float:right;
}

table.common{
    width:100%;
    table-layout:fixed;
    border-top:2px solid #d8d8d8;
    border-bottom:2px solid #d8d8d8;
}

table.common caption{
    font-size:87.5%;
    font-weight:bold;
    text-align:left;
    padding:3px 0 2px 7px;
    margin:0 0 5px 0;
    border-left:5px solid #e70000;
}

table.common th,
table.common td{
    font-size:75%;
    line-height:160%;
    padding:7px;
    background:#f7f7f9;
    border-bottom:1px dashed #d8d8d8;
}

table.common .even th,
table.common .even td{
    background:#fff;
}

table.common th{
    width:30%;
    font-weight:bold;
    text-align:center;
}

table.common td{
    border-left:1px solid #d8d8d8;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents form

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* module form
------------------------*/
/*----- submit -----*/
.sbmt_box{
    text-align:center;
    margin:20px 0 0 0;
}

.sbmt_box .sbmt{
    display:inline;
}

.sbmt_box .btn{
    margin:0;
}

.sbmt{
    text-align:center;
    margin:20px 0 0 0;
}

.sbmt input[type="submit"]{
    width:48%;
    color:#fff;
    font-size:75%;
    font-weight:bold;
    display:inline-block;
    padding:17px 5px;
    border-radius:3px;
    background:linear-gradient(#444, #1a1a1a);
}

.sbmt input[type="button"]{
    width:48%;
    color:#fff;
    font-size:75%;
    font-weight:bold;
    display:inline-block;
    padding:5px;
    border-radius:3px;
    background:linear-gradient(#444, #1a1a1a);
}

.send input[type="submit"]{
    background:linear-gradient(#e70000, #c70000);
}

.s_cart a{
    background:linear-gradient(#e70000, #c70000);
}

.s_cart input[type="submit"]{
    background:linear-gradient(#e70000, #c70000);
}

.s_cart input[type="button"]{
    background:linear-gradient(#e70000, #c70000);
}

/*----- form -----*/
.form{}

.form h3{
    font-size:87.5%;
    padding:3px 5px;
    margin:10px 0 5px 0;
    border-left:5px solid #e70000;
}

.form textarea{
    width:98%;
}

.form dl{
    border-top:2px solid #d8d8d8;
    border-bottom:2px solid #d8d8d8;
    padding:10px 0;
    margin:5px 0 0 0;
}

.form dt{
    font-size:75%;
    font-weight:bold;
    margin:0 0 7px 0;
}

.form dd{
    font-size:75%;
    line-height:150%;
    padding:0 0 7px 0;
    margin:0 0 7px 0;
    border-bottom:1px dotted #d8d8d8;
}

.form dd:last-child{
    padding:0;
    margin:0;
    border-bottom:none;
}

.nec{
    color:#ff0000;
    margin:0 3px;
}

.form dd .note{
    font-size:80%;
}

.form dd .note a{
    color:#e70000;
}

.form dd input[type="text"]{
    margin:3px;
}

.form dd label input{
    padding:2px;
    margin:0 3px 3px 0;
    position:relative;
}

.form dd.row label{
    width:48%;
    margin:0 5px 5px 0;
    float:left;
}

/*----- check form -----*/
.check_form{
    margin:20px 0 0 0;
}

.check_form h3{
    font-size:87.5%;
    padding:3px 5px;
    margin:10px 0;
    border-left:5px solid #e70000;
}

.check_form dt{
    font-size:75%;
    font-weight:bold;
    margin:0 0 5px 0;
}

.check_form dd{
    font-size:75%;
    line-height:150%;
    margin:0 0 15px 0;
}

/*----- error -----*/
.error{
    padding:10px;
    margin:10px auto;
    border:2px solid #ff0000;
}

.error .msg{
    font-size:87.5%;
    font-weight:bold;
    color:#ff0000;
    line-height:150%;
    padding:0 0 5px 20px;
    margin:0 0 10px 0;
    border-bottom:1px dashed #ff0000;
    background:url(img/alert.gif) no-repeat 0 3px;
    background-size:16px 14px;
}

.error ul{
    padding:0 10px;
}

.error li{
    color:#ff0000;
    font-size:75%;
    line-height:150%;
    padding:0 0 0 10px;
    background:url(img/arrow4.png) no-repeat 0 7px;
    background-size:4px 5px;
}

/*----- message -----*/
.comp dl{
    padding:20px;
}

.comp dt{
    font-size:75%;
    line-height:160%;
    margin:0 0 20px 0;
}

.comp dd{
    text-align:center;
}

.comp dd p a{
    font-size:75%;
    line-height:150%;
    display:inline;
    padding:0 0 0 15px;
    margin:0 10px;
    background:url(img/arrow1.png) no-repeat 0 0;
    background-size:12px 12px;
}
.button-complete{
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    border: 1px solid #fc7b03;
}
.button-redirect-market {
    background: #fff;
    color: #fc7b03;
}

.button-redirect-pay {
    background: #fc7b03;
    color: #fff;
}

/* module member
------------------------*/
.member{
    margin:0 5px;
}

.member h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.member .lnk{
    font-size:75%;
    margin:10px 0 0 0;
}

.ag{
    font-size:75%;
    font-weight:bold;
    margin:10px 0 0 0;
}

.ag input{
    margin:0 3px 0 0;
    position:relative;
}


/* module login
------------------------*/
.login{
    margin:0 5px;
}

.login h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.login h3{
    font-size:87.5%;
    padding:3px 5px;
    margin:0 0 5px 0;
    border-left:5px solid #e70000;
}

/*----- sns signup -----*/
.sns_signup{
    margin:20px 0;
}

.sns_signup .btn_login{
    width:50%;
    margin:0 auto 5px auto;
}


/* module contact
------------------------*/
.contact{
    margin:0 5px;
}

.contact h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}


/* module reminder
------------------------*/
.reminder{
    margin:0 5px;
}

.reminder h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents cart

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.cart{
    margin:0 5px;
}

.cart h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.cart .flow{
    margin:10px 0 20px 0;
}

/* module item list
------------------------*/
.cart .item_list{
    margin:0;
}

.cart .item_list li,
.order_info .item_list li{
    background:none;
}

.cart .item_list input[type="text"]{
    width:20%;
    padding:2px;
    margin:0 3px 0 0;
}

.cart .item_list .sbmt{
    display:inline;
}

.cart .item_list .reload input{
    font-size:100%;
    width:25%;
    background:linear-gradient(#bbb, #aaa);
}

.cart .btn{
    margin:0 0 10px 0;
}

/* module sum
------------------------*/
.sum{
    padding:10px 10px 5px 10px;
    margin:15px 0;
    border:1px solid #d8d8d8;
}

.sum table{
    width:100%;
}

.sum table th,
.sum table td{
    font-size:75%;
    padding:5px 0;
    text-align:right;
}

.sum table th{
    width:80%;
}

.sum table td span{
    color:#ff0000;
    font-weight:bold;
}

.cart .account{
    background:#f7f7f9;
}

/* module form
------------------------*/
.cart .form dl,
.cart .check_form dl{
    margin:0 0 15px 0;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents order info

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.order_info{
    margin:0 5px;
}

.order_info h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.order_info table.common{
    margin:0 0 10px 0;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents item search

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* module search
------------------------*/
.search{
    margin:0 5px 20px 5px;
}

.search h2{
    color:#fff;
    font-size:100%;
    padding:7px 0 7px 30px;
    background-color:#e70000;
    background-image:url(img/icon_search.png),url(img/arrow5.png);
    background-position:5px 50%,98% 50%;
    background-repeat:no-repeat;
    background-size:20px 20px,10px 6px;
}

.search dl{
    padding:5px;
    background:#fff;
    border:5px solid #f8f8f8;
}

.search dt{
    font-size:75%;
    font-weight:bold;
    margin:0 0 5px 0;
}

.search dd{
    font-size:75%;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    border-bottom:1px dotted #d8d8d8;
}

.search dd input[type="text"]{
    margin:3px;
}

.search dd label{
    margin:0 10px 0 0;
}

.search dd label input{
    padding:2px;
    margin:0 3px 3px 0;
    position:relative;
}

.search dd.row label{
    width:48%;
    margin:0 5px 5px 0;
    float:left;
}

/* module page navi
------------------------*/
.page_navi{
    margin:5px 0 0 0;
}

.page_navi ul{
    text-align:center;
}

.page_navi li{
    font-size:75%;
    display:inline;
}

.page_navi li span{
    color:#fff;
    display:inline-block;
    padding:6px 10px;
    background-color:#898989;
    border:1px #bbb solid;
    font-weight:bold;
}

.page_navi li a{
    color:#878787;
    display:inline-block;
    padding:6px 10px;
    border:1px #bbb solid;
}

.page_navi .paging-small a, .page_navi .paging-small span {
    padding:6px 3px !important;
    font-size: 10px !important;
}

.page_navi li a:active{
    color:#fff;
    border-color:#bbb;
    background-color:#bbb;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents item list

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.item_list{
    margin:0 5px;
}

.item_list span{
    line-height:130%;
    font-size:90%;
}

.item_list h2{
    font-size:87.5%;
    height:28px;
}
.item_list h2 strong{
    font-size:150%;
    color:#e70000;
    margin:0 5px 0 0;
}

.item_list .ex{
    margin:10px 0;
}

.item_list .btn{
    margin:10px 0;
}

.item_list li p span{
    font-size:80%;
    color:#fff;
    padding:0 7px;
    margin:0 5px 0 0;
    background:#202020;
    border-radius:20px;
}

.item_list li p .offi{
    background:#0173bc;
}

/* module item list
------------------------*/
/*----- list1 -----*/
ul.list{
    text-align:center;
}

.item_list ul.list{
    margin:5px 0 0 0;
}

ul.list li{
    width:48%;
    text-align:center;
    display:inline-block;
    margin:0 0 10px 0;
    vertical-align:top;
}

ul.list li:last-child{
    margin:0;
}

ul.list li p{
    font-size:75%;
    text-align:left;
    line-height:150%;
}

ul.list2{
    border:5px solid #f8f8f8;
    background:#fff;
    margin:5px 0 0 0;
}

ul.list2 li{
    padding:10px;
    border-bottom:5px solid #f8f8f8;
}

ul.list2 li:last-child{
    margin:0;
    border-bottom:none;
}

ul.list2 h3{
    font-size:87.5%;
    line-height:150%;
    margin:0 0 10px 0;
}

ul.list2 h3 a{
    display:block;
    padding:0 5% 0 0;
    background:url(img/arrow2.png) no-repeat right 50%;
    background-size:7px 11px;
}

ul.list2 li img{
    width:32%;
    margin:0 0 10px 0;
    float:left;
}

.img li h3{
    width:64%;
    margin:0 0 0 10px;
    float:left;
}


.list2 li table{
    width:100%;
    border-top:2px solid #d8d8d8;
    border-bottom:2px solid #d8d8d8;
    clear:both;
}

.list2 li th,
.list2 li td{
    font-size:75%;
    line-height:150%;
    padding:5px;
    border-bottom:1px dotted #d8d8d8;
}

.list2 li th{
    width:26%;
    background:#f7f7f9;
}

.list2 li td{
    background:#fff;
}

.item_info{
    margin:0 5px;
}

.item_info h2{
    color:#000000;
    font-size: 16px;
    font-weight: bold;
    line-height:150%;
}

.item-type{
    color: #2f2f2f;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 0;
}

.item_info .title{
    font-size:100%;
    margin:0 0 5px 0;
    border-bottom:1px solid #202020;
}

.item_info .title:first-letter{
    font-size:120%;
    color:#e70000;
}

.item_info .title span{
    font-size:68.75%;
    font-weight:normal;
    margin:0 0 0 10px;
}

.common-info{
    margin: 20px 0;
}

.item-cost-tax{
    float: left;
    font-size: 16pt;
    font-weight: bold;
    margin-right: 20px;
    color: #2f2f2f;
}

.common-info .btn_req{
    color: red;
    float: right;
}

.catch{
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}


.tags{
    margin: 10px 0;
}

.tags .tags-title{
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.tags a{
    margin: 10px 0;
    font-size: 11px;
    color: #999999;
}


.extra-section{
    width: 100%;
    margin: 20px 0;
}

.extra-section a{
    text-decoration: none;
}

.extra-section .title{
    font-size: 15pt;
    color: #2f2f2f;
    border: none;
}

.extra-section .title:first-letter {
    font-size: 15pt;
    color: #2f2f2f;
}


.extra-section .item{
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
}

.extra-section.color .item{
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    padding: 5px;
    outline: none;
}

.extra-section.color .item a{
    display: block;
    outline: none;
    overflow: hidden;
}

.extra-section.color .item.active{
    border: 1px solid red;
}

.extra-section.color .item img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.extra-section.size .item{
    width: 35px;
    height: 35px;
    border: 2px solid #efefef;
    border-radius: 50%;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
}

.extra-section.size .item:after{
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-transform: uppercase;
    color: #202020;
}

.extra-section.size .item.active{
    border-color: #202020;
    background-color: #202020;
}

.extra-section.size .item.active:after{
    color: #ffffff;
}

.extra-section.size .item:hover{
    border-color: #202020;
}

.extra-section .slider{
    padding: 0 20px;
}

.extra-section .slider img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.extra-section .slider .slick-arrow{
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
    background-color: transparent;
    border: 0 solid transparent;
    outline: none;
}
.extra-section .slider .slick-prev{
    left: 0;
    background-image: url('../img/l_arr.png');

}
.extra-section .slider .slick-next{
    right: 0;
    background-image: url('../img/r_arr.png');
}

.item-actions .qtty{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 56px;
    border: 2px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
}
.item-actions .qtty:after{
    content: '';
    display: block;
    clear: both;
}

.item-actions .qtty .qtty-input{
    display: block;
    border: 0 solid transparent;
    border-right: 2px solid #efefef;
    background-color: #ffffff;
    float: left;
    width: 65px;
    height: 52px;
    line-height: 50px;
    font-size: 12px;
    color: #777777;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.item-actions .qtty .qtty-input:after{
    content: attr(data-qtty);
    font-size: 12px;
    color: #777777;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-actions .qtty .qtty-arrows{
    float: left;
}

.item-actions .qtty .arr-up{
    display: block;
    border: 0 solid transparent;
    border-bottom: 2px solid #efefef;
    width: 29px;
    height: 25px;
    background-image: url("../img/arr_up.png");
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.item-actions .qtty .arr-down{
    display: block;
    border: 0 solid transparent;
    width: 29px;
    height: 25px;
    background-image: url("../img/arr_down.png");
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.item-actions .cart-btn{
    display: block;
    width: 100%;
    height: 56px;
    margin: 10px 0;
    font-size: 14px;
    color: #ffffff!important;
    background-color: #E70000;
    text-align: center;
    line-height: 56px;
    margin-right: 5px;
}

.item-actions .cart-btn.disabled{
    background-color: #cccccc;
    pointer-events: none;
}

.item-actions .fav-btn{
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 52px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
    margin-right: 5px;
    border: 2px solid #efefef;
    background-image: url("../img/fav.png");
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.item-actions .fav-btn.active{
    background-image: url("../img/fav_filled.png");
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal .modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 15px 25px;
    max-height: 600px;
    width: 70%;
}
.modal .modal-container .modal-close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 28px;
    color: #b8b8b8;
    line-height: 0;
    cursor: pointer; }
.modal .modal-container .modal-header {
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 500; }
.modal .modal-container .modal-body {
    padding: 15px 0;
    overflow-y: scroll;
    max-height: 380px; }

.modal-swap-item .items {
    /*width: 550px; */
}
.modal-swap-item .items .item,
.modal-swap-item .items .item-model,
.modal-swap-item .items .item-color {
    cursor: pointer;
    padding: 0;
    font-size: 12px;
    margin: 20px 0;
}

.modal-swap-item .items .item:after,
.modal-swap-item .items .item-model:after,
.modal-swap-item .items .item-color:after {
    content: '';
    display: block;
    clear: both;
}
.modal-swap-item .items .item .title,
.modal-swap-item .items .item-model .title,
.modal-swap-item .items .item-color .title {
    float: left;
    padding-left: 95px;
}
.modal-swap-item .items .item img,
.modal-swap-item .items .item-model img,
.modal-swap-item .items .item-color img {
    float: left;
    margin-right: -80px;
    width: auto;
    max-width: 80px;
    height: auto;
    max-height: 80px;
}
.modal-swap-item .items .item.active,
.modal-swap-item .items .item-model.active,
.modal-swap-item .items .item-color.active {
    border-color: #ff0201; }



/*----- loader -----*/

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.loader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    max-height: 600px; }

.loader-text {
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
}

.loader-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}
.loader-bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loader-bounce 500ms alternate infinite ease;
    animation: loader-bounce 500ms alternate infinite ease;
}

@-webkit-keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

/* module sns
------------------------*/
.sns{
    margin:0 0 10px 0;
}

.fb-like-box{
    background-color:#fff;
    margin:20px 0 0;
}

#social{
    display:inline;
    list-style:outside none none;
}

#social li{
    display:block;
    float:left;
    vertical-align:middle;
}

.tweet{
    width:100px;
}

/* module photo
------------------------*/
.item_info .photo{
    margin:0 auto 10px auto;
    position: relative;
    text-align: center;
    padding: 100px 0;
    min-height: 220px;
}

.item_info .photo ul{
    position: absolute;
    top: 5px;
    left: 5px;
}

.item_info .photo li{
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 10px 10px 0;
    border: 1px solid #ededed;
    overflow: hidden;
}

.item_info .photo #MainPhoto{
    width: 70%;
}

.item_info .photo .btn-create-design{
    background-color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: top;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
    color: #E40B18;
    text-align: center;
    border: 2px solid #efefef;
    width:110px;
    line-height:20px;
    padding-top:7px;
    background-image:none !important;
    text-indent:0px;
    font-weight: normal;
}

.item_info .photo .btn-create-design.disabled{
    color: #ffffff;
    pointer-events: none;
    border: 2px solid #cccccc;
    background-color: #cccccc;
}

.item_info .photo .change-btn{
    background-color: #ffffff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 45px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    margin-right: 5px;
    border: 2px solid #efefef;
    background-image: url("../img/change.png");
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.item_info .photo .change-btn.disabled{
    pointer-events: none;
    display: none;
}

.category{
    margin:15px 0 10px 0;
}

.category ul{
    margin:0 -4px -4px 0;
}

.category li{
    font-size:68.75%;
    text-align:center;
    width:46%;
    color:#fff;
    padding:3px;
    margin:0 4px 4px 0;
    background:#cecece;
    border:1px solid #cecece;
    float:left;
}

.category li a{
    color:#FFF;
}

/* module detail
------------------------*/
dl.detail{
    padding:10px 0;
    border-top:1px solid #202020;
    border-bottom:1px solid #202020;
    position:relative;
    zoom:1;
}

dl.detail dt,
dl.detail dd{
    font-size:75%;
    line-height:150%;
    text-align:left;
    margin:5px 0;
}

dl.detail dt{
    width:30%;
    font-weight:bold;
    position:absolute;
}

dl.detail dd{
    padding:0 0 0 33%;
}

dl.detail dd span.red{
    color:#F00;
    font-weight:bold;
}

dl.detail dd textarea{
    width:90%;
}


/* module profile
------------------------*/
.profile{
    padding:10px;
    margin:20px 0 0 0;
    border:1px solid #202020;
    border-radius:3px;
    position:relative;
}

.profile .photo{
    width:25%;
    float:left;
    padding: 10px 0;
    min-height: 0px;
}

.profile .info{
    width:68%;
    margin:0 0 0 15px;
    float:left;
}

.profile .info .name{
    font-size:87.5%;
    font-weight:bold;
    margin:15px 0;
}

.profile .info .name span{
    font-size:80%;
    color:#fff;
    padding:3px 7px;
    margin:0 5px 0 0;
    background:#202020;
    border-radius:20px;
}

.profile .info .name .offi{
    background:#0173bc;
}

.profile .ex{
    clear:left;
}

/* module design
------------------------*/
.design{
    margin:20px 0 0 0;
}

#slider{
    width:100%;
}

.jCarousel{
    width:100%;
}

.new_item,
.reco_item{
    margin:15px 0 0 0;
}

.new_item h2,
.reco_item h2{
    font-size:100%;
    padding:0 5px;
    margin:0 0 5px 0;
}

.new_item h2:first-letter,
.reco_item h2:first-letter{
    font-size:120%;
    color:#e70000;
}

.new_item h2 span,
.reco_item h2 span{
    font-size:68.75%;
    font-weight:normal;
    margin:0 0 0 10px;
}

/* module ranking
------------------------*/
.ranking{
    margin:15px 0 0 0;
}

.ranking h2{
    font-size:100%;
    padding:0 5px;
    margin:0 0 5px 0;
}

.ranking h2:first-letter{
    font-size:120%;
    color:#e70000;
}

.ranking h2 span{
    font-size:68.75%;
    font-weight:normal;
    margin:0 0 0 10px;
}

.ranking li .rank1,
.ranking li .rank2,
.ranking li .rank3,
.ranking li .rank4,
.ranking li .rank5{
    width:25px;
    height:14px;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
    margin:5px 0 0 0;
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:25px 14px;
}

.ranking li .rank1{
    background-image:url(img/icon_rank1.png);
}

.ranking li .rank2{
    background-image:url(img/icon_rank2.png);
}

.ranking li .rank3{
    background-image:url(img/icon_rank3.png);
}

.ranking li .rank4{
    background-image:url(img/icon_rank4.png);
}

.ranking li .rank5{
    background-image:url(img/icon_rank5.png);
}

/* module top news
------------------------*/
.top_news{
    margin:10px 5px 0 5px;
}

.top_news h2{
    font-size:87.5%;
    padding:10px 5px 10px 25px;
    margin:10px 0 0 0;
    background:url(img/icon_rss.png) no-repeat 5px 50%;
    background-size:15px 15px;
    border:1px solid #cacaca;
}

.top_news h2 span{
    color:#878787;
    font-size:80%;
    margin:0 0 0 5px;
}

.top_news dl.news_list{
    padding:10px;
    border-left:1px solid #cacaca;
    border-right:1px solid #cacaca;
    border-bottom:1px solid #cacaca;
}

.news{
    margin:0 5px;
}

.news h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

dl.news_list{}

dl.news_list dt,
dl.news_list dd{
    font-size:75%;
}

dl.news_list dt{
    font-weight:bold;
    margin:0 0 5px 0;
}

dl.news_list dd{
    padding:0 0 5px 0;
    margin:0 0 5px 0;
    border-bottom:1px dotted #cacaca;
}

dl.news_list dd:last-child{
    padding:0;
    margin:0;
    border:none;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents about

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.about{
    margin:0 5px;
}

.about h3{
    font-size:87.5%;
    color:#fff;
    padding:10px;
    margin:0 0 10px 0;
    background:#292929;
}

.about .top_info{}

.about .top_info h2{
    margin:0 0 5px 0;
}

.about .top_info .text{
    font-size:75%;
    line-height:160%;
}

.a_01,
.a_02,
.a_03,
.a_04{
    margin:20px 0 0 0;
}

.a_01{
    padding:0 0 60% 0;
    background:url(img/a_01_bg.gif) no-repeat center bottom;
    background-size:30% auto;
}

.a_02 .lnk{
    font-size:75%;
}

.a_03 ul{
    margin:20px 0 0 0;
}

.a_03 li{
    margin:0 0 20px 0;
}

.a_03 li h4{
    font-size:87.5%;
    color:#01619f;
    line-height:150%;
    padding:0 5px;
    margin:0 0 10px 0;
    border-left:5px solid #01619f;
}

.a_03 .img{
    width:50%;
    margin:0 auto 10px auto;
}

.a_04 .img{
    margin:20px 0 0 0;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents guide

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.guide{
    margin:0 5px;
    padding-bottom: 30px;
}

.guide h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.guide h4{
    font-size:87.5%;
    padding:3px 5px;
    margin:0 0 10px 0;
    border-left:5px solid #e70000;
}

.guide .img{
    margin:10px 0 0 0;
}

.guide .lnk{
    font-size:75%;
}

/* module sub menu
------------------------*/
.sub_menu{
    padding:5px;
    margin:0 0 10px 0;
    background:#f8f8f8;
}

.sub_menu ul{
    margin:0 -5px -5px 0;
}

.sub_menu li{
    width:48%;
    margin:0 5px 5px 0;
    float:left;
}

.sub_menu li a{
    font-size:68.75%;
    text-align:center;
    text-decoration:none;
    color:#fff;
    padding:5px;
    display:block;
    background:#b0b0b0;
}

.sub_menu li a:hover{
    background:#292929;
}

.sub{
    margin:0 0 30px 0;
}

.sub:last-child{
    margin:0;
}

.sub h5{
    font-size:75%;
    line-height:150%;
    padding:3px 5px;
    margin:0 0 5px 0;
    background:#d8d8d8;
}

.sub .price{
    height:200px;
    padding:0 10px 0 0;
    margin:0 0 10px 0;
    overflow:auto;
}

.sub table{
    width:100%;
    border-collapse:collapse;
    border-top:2px solid #d8d8d8;
    border-bottom:2px solid #d8d8d8;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
}

.sub table th,
.sub table td{
    font-size:75%;
    line-height:150%;
    text-align:center;
    padding:7px;
    background:#fff;
    border-right:1px dotted #d8d8d8;
}

.sub table .even th,
.sub table .even td{
    background:#f8f8f8;
}

.sub table th{
    width:70%;
}

/* module flow
------------------------*/
.guide .flow li{
    margin:0 0 20px 0;
    padding:0 0 50% 0;
    background-repeat:no-repeat;
    background-position:center bottom;
    background-size:50% auto;
}

.guide .flow li p{
    font-size:75%;
    line-height:170%;
}

.guide .flow li p strong{
    color:#01619e;
    display:block;
    margin:10px 0 0 0;
}

/*----- tab1 flow -----*/

.guide #tab1 .flow .step1{
    background-image:url(img/buy_step1_bg.gif)
}

.guide #tab1 .flow .step2{
    background-image:url(img/buy_step2_bg.gif)
}

.guide #tab1 .flow .step3{
    background-image:url(img/buy_step3_bg.gif)
}

.guide #tab1 .flow .step4{
    background-image:url(img/buy_step4_bg.gif)
}

.guide #tab1 .flow .step5{
    padding:0 0 15% 0;
    background-image:url(img/buy_step5_bg.gif)
}

/*----- tab2 flow -----*/
.guide #tab2 .flow .step1{
    background-image:url(img/sell_step1_bg.gif)
}

.guide #tab2 .flow .step2{
    background-image:url(img/sell_step2_bg.gif)
}

.guide #tab2 .flow .step3{
    background-image:url(img/sell_step3_bg.gif)
}

.guide #tab2 .flow .step4{
    background-image:url(img/sell_step4_bg.gif)
}

/*----- step -----*/
.guide .flow li span{
    font-size:68.75%;
    color:#fff;
    text-align:center;
    display:block;
    padding:3px 5px;
    margin:0 0 5px 0;
    background:#292929;
}

.faq > h3 {
    border-bottom: 2px solid #e70000;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 4px 0 8px;
    margin: 20px 0;
    display: block !important;
}
.faq > .info{
    display:block !important;
    margin-bottom:10px !important;
}
.faq h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.faq li{
    padding:0 5px 5px 5px;
    margin:0 0 10px 0;
    border-bottom:1px dotted #e0e0e0;
}

.faq li h3{
    font-size:87.5%;
    line-height:150%;
    padding:2px 0 2px 25px;
    background:url(img/icon_q.gif) no-repeat 0 4px;
    background-size:20px 18px;
}

.faq li p{
    font-size:75%;
    line-height:160%;
    padding:0 0 0 17px;
    margin:10px 0 10px 0;
    background:url(img/icon_a.gif) no-repeat 0 3px;
    background-size:12px 11px;
}

/*----- table -----*/
.faq li table.common{
    width:100%;
}

.faq li table.common th{
    width:47%;
}

.faq li table.common td{
    width:53%;
}

/*----- info -----*/
.faq .info{
    font-size:75%;
    line-height:150%;
    text-align:center;
    padding:30px;
    margin:10px 0 0 0;
    background:#f8f8f8;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents design guide

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.d_guide{
    margin:0 5px;
}

.d_guide h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 10px 0;
    background:#e70000;
}

.d_guide ul{}

.d_guide li{
    min-height:40px;
    font-size:75%;
    line-height:150%;
    padding:0 0 10px 50px;
    margin:0 0 10px 0;
    border-bottom:1px dashed #d8d8d8;
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:40px 40px;
}

.d_guide li:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}


.d_guide li.d_01{
    background-image:url(img/icon_d01.gif);
}

.d_guide .d_02{
    background-image:url(img/icon_d02.gif);
}

.d_guide .d_03{
    background-image:url(img/icon_d03.gif);
}

.d_guide .d_04{
    background-image:url(img/icon_d04.gif);
}

.d_guide .d_05{
    background-image:url(img/icon_d05.gif);
}

.d_guide .d_06{
    background-image:url(img/icon_d06.gif);
}

.d_guide .d_07{
    background-image:url(img/icon_d07.gif);
}

.d_guide .d_08{
    background-image:url(img/icon_d08.gif);
}

.d_guide .d_09{
    background-image:url(img/icon_d09.gif);
}

.d_guide .d_10{
    background-image:url(img/icon_d10.gif);
}

.d_guide .d_11{
    background-image:url(img/icon_d11.gif);
}

.d_guide .d_12{
    background-image:url(img/icon_d12.gif);
}

.d_guide .d_13{
    background-image:url(img/icon_d13.gif);
    background-size:41px 18px;
}






/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents policy

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.policy{
    margin:0 5px;
}

.policy h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.policy ul{
    margin:20px 5px 20px 0;
}

.policy li{
    font-size:75%;
    line-height:160%;
    margin:0 0 20px 0;
}

.policy li:last-child{
    margin:0;
}

.policy li ul.sub{
    margin:10px 0 0 30px;
}

.policy li ul.sub li{
    font-size:100%;
    list-style:decimal;
    margin:0;
}

.policy li ul.sub li ul{
    margin:5px 0 5px 20px;
}

.policy li ul.sub li li{
    list-style:lower-alpha;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents policy sell

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.policy_sell{
    margin:0 5px;
}

.policy_sell h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.policy_sell ul{
    margin:10px 0 0 25px;
}

.policy_sell li{
    font-size:75%;
    line-height:160%;
    list-style:decimal;
    margin:0 0 10px 0;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents tool

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.tool{
    margin:0 5px;
}

.tool h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.s_navi li{
    border-bottom:1px solid #d8d8d8;
}

.s_navi li:first-child{
    border-top:1px solid #d8d8d8;
}

.s_navi li a{
    font-size:75%;
    color:#333;
    display:block;
    padding:10px;
    background:url(img/arrow2.png) no-repeat 98% 50%;
    background-size:7px 11px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #member contents

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#member{}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents bookmark list

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.bookmark_list{
    margin:0 5px;
}

.bookmark_list h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}


/* module btn delete
------------------------*/
.btn_delete{
    width:15px;
    margin:10px 0 0 0;
}

.btn_delete a{
    text-indent:-9999px;
    display:block;
    overflow:hidden;
    background:url(img/icon_delete.png) no-repeat 0 0;
    background-size:15px 15px;
}

.report_list{
    margin:0 5px;
}

.report_list h2{
    font-size:87.5%;
    height:28px;
    padding:10px 0 0 10px;
    border-bottom:1px solid #202020;
    border-top:1px solid #202020;
}
.mydesign{
    margin:0 5px;
}

.mydesign h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}


.mydesign_info{
    margin:0 5px;
}

.mydesign_info h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.mydesign_info dl.detail{
    margin:10px 0;
}

.mydesign_info table.common{
    margin:0 0 15px 0;
}

.password{
    margin:0 5px;
}

.password h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents member delete

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.delete{
    margin:0 5px;
}

.delete h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 campaign

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* f_day_2015
------------------------*/
#f_day_2015 h2{
    display:none;
}
#f_day_2015 p{
    margin:-3px 0 0 0;
}

/* tshirt_fb_2015
------------------------*/
#tshirt_fb_2015{
    background-color:#FBB03B;
    padding-bottom:25px;
}
#tshirt_fb_2015 h2{
    display:none;
}

.btn01_tshirt_fb_2015,.tshirt_fb_2015_09{
    margin:-3px 0 0 0;
}

.b_c{
    margin:0 10px;
}

.b_c h2{
    display:none;
}

.b_c h3{
    font-size:87.5%;

    padding:10px;
    margin:0 0 10px 0;
    background-color:#F00;
    color:#FFF;
}

.b_c_tag{
    margin:30px 0 0 0;
}
/* s_fes2015
------------------------*/
.s_fes2015_03{
    padding:15px 0 0 0;
}
.s_fes2015_04{
    padding:25px 0 0 0;
}
.s_fes2015_05{
    padding:30px 0 0 0;
}
.s_fes2015_06{
    padding:30px 0 0 0;
}
.btn01_s_fes2015{
    height:150px;
}
.tt img{
    padding:15px 0 0 0;
}
.s_fes2015_text01{
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size:100%;
    padding:10px 0 0 0;
    font-weight:bolder;
}
.s_fes2015_text02{
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size:100%;
    padding:10px 0 0 0;
    font-weight:bolder;
    text-align:center;
}
.tshirt_p_st01{
    color:#0094FF;
    font-size:120%;
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-weight:bold;
    padding:7px;
    text-align:center;
    margin:20px 0 0 0;
    border:dotted #000;
}
.tshirt_p_st02{
    color:#ED1C24;
    font-size:120%;
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-weight:bold;
    padding:7px;
    text-align:center;
    margin:20px 0 0 0;
    border:dotted #000;
}

.halloween2015_st01{
    color:#fff;
    font-size:110%;
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-weight:bold;
    padding:7px;
    background:#FF5B00;
    text-align:center;
    margin:20px 0 0 0;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents item_detail

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.item_detail{
    margin:0 5px;
}

.item_detail h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.item_detail ul{
    margin:10px 0 0 0;
}

.item_detail li{
    width:150px;
    height:300px;
    border:1px solid;
    float:left;
    margin:10px 0 0 10px;
    font-size:90%;
    line-height:120%;
    padding:0 0 10px 0;
}

.item_detail  h3{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#3CF;
}

.item_detail li p{
    font-size:80%;
    line-height:100%;
    padding:0 0 0 5px;
    margin:10px 0 10px 0;
    background-size:12px 11px;
}


.item_detail li a{
    border-bottom:thin #00F;
    color:#00F;
}
.item_detail li a:hover{
    background-position:0 -500px;
}
.item_detail li span{
    color:#F00;
    font-size:130%;
}




.item_manual{
    margin:0 5px;
}

.item_manual h2{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#e70000;
}

.item_manual h3{
    color:#fff;
    font-size:87.5%;
    padding:7px;
    margin:0 0 5px 0;
    background:#3CF;
}

.item_manual_box01{
    margin:10px 0 0 0;
}

.item_manual_box01 li{
    line-height:25px;

}

.box01_right{

}

.color_list{
    width:350px;
    margin-bottom:20px;
}

.color_list li{
    width:100px;
    height:135px;
    float:left;
    margin:10px 0 15px 4px;
    font-size:80%;

}
.color_list li p{
    padding:10px 0 0 0;
    text-align:center;

    margin:10px 0 10px 0;


}

.s_item_detail{
    width:350px;
}

.s_item_detail li{
    width:100px;
    float:left;
    margin:10px 0 0 4px;
    font-size:80%;
    line-height:140%;
}
.s_item_detail div{
    width:135px;
    height:135px;

}
.s_item_detail img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.s_item_detail li p{
    padding:5px 0 0 0;
    text-align:center;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 tp

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.b_c h3{
    font-size:87.5%;
    padding:10px;
    margin:0 0 10px 0;
    background-color:#F00;
    color:#FFF;
}

.tp{
    margin:0 10px;
}
.tp_title01{
    font-size:150%;
    line-height:140%;
    color:#E70000;
    border-bottom:double #E70000;
    border-width:5px;
    margin:20px 0 0 0;
}
.tp_title02{
    font-size:120%;
    line-height:120%;
    font-weight:bold;
    color:#00A1E9;
    margin:20px 0 0 0;
}
.tp_box01{
    width:100%;
    margin:20px 0 0 0;
}
.tp_box01 li{
    width:100%;
    line-height:25px;
}
.tp_ranking{
    width:100%;
    margin:10px 0 0 0;
}
.tp_text01{
    font-size:140%;
    font-weight:bold;
    padding:10px;
    margin:0 0 10px 0;
    background-color:#00A1E9;
    color: white;
    margin:6px 0 0 0;
}
.tp_textbox{
    margin:10px 0 0 0;
    line-height:25px;
}
.btn01_tp img{
    padding:15px 0 0 0;
}
.tp_ranking{
    margin:10px 0 0 0;
}
.tp_ranking li{
    width:150px;
    height:230px;
    border:1px solid;
    float:left;
    margin:10px 0 0 10px;
    font-size:90%;
    line-height:120%;
    padding:0 0 10px 0;
}
.tp_ranking li p{
    font-size:80%;
    line-height:100%;
    padding:0 0 0 5px;
    margin:10px 0 10px 0;
    background-size:12px 11px;
}
.tp_ranking li a{
    border-bottom:thin #00F;
    color:#00F;
}
.tp_ranking li a:hover{
    background-position:0 -500px;
}
.tp_ranking li span{
    color:#F00;
    font-size:130%;
}


.comic_m2015_text_red{
    color:#ED1C24;
    font-size:150%;
    padding:20px 0 0 0;
}
.comic_m2015_text_blue{
    color:#0094FF;
    font-size:150%;
    padding:20px 0 0 0;
}

ul.list2 li img.cart_image{
    width:25%;
}

.cart_mes{
    margin-top:20px;
    margin-bottom:10px;
    font-size:80%;
    color:#999;
}

.btn_again a{
    background-image: url(../img/btn_again.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 21px;
    width: 110px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.btn_again a:hover {
    background-image: url(../img/btn_again.png);
    background-repeat: no-repeat;
    background-position: 0px -22px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 21px;
    width: 110px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

/* wiki-block begin */
.wiki-block-sp{
    overflow: hidden;
    margin-bottom:30px;
}
.wiki-block-sp .wiki-sp-image{
    display:block;
    width:100%;
}
.wiki-block-sp .visibility-hidden{
    display:none;
}
#wiki-sp-box01{
    overflow:hidden;
    margin:0 auto;
    max-width:640px;
}
#wiki-sp-box02{
    overflow:hidden;
    position:relative;
    margin:-14px auto 20px;
    max-width:640px;
}
#wiki-sp-box03{
    overflow:hidden;
    margin:0 auto;
    max-width:640px;
}
.wiki-block-sp .btn-with-wiki{
    display:block;
    margin-bottom:25px;
}
.wiki-sp-title{
    margin:0 auto;
    overflow:hidden;
    text-indent:-9999px;
}
#wiki-sp-box03 .wiki-sp-title{margin-bottom:20px;}
#wiki-sp-box03 .image{
    margin-bottom:22px;
}
#wiki-sp-box03 .btn-beginning{
    display:block;
    height:50px;
    background:url(img/btn-wiki-beginning.png) no-repeat 50% 0;
    background-size: auto 50px;
    text-indent:-9999px;
    overflow:hidden;
    margin-bottom:10px;
}
#wiki-sp-box03 .btn-beginning-add{
    display:block;
    height:54px;
    background:url(img/btn-wiki-beginning-add.png) no-repeat 50% 0;
    background-size: auto 50px;
    text-indent:-9999px;
    overflow:hidden;
    margin-bottom:14px;
}
#wiki-sp-box04{
    overflow:hidden;
    background:#ffc926;
    padding:18px 0 5px;
}
#wiki-sp-box04 .btn-push{
    display:block;
    background:url(img/wiki-btn-push.png) no-repeat 50% 0;
    background-size: auto 55px;
    height:55px;
    margin:0 0 6px;
    text-indent:-9999px;
}
#wiki-sp-box04 .image{
    margin:0 auto 12px;
    width:234px;
}
#wiki-sp-box04 .image img{
    display:block;
    width:100%;
}
#wiki-sp-box04 h2{
    background:#cf5135 url(img/title-wiki-sp03.png) no-repeat 50%;
    background-size: auto 33px;
    height:66px;
    overflow:hidden;
    text-indent:-9999px;
    margin:0;
}
#wiki-sp-box05{
    overflow:hidden;
    padding:30px 0 0;
}
#wiki-sp-box05 .title-text01{
    margin:0 0 16px;
    background:url(img/title-wiki-sp04.png) no-repeat 50% 0;
    background-size: auto 34px;
    text-indent:-9999px;
    height:34px;
}
#wiki-sp-box05 .image{
    position:relative;
    padding:0 4px 0 2px;
    margin-bottom:30px;
}
#wiki-sp-box05 .image-wiki-holder{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    overflow:hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#wiki-sp-box05 .image-wiki-holder a{
    display:block;
    overflow:hidden;
    text-indent:-99999px;
    margin-left:12px;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
#wiki-sp-box05 .image-wiki-holder a:first-child{margin:0;}
#wiki-sp-box05 .image img{
    display:block;
    width:100%;
}
#wiki-sp-box05 .title-text02{
    margin:0 0 28px;
    background:url(img/title-wiki-sp05.png) no-repeat 50% 0;
    background-size: auto 46px;
    text-indent:-9999px;
    height:46px;
}
#wiki-sp-box06{
    overflow:hidden;
    background:#fff8f5;
    padding:13px 5px 30px;
}
#wiki-sp-box06 .wiki-sp-box06-text{
    margin:0 12px 20px;
    font-size:8px;
    line-height:12px;
    color:#000;
}
#wiki-sp-box06 .btn-contact{
    width:262px;
    font-size:16px;
    line-height:38px;
    color:#fff;
    font-weight:bold;
    display:block;
    margin:0 auto 24px;
    background:#e9464d;
    overflow:hidden;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    text-align:center;
    text-decoration:none;
}
#wiki-sp-box06 .btn-contact:after{
    content:'';
    display:inline-block;
    width:27px;
    height:27px;
    background:url(img/wiki-icon.png) no-repeat;
    background-size:27px;
    vertical-align:middle;
    margin-left:18px;
}
.box-info-wikipedia{
    background:#81e4c0;
    overflow:hidden;
    margin-bottom:26px;
    padding:16px 7px 7px;
}
.box-info-wikipedia .box-info-wikipedia-holder{
    position:relative;
    border:4px solid #c6f3e3;
    padding:18px 14px;
    margin-bottom:6px;
}
.box-info-wikipedia .box-info-wikipedia-holder:after{
    content:'';
    position:absolute;
    top:4px;
    bottom:4px;
    left:3px;
    right:3px;
    border:1px solid #d9f7ec;
}
.box-info-wikipedia .box-info-wikipedia-holder h2{
    margin:0 0 7px;
    font-size:8px;
    line-height:12px;
    font-weight:normal;
    color:#060606;
}
.box-info-wikipedia .box-info-wikipedia-holder p{
    margin:0;
    font-size:8px;
    line-height:16px;
    font-weight:normal;
    color:#060606;
}
.box-info-wikipedia > .bottom{
    overflow:hidden;
    text-align:right;
    font-size:7px;
    line-height:12px;
    color:#fff;
}
#wiki-sp-box06 .tag-box{
    overflow:hidden;
}
#wiki-sp-box06 .tag-box .tag-box-title{
    overflow:hidden;
    background:url(img/title-wiki-sp06.png) no-repeat;
    background-size:auto 28px;
    text-indent:-99999px;
    height:28px;
    margin:0 0 14px;
}
#wiki-sp-box06 .frame{
    overflow: hidden;
    margin: 0 0 10px;
    background: white;
    border: 1px solid #f49d9f;
    padding:22px 12px;
    font-size:8px;
    line-height:18px;
}
#wiki-sp-box06 .frame a{
    font-size:8px;
    line-height:18px;
    color:#060606;
    text-decoration:none;
    display:inline-block;
    vertical-align:top;
}
#wiki-sp-box06 .bottom-link{
    overflow:hidden;
}
#wiki-sp-box06 .bottom-link a{
    float:right;
    font-size:8px;
    line-height:20px;
    color:#060606;
    text-decoration:none;
    border-bottom:1px solid #060606;
    white-space:nowrap;
}
#wiki-sp-box06 .bottom-link a:before{
    display:inline-block;
    content:"";
    background:url(images/wiki-icon01.png) no-repeat;
    background:url(img/wiki-icon01.png) no-repeat;
    background-size:auto 7px;
    width:9px;
    height:7px;
    margin-right:2px;
}
/* wiki-block end */

.report-time-custom {
    color: #009dff !important;
}

#btn-edit-store-info a {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

#btn-edit-store-info {
    text-align: center;
}

.btn-preview-custom {
    text-align: center;
    margin-bottom: 10px;
}

.btn-preview-custom .btn_delivery {
    padding: 20px 25px;
    border-radius: 5px;
    border: none;

    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #fff;

    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
}

.btn-preview-custom .btn_delivery:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 3px #525252;
}

.btn-preview-custom .btn_preview {
    background-color: #269fc2;
}

.btn-preview-custom .btn_download {
    background-color: red;
}

.btn-preview-custom .btn_delivery span {
    display: inline-block;
    /*padding-right: 26px;*/
    position: relative;
}

.btn-preview-custom .btn_delivery span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

.btn-preview-custom .btn {
    display: inline-block;
    width: auto;
    position: relative;
}

#footer .wrap.link-to-tmix, .link-to-tmix  {
    width: 100%;
    clear: both;
    color: white;
    border: none;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center !important;
}

.link-to-tmix a {
    color: white !important;
}

/* share button */
.btn-share-box{
    margin-bottom: 20px;
}

.btn_share a{
    background: #E70204;
    width:60%;
    height:50px;
    overflow:hidden;
    display:inline-block;
    border-radius: 3px;
    color: white !important;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
}

.btn_share a:hover{
    background: black;
}
.none {
    display: none;
}

.right-text{
    padding: 30px 40px 0px 40px;
}

.right-text .title-text{
    margin: 45px 0px;
    font-weight: bold;
}

.right-text .description{
    margin: 0px 0px 10px;
}

.right-text ul{
    margin: 30px 0px 50px 0px;
}

.text-bottom{
    clear: both;
    padding: 60px 0px 140px 0px;
}

.text-bottom .left-text{
    display: flex;
    width: 100%;
}

.right-text ul li{
    padding: 5px 0px;
    font-size: 14px
}

.right-text .btn-purchase {
    background: #ff2100;
    border-radius: 35px;
    height: 45px;
    margin: 0 auto;
    width: 100%;
    max-width: 357px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
}

.left-text img {
    width: 100%;
}

.item_info .item-text-name{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    text-align: center;
    padding: 0 20px;
}
.button-download-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


/* css pay_comp page*/
.image-comp {
    display: block;
    margin: 20px auto;
}

.button-share-box {
    width: 100%;
    position: relative;
    margin: 10px auto 45px;
}

.img-button-share {
    display: block;
    position: absolute;
    width: 40%;
}

.text-question {
    font-size: 80%;
    font-weight: bold;
    margin-top: 60px;
    color: #4194b4;
}

.border-div-comp {
    padding-bottom: 15px;
    border-bottom: 3px solid #00aade;
    width: 90%;
    margin: 0 auto 20px;
    position: relative;
}
.border-div-comp:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 1px solid transparent;
    border-top: 25px solid #00aade;
    position:absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.border-div-comp:after {
    content:'';
    width:0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 1px solid transparent;
    border-top: 25px solid #fff;
    position:absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-12px);
}

.mySlides {display: none}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 12px 16px;
    margin-top: -22px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    background-color: #d4d4d4;
}


.next {
    right: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.hidden{
    display: none;
}

.fade-pay {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.image-slide {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.slideshow-container {
    width: 95%;
}

@-webkit-keyframes fade-pay {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade-pay {
    from {opacity: .4}
    to {opacity: 1}
}


@media only screen and (max-width: 300px) {
    .prev, .next {font-size: 11px}
}


/*reward page*/

.reward-content a {
    color: #bc2123 !important;
}

.reward-content h1 {
    text-align: left;
}

.reward-content table {
    background: #fff;
    margin: 30px 0;
    width: 100%;
    border-radius: 5px;
}

.reward-content table caption {
    caption-side: top;
}

.reward-content table td {
    vertical-align: middle;
    border: 0px;
}

.reward-content .list-reward-table {
    border-radius: 0;
}

.reward-content .list-reward-table thead {
    background: #eceeef;
}

.reward-content .form-select-year {
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: flex-end;
}

.reward-content .form-select-year select {
    width: 90px;
    float: right;
}