@charset "utf-8";

/* default style reset
------------------------*/
body,div,dl,dt,dd,ul,li,ol,
h1,h2,h3,h4,h5,form,p,table,th,td,
address,input{
	margin:0;
	padding:0;
}

body{
	line-height:1;
}

a img,img{
	border:0;
}
.mt-60{
  margin-top: 60px;
}
table{
    border-collapse:collapse;
   	border-spacing:0;
}

caption,th{
    text-align:left;
}

ul,li,ol,li{
	list-style:none;
}

a{
	color:#202020;
}

a:hover{
	text-decoration:none;
}

address{
	font-style:normal;
}

iframe{
	border:0;
}

textarea{
	width:98%;
}

/* clearfix
------------------------*/
.clearfix{
	/zoom:1; /*IE7*/
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

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

#wrapper{
	width:100%;
	margin:0 auto;
	background:#fff;
	position:relative;
}

#header{
	height:245px;
	background:url(img/header_bg.gif) repeat-x 0 0;
}

#contents{
	max-width: 1140px;
	margin:60px auto 0 auto;
  padding-right: 15px;
  padding-left: 15px;
	position: relative;
}

#footer{
	width:100%;
	padding:20px 0 0 0;
	background:#f8f8f8;
}


/* module contents
------------------------*/
#main{
	width:850px;
	margin: auto;
}

#side{
	width:200px;
	float:left;
}

.column1 #main{
	width:1080px;
}


/* module head
------------------------*/
.head{
	width:1080px;
	height:155px;
	margin:0 auto;
}

/*----- logo -----*/
#logo{
	width:170px;
	float:left;
}

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

.logo_box{
	width:520px;
	margin:40px 0 0 0;
	float:left;
	clear:both;
}

h1{
	font-size:75%;
	line-height:195%;
	margin:20px 0 0 180px;
}

/*----- h_contact -----*/
#h_contact{
	margin:35px 0 0 0;
	float:right;
}

#h_contact p{
	float:left;
	margin:0 0 0 20px;
}

#h_contact .tel{
	width:260px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/h_tel.gif) no-repeat 0 0;
}

#h_contact .btn_contact{
	margin-top:13px;
}

#h_contact .btn_contact a{
	width:120px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/btn_contact.gif) no-repeat 0 0;
}

#h_contact .btn_contact a:hover{
	background-position:0 -28px;
}

/*----- social_bana -----*/
#social_bana{
	/width:550px;
	margin:5px 0 0 0;
	float:right;
	clear:right;
}

#social_bana a{
	width:550px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/social.gif) no-repeat 0 0;
}

#social_bana a:hover{
	background-position:0 -25px;
}


/* module header login
------------------------*/
#h_login{
	/width:360px;
	margin:5px 0 0 0;
	float:right;
	clear:right;
}

#h_login p{
	margin:0 0 0 10px;
	float:left;
}

#member #h_login{
	width:auto;
	/width:456px;
	margin:20px 0 0 0;
	/clear:both;
}

/*----- btn btn_member -----*/
.btn_member{
	width:190px;
	float:right;
}

.btn_member a{
	width:190px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/btn_member.gif) no-repeat 0 0;
}

.btn_member a:hover{
	background-position:0 -35px;
}



/*----- btn login -----*/
.btn_login{
	width:190px;
	float:right;
}

.btn_login a{
	width:190px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/btn_login.gif) no-repeat 0 0;
}

.btn_login a:hover{
	background-position:0 -35px;
}

/*----- btn cart -----*/
.btn_cart{
	width:150px;
	float:right;
	position:relative;
}

.btn_cart a{
	width:150px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background: url(img/h_cart.gif) no-repeat 0 0;
}

.btn_cart span{
	color:#202020;
	font-size:87.5%;
	font-weight:bold;
	position:absolute;
	top:11px;
	right:10px;
}

.btn_cart a:hover{
	background-position:0 -35px;
}

/*----- menu -----*/
#menu{
	z-index:50;
	position:relative;
}

#menu li{
	margin:0 0 0 10px;
	position:relative;
	float:left;
}

#menu li.h_cart a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#menu li.h_cart a{
	width:150px;
	height:35px;
	background: url(img/h_cart.gif) no-repeat 0 0;
}

#menu li.h_cart span{
	color:#202020;
	font-size:87.5%;
	font-weight:bold;
	position:absolute;
	top:11px;
	right:10px;
}

#menu li.h_cart a:hover{
	background-position:0 -35px;
}

#menu li.h_bookmark a{
	color:#fff;
	font-size:75%;
	text-decoration:none;
	height:23px;
	display:block;
	padding:12px 20px 0 44px;
	background:#f2c200 url(img/icon_star.png) no-repeat 20px 50%;
	border-radius:3px;
}

#menu li.h_bookmark a:hover{
	background-color:#e2b500;
}

#menu li.h_account{
	color:#fff;
	font-size:75%;
	width:auto;
	height:23px;
	padding:12px 35px 0 20px;
	background:#e70000 url(img/arrow5.png) no-repeat 93% 50%;
	border-radius:3px;
}

#menu li.h_account span{
	font-weight:bold;
	padding:0 0 0 25px;
	background:url(img/icon_account.png) no-repeat 0 50%;
}

#menu li.h_account:hover{
	cursor:pointer;
}

#menu li ul{
	box-shadow:0 0 2px #999;
	background:#fff;
	display:none;
	position:absolute;
	top:35px;
	left:0;
	filter:alpha(opacity=90);
	opacity:0.9;
}

#menu li ul li{
	/float:none;
}

#menu li ul li a{
	font-size:120%;
	width:200px;
	line-height:150%;
	text-decoration:none;
	display:inline-block;
	padding:0 0 0 20px;
	margin:5px 0;
	background:url(img/arrow2.png) no-repeat 0 3px;
}

#menu li ul li a:hover{
	text-decoration:underline;
}


/* module header search
------------------------*/
#h_search{
	width:1080px;
	height:40px;
	/height:40px;
	padding:10px 0 0 0;
	/padding:0;
	margin:0 auto;
}

#h_search select{
	box-sizing:content-box;
	padding:3px;
	width:350px;
}

#h_search input[type="text"]{
	margin-left:5px;
	width:600px;
	padding:3px;
}

/*----- btn search -----*/
.sbmt_h_search{
	margin-left:10px;
	width:86px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	background:url(img/sbmt_search.png) no-repeat 0 0;
}

.sbmt_h_search:hover{
	background-position:0 -26px;
}


/* module global navi
------------------------*/
#g_navi{
	width:1080px;
	margin:0 auto;
	z-index:20;
}

#g_navi li{
	float:left;
	position:relative;
	/zoom:1;
}

#g_navi li a{
	width:216px;
	height:40px;
	display:inline-block;
	background:url(img/g_navi.gif) no-repeat 0 0;
}

#g_navi li.g_01 a{
	background-position:0 0;
}

#g_navi li.g_02 a{
	background-position:-216px 0;
}

#g_navi li.g_03 a{
	background-position:-432px 0;
}

#g_navi li.g_04 a{
	background-position:-648px 0;
}

#g_navi li.g_05 a{
	background-position:-864px 0;
}

#g_navi li a:hover{
	position:static;
}

#g_navi li a:hover img,
#g_navi li#current img{
	position:relative;
	z-index:-1;
}


/* module foot
------------------------*/

.foot{
	width:1080px;
	margin:0 auto 20px auto;
}

/*----- copyright -----*/
.copy a{
	color:#fff;
}

.copy{
	color:#fff;
	width:100%;
	height:20px;
	font-size:68.75%;
	text-align:center;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	background:#202020;
}

/*----- footer navi -----*/
ul.f_navi {
	text-align:center;
}

ul.f_navi li{
	display:inline-block;
	/display:inline;
	/zoom:1;
}

ul.f_navi li a{
	font-size:75%;
	color:#878787;
	text-decoration:none;
	padding:0 7px 0 0;
	margin:0 2px 0 0;
	border-right:1px solid #878787;
}

ul.f_navi li a:hover{
	text-decoration:underline;
}

ul.f_navi .bottom a{
	border-right:none;
	margin:0;
}

.lnk a{
	font-size:75%;
	line-height:150%;
	padding:0 0 0 17px;
	background:url(img/arrow2.png) no-repeat left 50%;
}

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

.note{
	color:#878787;
	display:block;
}

.links li:hover{
	filter:alpha(opacity=90);
	opacity:0.9;
}

.l_txt{
	text-align:left !important;
}

.r_txt{
	text-align:right !important;
}

.c_txt{
	text-align:center !important;
}


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

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

table.common th,
table.common td{
	font-size:75%;
	line-height:150%;
	padding:7px;
	background:#f8f8f8;
	border:1px dotted #d8d8d8;
}

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

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


/* page top
------------------------*/
#page-top{
	position:fixed;
    bottom:40px;
    right:10px;
}

#page-top a{
	width:45px;
	height:45px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/pagetop.png) no-repeat left top;
}

#page-top a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}


/* topicpath
------------------------*/
#topicpath{
	margin:0 0 30px 0;
}

#topicpath ul{
	width:1080px;
	margin:0 auto;
  margin-left: 0!important;
}
.dropdown-toggle:empty::after {
  border: 0;
}

#topicpath li{
	font-size:75%;
	line-height:150%;
	display:inline;
	list-style-type:none;
	padding:0 0 0 15px;
	background:url(img/topicpath.gif) no-repeat 0 50%;
}

#topicpath li a{
	color:#333;
}

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

#topicpath li strong{
	color:#202020;
}

#topicpath li span{
	color:#999;
}


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

 #main contents form

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

/* submit
------------------------*/
.submit{
	text-align:center;
}

.sbmt_back,
.sbmt_check,
.sbmt_send,
.sbmt_regist,
.sbmt_edit,
.sbmt_delete,
.sbmt_order,
.sbmt_confirm{
	width:190px;
	height:35px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:0 20px;
}
.sbmt_payment{
	width:190px;
	height:50px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:0 20px;
}

.sbmt_back{
	background:url(img/sbmt_back.gif) no-repeat 0 0;
}

.sbmt_check{
	background:url(img/sbmt_check.gif) no-repeat 0 0;
}

.sbmt_send{
	background:url(img/sbmt_send.gif) no-repeat 0 0;
}

.sbmt_regist{
	background:url(img/sbmt_regist.gif) no-repeat 0 0;
}

.sbmt_edit{
	background:url(img/sbmt_edit.gif) no-repeat 0 0;
}

.sbmt_delete{
	background:url(img/sbmt_delete.gif) no-repeat 0 0;
}

.sbmt_payment{
	background:url(img/sbmt_payment.gif) no-repeat 0 0;
}

.sbmt_order{
	background:url(img/sbmt_order.gif) no-repeat 0 0;
}

.sbmt_confirm{
	background:url(img/sbmt_confirm.gif) no-repeat 0 0;
}

.sbmt_back:hover,
.sbmt_check:hover,
.sbmt_send:hover,
.sbmt_regist:hover,
.sbmt_edit:hover,
.sbmt_delete:hover,
.sbmt_order:hover,
.sbmt_confirm:hover{
	background-position:0 -35px;
}

.sbmt_payment:hover{
	background-position:0 -50px;
}

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

.form table{
	width:100%;
	margin:30px 0 0 0;
	border-top:2px solid #d8d8d8;
	border-bottom:2px solid #d8d8d8;
}

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

.form th,
.form td{
	line-height:150%;
	padding:10px;
	background:#f8f8f8;
	border-bottom:1px dotted #d8d8d8;
}

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

.form th{
	width:30%;
	font-size:87.5%;
	text-align:center;
}

.form td{
	font-size:75%;
	text-align:left;
}

.form td input ,.form textarea{
	margin:0 3px 3px 3px;
	padding:2px;
	position:relative;
	top:1px;
  border: 1px solid #d5d5d5;
}

.form .nec{
	width:8%;
	text-align:center;
}

.form .nec span{
    color:#fff;
	padding:2px 5px;
	background:#ff0000;
}

.form .option{
	width:8%;
    color:#666;
	text-align:center;
}

.form .option span{
    color:#fff;
	padding:2px 5px;
	background:#ccc;
}

.form select{
	margin:3px 5px 3px 0;
}

.form td label{
	margin:3px 0;
	margin-right:20px;
	float:left;
}

.form td.row label{
	width:25%;
}

.form td.row2 label{
	width:50%;
}

.form td.row3 label{
	width:auto;
}

.form .submit{
	width:190px;
	margin:20px auto 0 auto;
}


/* module check form
------------------------*/
.check{}

.check table{
	width:100%;
	margin:30px 0 0 0;
	border-top:2px solid #d8d8d8;
	border-bottom:2px solid #d8d8d8;
}

.check caption{
	font-size:87.5%;
	font-weight:bold;
	padding:5px;
	margin:0 0 10px 0;
	border-left:5px solid #e70000;
}

.check th,
.check td{
	line-height:160%;
	padding:10px;
	background:#f8f8f8;
	border-bottom:1px dotted #d8d8d8;
}

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

.check th{
	width:30%;
	font-size:87.5%;
	text-align:center;
	border-right:1px dotted #d8d8d8;
}

.check td{
	font-size:75%;
	text-align:left;
}

.check .submit{
	width:480px;
	margin:20px auto 0 auto;
}


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

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

.error ul{
	padding:0 10px;
}

.error li{
	font-size:85%;
	color:#ff0000;
	line-height:180%;
	background:url(img/arrow4.png) no-repeat 0 50%;
	padding:0 0 0 12px;
}


/* 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;
	margin:0 10px;
	padding:0 0 0 15px;
	background:url(img/arrow2.png) no-repeat left 50%;
}
.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;
	margin-right:20px;
}

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

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

 #main contents item search

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.search h2{
  height:40px;
  text-indent:-9999px;
  overflow:hidden;
  background:url(img/h2_search.gif) no-repeat 0 0;
}
.search{
	padding:0 0 1px 0;
	margin:0 0 30px 0;
}
.btn_detail a{
  background:url(img/btn_detail.gif) no-repeat 0 0;
}
.btn_delete a{
  background:url(img/btn_delete.gif) no-repeat 0 0;
}
.btn_edit a{
  background:url(img/btn_edit.gif) no-repeat 0 0;
}
.btn_sell a{
  width:80px;
  background:url(img/btn_sell.gif) no-repeat 0 0;
}
.column1 h2{
  height: auto;
}
.column1 .search h2{
  background:url(img/h2_search_full.gif) no-repeat 0 0;
}

.search h3{
	font-size:87.5%;
	width:740px;
	height:21px;
	padding:9px 0 0 10px;
	margin:0 0 20px 0;
	background:#f8f8f8;
}

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

/* table
------------------------*/
.search table{
	width:100%;
	margin:0 auto;
	border-top:2px solid #d8d8d8;
	border-bottom:2px solid #d8d8d8;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

.search th,
.search td{
	font-size:75%;
	padding:7px;
	border:1px dotted #d8d8d8;
}

.search th{
	width:25%;
	font-weight:bold;
	text-align:center;
}

.search td select{
	margin:0 3px;
}

.search td input{
	margin:3px;
	/margin:0 3px 0 0; /*IE7*/
	padding:2px;
	position:relative;
	/position:static; /*IE7*/
	top:1px;
}

.search td label{
	margin:2px 20px 2px 0;
}

.search td.row label{
	float:left;
	margin:2px 15px 2px 0;
}

.search td span a{
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:2px 0;
	clear:both;
	background-position:0 0;
	background-repeat:no-repeat;
}


/* submit
------------------------*/
.search .sbmt{
	width:190px;
	margin:20px auto 0 auto;
}

.sbmt_search{
	width:190px;
	height:35px;
	/display:block; /*IE7*/
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
}

.sbmt_search{
	background:url(img/sbmt_search.gif) no-repeat 0 0;
}

.sbmt_search:hover{
	background-position:0 -35px;
}


/* page navi
------------------------*/
.page_navi ul{
	text-align:center;
}

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

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

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

.page_navi li a:link,
.page_navi li a:visited{
	border-color:#bbb;
}

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



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

 #main contents item list

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

.item_list{}

.item_list span{
	font-size:75%;
	padding:0 0 0 15px;
	background:url(img/arrow2.png) no-repeat 0 50%;
	float:right;
	margin:20px 0 0 0;
}

.item_list ul{
	text-align:center;
}

.item_list li{
	width:150px;
	display:inline-block;
	/display:inline;/* IE7 */
	/zoom:1;/* IE7 */
	vertical-align:top;
}

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


/* item
------------------------*/
.item h2{
	font-size:87.5%;
	height:33px;
	padding:15px 0 0 10px;
	margin:0 0 20px 0;
	border-bottom:1px solid #202020;
	border-top:1px solid #202020;
}

.item h2 span{
	margin:0 0 0 10px;
}

.item h2 strong{
	font-size:150%;
	color:#e70000;
	margin:0 5px 0 0;
}

.item .item_list{
	margin:20px 0;
}

.item .item_list ul{
	margin:0 0 -14px 0;
}

.item .item_list li{
	margin:0 7px 14px 7px;
}


/* creator
------------------------*/
.creator h2{
	font-size:87.5%;
	height:33px;
	padding:15px 0 0 10px;
	margin:0 0 20px 0;
	border-bottom:1px solid #202020;
	border-top:1px solid #202020;
}

.creator h2 span{
	margin:0 0 0 10px;
}

.creator h2 strong{
	font-size:150%;
	color:#e70000;
	margin:0 5px 0 0;
}

.creator .item_list{
	margin:20px 0;
}

.creator .item_list ul{
	margin:0 0 -20px 0;
}

.creator .item_list li{
	width:216px;
	margin:0 30px 20px 30px;
}

.creator .item_list li p{
	text-align:left;
}

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

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



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

 #main contents item info

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

.item_info{
}

/* top detail
------------------------*/
.top_detail{
	margin:0 0 30px 0;
}

@-moz-document url-prefix(){/*firefox*/
  .top_detail{
	margin-top:-30px;
  }
}

.top_detail .left{
	width:370px;
	float:left;
}

.top_detail .right{
	width:460px;
	float:right;
}

.top_detail .top{
	margin: 10px 0;
}

.top_detail .top .name{
	float: left;
	color:#2f2f2f;
	font-size:22px;
	line-height:150%;
}

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

.thumb{
	width:370px;
    height: 430px;
	margin:0 0 10px 0;
	float:left;
	position: relative;
}

#imgMain{
	width:370px;
	height:370px;
	text-align:center;
    z-index: 1;
}

#imgMain img{
    width: 100%;
    height: auto;
}

.thumb ul{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

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

.thumb li img{
	cursor:pointer;
    width: 100%;
    height: auto;
}
.thumb .btn-create-design{
    background-color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
    color: #E40B18;
    text-align: center;
    line-height: 45px;
    margin-right: 5px;
    border: 2px solid #efefef;
}

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

.thumb .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;
}

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

/*----- btn sns -----*/
.sns_block{
	margin: 20px 0;
	display: block;
}

.btn_twitter{
	float:right;
}

.btn_facebook{
	float:left;
}

.btn_twitter a,
.btn_facebook a{
	width:180px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.btn_twitter a{
	background:url(img/btn_twitter.gif) no-repeat 0 0;
    background-size: 100%;
}

.btn_facebook a{
	background:url(img/btn_facebook.gif) no-repeat 0 0;
    background-size: 100%;
}

.btn_twitter a:hover,
.btn_facebook a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* right contents
------------------------*/
.top_detail .sns{
	margin:0 0 20px 0;
	float:right;
}

.top_detail .item-id{
    color: #999999;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
}

.top_detail hr.hr{
    border: 0;
    height: 0;
    border-top: 1px solid #ededed;
    margin: 0;
}

.top_detail .catch{
    font-size: 14px;
    line-height: 1.4;
    color: #777777;
    height: 108px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
}

.top_detail .catch.expand{
    height: auto;
}

.top_detail .catch-more{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
    box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
    background-color: #ffffff;
    text-align: center;
    font-size: 12px;
    color: #cccccc;
}

.top_detail .catch-more:hover{
    color: red;
    cursor: pointer;
}

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

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

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

.top_detail .item-cost-desc{
    font-size: 8pt;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.top_detail .stars{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top_detail .stars img{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.top_detail .item-rating{
    display: inline-block;
    vertical-align: middle;
    color: #9f9f9f;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
}

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

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

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


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

.edit-form .radio{
	padding: 0;
	vertical-align: middle;
}

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

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

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

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

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

.top_detail .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;
}

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

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

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

.top_detail .extra-section .slider{
    padding: 0 20px;
	min-height: 57px;
}

.top_detail .extra-section .slider .slick-arrow{
    position: absolute;
    top: 25px;
    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;
}
.top_detail .extra-section .slider .slick-prev{
    left: 0;
    background-image: url('../img/l_arr.png');

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

.es-loading{
	position: relative;
	width: 100%;
	height: 45px;
	padding: 0 !important;
}

.es-loading:after{
	content: '読み込み中';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #777777;

}

.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-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;
}

.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;
}

.item-actions .cart-btn{
    display: inline-block;
    vertical-align: top;
    width: 155px;
    height: 56px;
    font-size: 12px;
    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");
}

.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;
}

/*----- modal --------*/

.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; }
.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: 500px; }

.modal-swap-item .items {
	width: 550px; }
.modal-swap-item .items .item,
.modal-swap-item .items .item-model,
.modal-swap-item .items .item-color {
	display: inline-block;
	vertical-align: top;
	width: 135px;
	min-height: 160px;
	margin-right: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	border: 1px solid #d6d8db;
	padding: 10px;
	text-align: center;
	font-size: 12px; }
.modal-swap-item .items .item .title,
.modal-swap-item .items .item-model .title,
.modal-swap-item .items .item-color .title {
	margin-top: 20px;
	display: block; }
.modal-swap-item .items .item img,
.modal-swap-item .items .item-model img,
.modal-swap-item .items .item-color img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 150px;
	margin: 0 auto; }
.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;
	}
}

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

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

.category li{
	color:#fff;
	font-size:68.75%;
	text-align:center;
	width:126px;
	padding:5px;
	margin:0 5px 5px 0;
	background:#cecece;
	float:left;
}

.category li a{
	color:#FFF;
}

/*----- detail -----*/
.detail{
	margin:0 0 30px 0;
	position:relative;
	zoom:1;
}

.detail dl{
	padding:20px 0;
	border-top:1px solid #202020;
	border-bottom:1px solid #202020;
}

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

.detail dl dt{
	width:20%;
	line-height:150%;
	font-weight:bold;
	text-align:center;
	position:absolute;
}

.detail dl dt span{
	font-size:80%;
	font-weight:normal;
}

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

.detail dl dd{
	line-height:150%;
	padding:0 0 12px 25%;
	margin:0 0 12px 0;
	word-break:break-all;
}

.detail dl dd:last-child{
	padding-bottom:0;
	margin-bottom:0;
}

/*----- btn -----*/
.btn_bookmark,
.btn_bookmark_remove{
	margin:0 0 10px 0;
	float:left;
}

.btn_request{
	margin:0 0 10px 0;
	float:right;
}

.btn_bookmark a,
.btn_bookmark_remove a,
.btn_request a{
	width:205px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.btn_bookmark a{
	background:url(img/btn_bookmark.gif) no-repeat;
}

.btn_bookmark_remove a{
	background:url(img/btn_bookmark_remove.gif) no-repeat;
}

.btn_request a{
	background:url(img/btn_request.gif) no-repeat;
}

.btn_bookmark a:hover,
.btn_request a:hover{
	background-position:0 -30px;
}

/*----- btn -----*/
.btn_cartin,
.btn_nocartin,
.btn_create a{
	float:left;
	clear:both;
}

.btn_create{
	float:right;
}

.btn_nocreate{
	float:right;
}

.btn_cartin a,
.btn_create a,
.btn_nocreate{
	width:205px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 10px 0;
}

.btn_nocartin{
	width:205px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 10px 0;
	background:url(img/btn_nocartin.png) no-repeat;
}

.btn_cartin a{
	background:url(img/btn_cartin.gif) no-repeat;
}

.btn_create a{
	background:url(img/btn_create.gif) no-repeat;
}

.btn_nocreate{
	background:url(img/btn_nocreate.gif) no-repeat;
}

.btn_cartin a:hover,
.btn_create a:hover{
	background-position:0 -90px;
}

/*----- btn -----*/
.btn_buy,
.btn_nobuy{
	clear:both;
}

.btn_buy a{
	width:420px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background: url(img/btn_buy.gif) no-repeat 0 0;
}

.btn_buy a:hover{
	background-position:0 -90px;
}

.btn_nobuy{
	width:420px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background: url(img/btn_nobuy.png) no-repeat 0 0;
}

/* profile
------------------------*/
.profile{
	padding:30px;
	border-radius:3px;
	position:relative;
}

.profile h3{
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 20px 0;
	background:url(img/h3_profile.gif) no-repeat 0 0;
	border-bottom:1px solid #202020;
}

.profile .photo{
	width:120px;
	float:left;
}

.profile .info{
	width:620px;
	float:right;
}

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

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

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

/*----- btn -----*/
.btn_item{
	position:absolute;
	top:9px;
	right:30px;
}

.btn_item a{
	width:240px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/btn_item.gif) no-repeat 0 0;
}

.btn_item a:hover{
	background-position:0 -30px;
}


/* product
------------------------*/
.product{
	margin:30px 0 0 0;
}

.product h3{
	width:850px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 15px 0;
}

.product .item_list{
	margin:20px 0;
}

.product .item_list ul{
	margin:0 0 -14px 0;
}

.product .item_list li{
	margin:0 7px 14px 7px;
}

.related h3{
	height:26px;
	background:url(img/h3_related.gif) no-repeat;
}

.second h3{
	height:36px;
	background:url(img/h3_second.gif) no-repeat;
}

.popular h3{
	height:32px;
	background:url(img/h3_popular.gif) no-repeat;
}


.users h3{
	height:32px;
	background:url(img/h3_users.gif) no-repeat;
}



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

 #main contents index

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

#top{
	width:640px;
	float:left;
}

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

.new_item h2,
.reco_item h2{
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 10px 0;
}

.new_item h2{
	height:24px;
	background:url(img/h2_new.gif) no-repeat 0 0;
}

.reco_item h2{
	height:32px;
	background:url(img/h2_pickup.gif) no-repeat 0 0;
}

.new_item .item_list,
.reco_item .item_list{
	margin:16px 0 0 0;
}

.new_item .item_list li,
.reco_item .item_list li{
	width:135px;
	margin:0 8px 16px 8px;
}


/* top news
------------------------*/
.top_news{
	margin:20px 0 0 0;
	position:relative;
}

.top_news span{
	font-size:75%;
	padding:0 0 0 15px;
	background:url(img/arrow2.png) no-repeat 0 50%;
	position:absolute;
	top:20px;
	right:10px;
}

.top_news h2{
	width:640px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/h2_news.gif) no-repeat 0 0;
}

dl.news_list{
	position:relative;
	zoom:1;
}

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

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

dl.news_list dt{
	font-weight:bold;
	width:9em;
	position:absolute;
}

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

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



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

 #main contents sub

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

#top_sub{
	width:180px;
	float:right;
}

/* count
------------------------*/
.count{
	font-size:75%;
	text-align:center;
	padding:20px 10px;
	margin:0 0 10px 0;
	border:1px solid #e70000;
}

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

/* data
------------------------*/
.data{
	height:200px;
	background:url(img/date_bg.png) no-repeat 0 70px;
	position:relative;
}

.data h2{
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/h2_date.png) no-repeat 0 0;
}

.data .text{
	line-height:150%;
	text-align:center;
	margin:20px 0 10px 0;
}

.data .text span{
	color:red;
	font-size:120%;
	font-weight:bold;
	margin:0 3px 0 0;
}

/*----- btn -----*/
.btn_detail_full{
	width:130px;
	margin:0 auto;
}

.btn_detail_full a{
	width:130px;
	height:25px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background: url(img/btn_detail_full.gif) no-repeat 0 0;
}

.btn_detail_full a:hover{
	background-position:0 -25px;
}

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

.ranking h2{
	width:128px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 10px auto;
	background:url(img/h2_ranking.gif) no-repeat 0 0;
}

.rank_list ul{
	width:160px;
	margin:0 auto;
}

.rank_list li{
	text-align:center;
	padding:20px 0 0 0;
	margin:0 0 15px 0;
	position:relative;
}

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

.rank_list li span{
	width:50px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:5px 0 0 0;
	position:absolute;
	top:0;
	left:0;
}

.rank_list li .rank1{
	background:url(img/icon_rank1.png) no-repeat 0 0;
}

.rank_list li .rank2{
	background:url(img/icon_rank2.png) no-repeat 0 0;
}

.rank_list li .rank3{
	background:url(img/icon_rank3.png) no-repeat 0 0;
}

.rank_list li .rank4{
	background:url(img/icon_rank4.png) no-repeat 0 0;
}

.rank_list li .rank5{
	background:url(img/icon_rank5.png) no-repeat 0 0;
}

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



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

 #main contents news

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

.news{}

.news h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}



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

 #main contents social tag

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

.tag{
	margin-bottom:30px;
}

.tag h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}



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

 #main contents about

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

.about{}

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

/* module top info
------------------------*/
.about .top_info{
	width:850px;
	height:410px;
	margin:0 0 20px 0;
	background:url(img/about_top_info.gif) no-repeat 0 0;
	position:relative;
}

.about .top_info h2{
	text-indent:-9999px;
	overflow:hidden;
}

.about .top_info .text{
	font-size:75%;
	line-height:160%;
	text-align:center;
	margin:160px 0 0 0;
}

/*----- youtube -----*/
.youtube{
	margin:0 0 0 1px;
}

/*----- btn member -----*/
.about .btn_member_full{
	position:absolute;
	left:125px;
	bottom:55px;
}

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

.a_01{
	min-height:232px;
	background:url(img/a_01_bg.gif) no-repeat 529px 50px;
	margin:20px 0 0 0;
}

.a_01 .ex{
	width:400px;
}

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

.a_03 li{
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	border-bottom:1px dashed #d8d8d8;
}

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

.a_03 li h4{
	width:400px;
	color:#01619f;
	padding:3px 5px;
	margin:0 0 10px 0;
	border-left:5px solid #01619f;
}

.a_03 li .ex{
	width:400px;
}

.a_03 li table{
	width:400px;
}

.a_03 li.material1{
	min-height:205px;
	background:url(img/material1_bg.jpg) no-repeat 650px 0;
}

.a_03 li.material2{
	min-height:254px;
	background:url(img/material2_bg.jpg) no-repeat 650px 0;
}

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



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

 #main contents guide

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

.guide{}

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

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

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

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

.sub_menu li{
	margin:0 10px 10px 0;
	float:left;
}

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

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

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

.sub h5{
	padding: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;
}

/* module flow
------------------------*/
.guide .flow li{
	min-height:230px;
	background-position:520px 0;
	background-repeat:no-repeat;
}

.guide .flow li p{
	width:380px;
	font-size:75%;
	line-height:170%;
	float:left;
}

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

/*----- tab1 flow -----*/
.guide #tab1 .flow .step5 p{
	width:90%;
}

.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{
	min-height:180px;
	background-position:80px 90%;
	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{
	min-height:580px;
	background-image:url(img/sell_step4_bg.gif)
}

/*----- step -----*/
.guide .flow li span{
	width:60px;
	height:230px;
	text-indent:-9999px;
	margin:0 20px 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
}

.guide .flow .step1 span{
	background-image:url(img/step1.gif);
}

.guide .flow .step2 span{
	background-image:url(img/step2.gif);
}

.guide .flow .step3 span{
	background-image:url(img/step3.gif);
}

.guide .flow .step4 span{
	background-image:url(img/step4.gif);
}

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

.guide .flow .step5 span{
	background-image:url(img/step5_none.gif);
}

.sns_signup{
	float:right;
}

/*----- btn -----*/
.btn_login_tw,
.btn_login_fb,
.btn_login_gp{
	width:200px;
	margin:20px auto 0 auto;
}

.btn_login_tw a,
.btn_login_fb a,
.btn_login_gp a{
	width:220px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.btn_login_tw a{
	background:url(img/btn_login_tw.gif) no-repeat 0 0;
}

.btn_login_fb a{
	background:url(img/btn_login_fb.gif) no-repeat 0 0;
}

.btn_login_gp a{
	background:url(img/btn_login_gp.gif) no-repeat 0 0;
}

.btn_login_tw a:hover,
.btn_login_fb a:hover,
.btn_login_gp a:hover{
	filter:alpha(opacity=90);
	opacity:0.9;
}

/*----- btn member -----*/
.btn_member_full{
	width:500px;
	margin:0 0 0 66px;
	float:right;
}

.btn_member_full a{
	width:500px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/btn_member_full.gif) no-repeat 0 0;
}

.btn_member_full a:hover{
	background-position:0 -80px;
}


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

 #main contents reminder

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

.reminder{}

.reminder h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}

.f_policy{
	width:1040px;
	height:200px;
	padding:20px;
	margin:20px 0 10px 0;
	border:1px solid #ccc;
}

.ag{
	font-size:75%;
	font-weight:bold;
}

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


.faq h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}
.faq > h3 {
	border-bottom: 2px solid #e70000;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding: 4px 0 8px;
	margin: 20px 0;
}
.faq li h3{

	font-size:87.5%;
	line-height:150%;

	padding:2px 0 2px 35px;
	background:url(img/icon_q.gif) no-repeat 0 0;
}
.faq li{
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
	border-bottom:1px dotted #e0e0e0;
}
.faq li h3:hover{
	cursor:pointer;
	text-decoration:underline;
}

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


/* accordion
------------------------*/
.accordion .accordion_head{
	cursor:pointer;
}


/* table
------------------------*/
.faq li table.common{
	width:90%;
	margin:0 0 0 35px;
}

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

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


/* info
------------------------*/
.faq .info{
	font-size:75%;
	text-align:center;
	padding:30px;
	margin:30px 0 0 0;
	border:1px solid #ccc;
}


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

 #main contents item detail

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

.item_detail{}

.item_detail h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}

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

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

.item_detail ul{
	margin:30px 0 0 0;

}
.item_detail li{
	width:200px;
	height:340px;
	border:1px solid;
	float:left;
	margin:10px 0 0 10px;
	font-size:80%;
	line-height:140%;
	padding:0 0 10px 0;
}

.item_detail li p{
	padding:0 0 0 15px;
}

.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{
	width:850px;
	}

.item_manual h2{
	color:#fff;
	font-size:112.5%;
	font-weight:bold;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}

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

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

.item_manual_box01 li{
	float:left;
	width:425px;
	line-height:25px;

}

.box01_right{

}

.color_list{
	width:850px;
}

.color_list.bags img{
	height: 135px;
}

.color_list li{
	width:135px;
	float:left;
	margin:10px 0 0 4px;
	font-size:80%;
	line-height:140%;
}
.color_list li p{
	padding:10px 0 0 0;
	text-align:center;
}

.color_list li p span{
	font-size:85%;
}

.b_c h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}

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

.b_c_text01{
	margin:10px 0 0 0;
	line-height:25px;
}

.b_c_text02{
	width:600px;
	margin:10px 0 0 0;
	line-height:25px;
}

.b_c_subtitle{
	color:#E70000;
	border-bottom:solid #E70000;
	border-width:10px;
	line-height:37px;
	letter-spacing:2px;
}
.b_c_subtitle span{
	color:#FFF;
	background-color:#E70000;
	letter-spacing:2px;
}

.b_c_title01{
	width:850px;
	height:350px;
	background:url(../img/b_c_title01.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border-bottom:solid #E70000;
	border-width:10px;
}

.b_c_price,.b_c_photo,.b_c_discount,.b_c_delivery,.b_c_check,.b_c_account,.b_c_order{
	width:850px;
	margin:40px 0 0 0;
}

.b_c_price01{
	width:850px;
	height:170px;
	background:url(../img/b_c_price01.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.photo{
	width:425px;
	float:left;
}

.photo p span{
	font-weight:bold;
}

.b_c_discount01{
	width:850px;
	height:240px;
	background:url(../img/b_c_discount01.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.b_c_delivery01{
	width:850px;
	height:410px;
	background:url(../img/b_c_delivery01.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.b_c_order01{
	width:850px;
	height:450px;
	background:url(../img/b_c_order01.jpg) no-repeat 0 0;
}

.b_c_order02{
	width:450px;
	height:112px;
	background:url(../img/b_c_order02.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 0 200px;
}

.btn01_b_c{
	padding:40px 0 0 0;
}

.btn01_b_c a{
	width:850px;
	height:500px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../img/btn01_b_c.jpg) no-repeat 0 0;
}

.btn01_b_c a:hover{
	background-position:0 -500px;
}

.btn02_b_c{
	padding:0 0 0 0;
}

.btn02_b_c a{
	width:850px;
	height:160px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../img/btn02_b_c.jpg) no-repeat 0 0;
}

.btn03_b_c{
	padding:30px 0 0 200px;
}

.btn03_b_c a{
	width:450px;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../img/btn03_b_c.gif) no-repeat 0 0;
}

.btn03_b_c a:hover{
	background-position:0 -100px;
}


.btn04_b_c{
	padding:0 0 0 0;
}

.btn04_b_c a{
	width:850px;
	height:160px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../img/btn04_b_c.jpg) no-repeat 0 0;
}

.btn02_b_c a:hover,.btn04_b_c a:hover{
	background-position:0 -160px;
}


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

 #main contents contact

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

.contact{}

.contact h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}


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

.s_category h2{
	width:200px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	background-position:0 0;
	background-repeat:no-repeat;
}

.official h2{
	background-image:url(img/h2_official_cate.gif);
}

.common h2{
	background-image:url(img/h2_common_cate.gif);
}

.s_category ul{
	padding:10px 5px 0 5px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.s_category li{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #d8d8d8;
}

.s_category li h3{
	color:#333;
	font-size:75%;
	line-height:150%;
	padding:0 0 0 20px;
	background:url(img/arrow1.png) no-repeat 5px 3px;
}

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

.s_category li a{
	color:#333;
	font-size:75%;
	line-height:150%;
	text-decoration:none;
	display:block;
	padding:3px;
	background:url(img/arrow1.png) no-repeat right 50%;
}

.s_category li a:hover{
	background:url(img/arrow3.png) no-repeat right 50%;
}

.s_category li ul{
	border:none;
	margin:0 0 0 10px;
}

.s_category li ul li{
	padding:0;
	margin:0 0 5px 0;
	border-bottom:none;
}

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






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

.s_item_detail h2{
	width:180px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/h2_tag_item_detail.gif) no-repeat 0 0;
}



.s_item_detail ul{
	padding:10px 5px 0 5px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.s_item_detail li{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #d8d8d8;
}

.s_item_detail li h3{
	color:#333;
	font-size:75%;
	line-height:150%;
	padding:0 0 0 20px;
	background:url(img/arrow1.png) no-repeat 5px 3px;
}

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

.s_item_detail li a{
	color:#333;
	font-size:75%;
	line-height:150%;
	text-decoration:none;
	display:block;
	padding:3px;
	background:url(img/arrow1.png) no-repeat right 50%;
}

.s_item_detail li a:hover{
	background:url(img/arrow3.png) no-repeat right 50%;
}

.s_item_detail li ul{
	border:none;
	margin:0 0 0 10px;
}

.s_item_detail li ul li{
	padding:0;
	margin:0 0 5px 0;
	border-bottom:none;
}

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





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

 #member contents

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

#member{}


/* bookmark list
------------------------*/
.bookmark_list{}

.bookmark_list h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}

.bookmark_list ul{
/*	text-align:center;*/
	margin:0 0 -14px 0;
}

.bookmark_list li{
	width:150px;
	height:270px;
	display:inline-block;
	/display:inline;/* IE7 */
	/zoom:1;/* IE7 */
	margin:0 7px 14px 7px;
	position:relative;
}

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

/*----- icon delete -----*/
.icon_delete{
	position:absolute;
	right:10px;
}

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

.icon_delete a:hover{
	background-position:0 -15px;
}


/* pay list
------------------------*/
.payment{}

.payment h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}


/* search list
------------------------*/
.search_list{}

.search_list h2{
	font-size:87.5%;
	height:33px;
	padding:15px 0 0 10px;
	margin:0 0 20px 0;
}
.modal-content .form-group input[type="text"]{
  width: 100%;
  display: block;
  padding: .375rem .75rem;
}
.modal-content .form-group select{
  width: auto;
  padding: .275rem .15rem;
}
.modal-content .form-group input[type="text"],.modal-content .form-group select{
  height: calc(1.5em + .75rem + 2px);
  
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search_list h2 span{
	margin:0 0 0 10px;
}

.search_list h2 strong{
	font-size:150%;
	color:#e70000;
	margin:0 5px 0 0;
}

/*----- table -----*/
.search_list table{
	width:100%;
	margin:10px 0;
	border:1px solid #d8d8d8;
}

.search_list table th{
	color:#fff;
	background:#202020;
}

.search_list .gift{
	color:#fff;
	background:#202020;
}

.search_list table td{
	color:#333;
}

.search_list table td.left{
	text-align:left;
}

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

.cart .search_list table th,
.cart .search_list table td{
	line-height:none;
}

.search_list table td{
	border-bottom:1px dotted #d8d8d8;
}

.search_list table td .state{
	font-weight:bold;
}

/*----- btn -----*/
.btn_detail a,
.btn_delete a,
.btn_edit a,
.btn_sell a,
.btn_market a{
	width:60px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}
a.border-col,a:hover.border-col{
  color: #bc2123!important;
}
a .btn-first{
  background-color: #bc2123!important;
}
a:hover .btn-first{
  opacity: 0.6;
  text-decoration: none;
}
a .btn-first,a:visited .btn-first{
  color: #fff!important;
}
.btn_market a{
	width:80px;
  height:24px;
	background-color: #bc2123;
  color: #fff!important;
  text-indent: 1px;
  border-radius: 3px;
  padding: 7px 12px 1px;
}
.btn_edit_market a{
	width:80px;
  height:24px;
	background-color: #898989;
  color: #fff!important;
  text-indent: 1px;
  border-radius: 3px;
  padding: 12px;
}

.btn_detail a:hover,
.btn_delete a:hover,
.btn_edit a:hover,
.btn_sell a:hover{
	background-position:0 -30px;
}

.search_list .lnk{
	margin:0 0 10px 0;
}


/* module password
------------------------*/
.password{}

.password h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}


/* member delete
------------------------*/
.delete{}

.delete h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}

/*----- submit -----*/
.delete .submit{
	margin:20px 0 0 0;
}

.delete .submit p{
	margin:0 20px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
}

/*----- btn home -----*/
.btn_home a{
	width:190px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	float:left;
	cursor:pointer;
	border:none;
	background:url(img/btn_home.gif) no-repeat 0 0;
}

.btn_home a:hover{
	background-position:0 -35px;
}


/* my design
------------------------*/
.mydesign_info{}

.mydesign_info h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
	position:relative;
}

.mydesign_info h2 .date{
	font-size:68.75%;
	color:#fff;
	position:absolute;
	top:13px;
	right:13px;
}

.mydesign_info h2 span a:hover{
	text-decoration:underline;
}

.mydesign_info .ex{
	font-size:87.5%;
	clear:right;
}

/*----- photo -----*/
.mydesign_info .photo ul{
	margin:0 -20px 0 0;
}
.mydesign_info .photo li{
	margin:0 20px 0 0;
	float:left;
}

/*----- table -----*/
.mydesign_info .common{
	margin:30px 0 0 0;
}

.btn_design_edit a,
.btn_second a{
	width:200px;
	height:30px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.btn_design_edit a{
	background:url(img/btn_design_edit.gif) no-repeat 0 0;
}

.btn_second a{
	background:url(img/btn_second.gif) no-repeat 0 0;
}

.btn_design_edit a:hover,
.btn_second a:hover{
	background-position:0 -30px;
}


/* module cart
------------------------*/
.cart{}

.cart h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:42px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) repeat-x 0 0;
}

.cart h3{
	color:#fff;
	font-size:87.5%;
	font-weight:normal;
	padding:10px;
	background:#898989;
}

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

.cart .box{
	padding:20px;
	border:1px solid #202020;
}

.cart .box .note{
	font-size:75%;
	line-height:150%;
}

.cart .box .form .note{
	font-size:100%;
}

/*----- item list -----*/
.cart .search_list input[type="text"]{
	width:25px;
	padding:2px;
	margin:0 3px 0 0;
}

/*----- sbmt reload -----*/
.sbmt_reload{
	width:55px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	display:block;
	margin:10px auto 0 auto;
	background:url(img/sbmt_reload.png) no-repeat 0 0;
}

.sbmt_reload:hover{
	background-position:0 -25px;
}

/*----- sum -----*/
.sum{
	padding:20px 20px 15px 20px;
	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:90%;
}

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

.account{
	background:#f8f8f8;
}

/*----- submit -----*/
.cart .submit{
	width:420px;
	margin:20px 0 0 auto;
}

.cart .submit p{
	float:left;
	margin:0 0 0 20px;
}

.cart .submit input{
	margin:0 0 0 20px;
}

/*----- btn shopping -----*/
/*----- btn cash -----*/
/*----- btn back cart -----*/
.btn_shopping a,
.btn_cash a,
.btn_back_cart a{
	width:190px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.btn_share a{
	background: #E70204;
	width:250px;
	height:50px;
	overflow:hidden;
	display:block;
	border-radius: 3px;
	color: white !important;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
}
.btn_share a:hover{
	background: black;
}

.btn_shopping a{
	background:url(img/btn_shopping.gif) no-repeat 0 0;
}

.btn_cash a{
	background:url(img/btn_cash.gif) no-repeat 0 0;
}

.btn_back_cart a{
	background:url(img/btn_back_cart.gif) no-repeat 0 0;
}

.btn_shopping a:hover,
.btn_cash a:hover,
.btn_back_cart a:hover{
	background-position:0 -50px;
}

/*----- btn toggle -----*/
.btn_toggle {
	font-size:87.5%;
	text-decoration:none;
	color:#fff;
    cursor: pointer;
	width:228px;
	text-align:center;
	padding:10px;
	display:block;
	background:#b0b0b0;
}

.btn_toggle:hover{
	background:#292929;
}


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


/* module order info
------------------------*/
.order_info{}

.order_info h2{
	font-size:20px;
	margin: 16px 0;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
}

/*----- table -----*/
.order_info table.common{
	margin:20px 0 0 0;
}

.error_message{
	font-size:70%;
	color:#F00;
	margin-left:40px;
	margin-top:15px;
	margin-bottom:-15px;
}

/* module sns
------------------------*/
.sns{
	float:right;
	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;
}

.mt_10{
	margin-top:10px;
}

.mt_20{
	margin-top:20px;
}

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

 campaign

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

/* f_day_2015
------------------------*/
.f_day_2015_img{
	width:640px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.f_day_2015_01{
	height:250px;
	background:url(img/campaign/f_day_2015/f_day_2015_01.gif) no-repeat 0 0;
}

.f_day_2015_02{
	height:250px;
	background:url(img/campaign/f_day_2015/f_day_2015_02.gif) no-repeat 0 0;
}

.f_day_2015_03{
	height:410px;
	background:url(img/campaign/f_day_2015/f_day_2015_03.gif) no-repeat 0 0;
}

.f_day_2015_04{
	height:565px;
	background:url(img/campaign/f_day_2015/f_day_2015_04.jpg) no-repeat 0 0;
}

.f_day_2015_05{
	height:160px;
	background:url(img/campaign/f_day_2015/f_day_2015_05.gif) no-repeat 0 0;
}

.f_day_2015_06{
	width:640px;
	height:120px;
	background:url(img/campaign/f_day_2015/f_day_2015_06.gif) no-repeat 0 0;
}

.btn_f_day_2015{
	padding:7px 0 0 125px;
}

.btn_f_day_2015 a{
	width:390px;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/f_day_2015/btn_f_day_2015.png) no-repeat 0 0;
}

.btn_f_day_2015 a:hover{
	background-position:0 -100px;
}

/* tshirt_fb_2015
------------------------*/
#tshirt_fb_2015{
	width:640px;
	height:3130px;
	background-color:#FBB03B;
}
.tshirt_fb_2015_img{
	width:640px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.tshirt_fb_2015_01{
	height:185px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_01.gif) no-repeat 0 0;
}

.tshirt_fb_2015_02{
	height:65px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_02.gif) no-repeat 0 0;
}

.tshirt_fb_2015_03{
	height:290px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_03.jpg) no-repeat 0 0;
}

.tshirt_fb_2015_04{
	height:120px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_04.gif) no-repeat 0 0;
}

.tshirt_fb_2015_05{
	height:125px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_05.gif) no-repeat 0 0;
}

.tshirt_fb_2015_06{
	height:530px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_06.gif) no-repeat 0 0;
}

.tshirt_fb_2015_07{
	height:125px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_07.gif) no-repeat 0 0;
}

.tshirt_fb_2015_08{
	height:45px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_08.gif) no-repeat 0 0;
}

.tshirt_fb_2015_09{
	height:870px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_09.jpg) no-repeat 0 0;
}

.tshirt_fb_2015_10{
	height:135px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_10.gif) no-repeat 0 0;
}

.tshirt_fb_2015_11{
	height:170px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_11.gif) no-repeat 0 0;
}

.tshirt_fb_2015_12{
	height:170px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_12.gif) no-repeat 0 0;
}

.tshirt_fb_2015_13{
	height:165px;
}

.tshirt_fb_2015_14{
	width:640px;
	height:70px;
	background:url(img/campaign/tshirt_fb_2015/tshirt_fb_2015_13.gif) no-repeat 0 0;
}

.btn01_tshirt_fb_2015{
	padding:4px 0 0 100px;
}

.btn01_tshirt_fb_2015 a{
	width:440px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/tshirt_fb_2015/btn01_tshirt_fb_2015.gif) no-repeat 0 0;
}

.btn01_tshirt_fb_2015 a:hover{
	background-position:0 -35px;
}

.btn02_tshirt_fb_2015{
	padding:27px 0 0 162px;
}

.btn02_tshirt_fb_2015 a{
	width:315px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/tshirt_fb_2015/btn02_tshirt_fb_2015.gif) no-repeat 0 0;
}

.btn02_tshirt_fb_2015 a:hover{
	background-position:0 -90px;
}

.s_fes2015_img{
	width:640px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.s_fes2015_01{
	height:350px;
	background:url(img/campaign/s_fes2015/s_fes2015_01.jpg) no-repeat 0 0;
}

.s_fes2015_02{
	height:55px;
	background:url(img/campaign/s_fes2015/s_fes2015_02.gif) no-repeat 0 0;
}

.s_fes2015_03{
	height:300px;
	background:url(img/campaign/s_fes2015/s_fes2015_03.jpg) no-repeat 0 0;
}

.s_fes2015_04{
	height:110px;
	background:url(img/campaign/s_fes2015/s_fes2015_04.gif) no-repeat 0 0;
	margin-top:15px;
}

.s_fes2015_05{
	height:50px;
	background:url(img/campaign/s_fes2015/s_fes2015_05.gif) no-repeat 0 0;
	margin-top:30px;
}

.s_fes2015_06{
	height:160px;
	background:url(img/campaign/s_fes2015/s_fes2015_06.gif) no-repeat 0 0;
	margin-top:45px;
}

.btn01_s_fes2015{
	margin:45px 0 0 120px;
}

.btn01_s_fes2015 a{
	width:400px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/s_fes2015/btn01_s_fes2015.gif) no-repeat 0 0;
}

.btn01_s_fes2015 a:hover{
	background-position:0 -90px;
}

.s_fes2015_text01{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:29px;
	line-height:33px;
	margin:5px 0 0 0;
	font-weight:bolder;
}

.s_fes2015_text02{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:29px;
	line-height:33px;
	margin:5px 0 0 0;
	font-weight:bolder;
	text-align:center;
}


/* comic_m2015
------------------------*/
.comic_m2015_img{
	width:640px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.comic_m2015_01{
	height:370px;
	background:url(img/campaign/comic_m2015/comic_m2015_01.gif) no-repeat 0 0;
}

.comic_m2015_02{
	height:50px;
	background:url(img/campaign/comic_m2015/comic_m2015_03.gif) no-repeat 0 0;
}

.comic_m2015_03{
	height:510px;
	background:url(img/campaign/comic_m2015/comic_m2015_02.jpg) no-repeat 0 0;
	margin:20px 0 0 0;
}

.comic_m2015_04{
	height:110px;
	background:url(img/campaign/comic_m2015/comic_m2015_04.gif) no-repeat 0 0;
	margin-top:15px;
}

.comic_m2015_05{
	height:50px;
	background:url(img/campaign/s_fes2015/s_fes2015_05.gif) no-repeat 0 0;
	margin-top:30px;
}

.comic_m2015_06{
	height:160px;
	background:url(img/campaign/comic_m2015/comic_m2015_06.gif) no-repeat 0 0;
	margin-top:45px;
}

.btn01_comic_m2015{
	margin:45px 0 0 120px;
}

.btn01_comic_m2015 a{
	width:400px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/s_fes2015/btn01_s_fes2015.gif) no-repeat 0 0;
}

.btn01_comic_m2015 a:hover{
	background-position:0 -90px;
}

.btn02_comic_m2015{
	margin:45px 0 0 0;
}

.btn02_comic_m2015 a{
	width:640px;
	height:120px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/comic_m2015/btn02_comic_m2015.jpg) no-repeat 0 0;
}

.btn02_comic_m2015 a:hover{
	background-position:0 -120px;
}

.comic_m2015_text01{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:29px;
	line-height:33px;
	margin:5px 0 0 0;
	font-weight:bolder;
}

.comic_m2015_text02{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:29px;
	line-height:33px;
	margin:5px 0 0 0;
	font-weight:bolder;
	text-align:center;
}

.comic_m2015_text_red{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:45px;
	line-height:45px;
	margin:20px 0 0 0;
	font-weight:bolder;
	text-align:center;
	color:#ED1C24;
}

.comic_m2015_text_blue{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:45px;
	line-height:45px;
	margin:20px 0 0 0;
	font-weight:bolder;
	text-align:center;
	color:#0094FF;
}

.tshirt_present_01{
	height:370px;
	background:url(img/campaign/tshirt_present/tshirt_present_01.gif) no-repeat 0 0;
}

.tshirt_present_02{
	height:700px;
	background:url(img/campaign/tshirt_present/tshirt_present_02.jpg) no-repeat 0 0;
	margin:20px 0 0 0;
}

.tshirt_p_st01{
	width:850px;
	height:60px;
	background:;
	color:#0094FF;
	text-align:center;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:40px;
	margin:20px 0 0 0;
	border:dotted #000;
}

.tshirt_p_st01 span{
	line-height:60px;
}

.tshirt_p_st02{
	width:850px;
	height:60px;
	color:#ED1C24;
	text-align:center;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:40px;
	margin:20px 0 0 0;
	border:dotted #000;
}

.tshirt_p_st02 span{
	line-height:60px;
}

.tshirt_p_box01{
	margin:15px 0 0 0;
}

.tshirt_p_box01 img{
	float:left;
}

.tshirt_p_box01 p{
	font-size:20px;
	line-height:35px;
	margin:0 0 0 0;
}

.tshirt_p_box01 p span{
	font-size:30px;
}

.tshirt_p_sns{
	margin:10px 0 0 210px;
}

/* halloween2015
------------------------*/
.halloween2015_title{
	height:425px;
	background:url(img/campaign/halloween2015/halloween2015_title.gif) no-repeat 0 0;
}

.halloween2015_subtitle01{
	height:40px;
	background:url(img/campaign/halloween2015/halloween2015_subtitle01.gif) no-repeat 0 0;
	margin:15px 0 0 0;
}

.hw2015_st01{
	width:850px;
	height:60px;
	background:#F08201;
	color:#FFF;
	text-align:center;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:40px;
	margin:20px 0 0 0;
}

.hw2015_st01 span{
	line-height:60px;
}

.btn01_hw2015{
	margin:45px 0 0 225px;
}

.btn01_hw2015 a{
	width:400px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/s_fes2015/btn01_s_fes2015.gif) no-repeat 0 0;
}

.btn01_hw2015 a:hover{
	background-position:0 -90px;
}


/* sports_festival
------------------------*/
.sports_festival_01{
	height:250px;
	background:url(img/campaign/sports_festival/sports_festival_01.gif) no-repeat 0 0;
}

.sports_festival_02{
	height:240px;
	background:url(img/campaign/sports_festival/sports_festival_02.gif) no-repeat 0 0;
}

.sports_festival_03{
	height:275px;
	background:url(img/campaign/sports_festival/sports_festival_03.gif) no-repeat 0 0;
	margin:20px 0 0 0;
}

.sports_festival_04{
	height:275px;
	background:url(img/campaign/sports_festival/sports_festival_04.gif) no-repeat 0 0;
	margin:20px 0 0 0;
}

.sports_festival_05{
	height:320px;
	background:url(img/campaign/sports_festival/sports_festival_05.gif) no-repeat 0 0;
	margin:120px 0 0 0;
}
.sports_festival_06{
	height:528px;
	background:url(img/campaign/sports_festival/sports_festival_06.gif) no-repeat 0 0;
	margin:0 0 0 0;
}

.btn01_s_f{
	margin:45px 0 0 225px;
}

.btn01_s_f a{
	width:400px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/sports_festival/btn01_s_f.gif) no-repeat 0 0;
}

.btn01_s_f a:hover {
	background-position: 0 -90px;
}

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

 lp

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

/* lp_201506
------------------------*/
#header_lp{
	height:180px;
}
#lp_contents{

}
.block01_lp_201506{
	width:1100px;
	margin:auto auto;
}
.btn01_lp_201506 a{
	width:470px;
	height:130px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../img/lp/btn01_lp_201506.png) no-repeat 0 0;
	margin:15px auto 20px auto;
}

.btn01_lp_201506 a:hover{
	background-position:0 -130px;
}

.lp_youtube{
	margin:0 0 30px 126px;
}



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

 tp

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.tp_title01{
	font-size:150%;
	line-height:30px;
	color:#E70000;
	border-bottom:double #E70000;
	border-width:5px;
	margin:20px 0 0 0;
}

.tp_title02{
	font-size:120%;
	line-height:25px;
	color:#E70000;
	border-bottom:double #E70000;
	border-width:5px;
	margin:10px 0 0 0;
}

.tp_title03{
	font-size:120%;
	font-weight:bold;
	line-height:1;
	color:#00A1E9;
	margin:20px 0 0 0;
}

.tp_box01{
	width:640px;
	margin:20px 0 0 0;
}

.tp_box01 li{
	float:left;
	width:320px;
	line-height:25px;
}

.tp_box01 li span{
	font-size:140%;
	font-weight:bold;
	line-height:150%;
	background-color:#00A1E9;
	color: white;
	padding:5px;
	margin:6px 0 0 0;
}

.tp_ranking{
	width:640px;
	margin:10px 0 0 0;
}

.tp_ranking li{
	width:160px;
	float:left;
	margin:0 0 0 0;
	font-size:80%;
	line-height:140%;
}
.tp_ranking div{
	width:125px;
	height:125px;

}
.tp_ranking img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.tp_ranking li p{
	padding:10px 0 0 0;
	text-align:center;
}

.tp_textbox{
	margin:10px 0 0 0;
	line-height:25px;
}


.btn01_tp{
	margin:20px 0 0 120px;
}

.btn01_tp a{
	width:400px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/campaign/s_fes2015/btn01_s_fes2015.gif) no-repeat 0 0;
}

.btn01_tp a:hover{
	background-position:0 -90px;
}

.tshirts_design{
	margin:0px 0 0 0;
}
.tshirts_design li{
	width:305px;
	height:;
	border:1px solid;
	float:left;
	margin:10px 0 0 10px;
	font-size:80%;
	line-height:140%;
	padding:0 0 10px 0;
}

.tshirts_design li p{
	padding:0 0 0 15px;
}

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

.t_design_img{
	width:100px;
	float:left;
}

.t_design_text{
	width:200px;
	float:left;
}

.t_design_text01{
	width:640px;
	border:3px solid #0094FF;
	margin:10px 0 0 0;
	font-size:180%;
	line-height:200%;
	color:#0094FF;
	text-align:center;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bolder;
}

@-moz-document url-prefix(){
	input,
	select,
	textarea{
		font-family:MS UI Gothic;
	}
}

.cart_mes{
	margin-top:20px;
	font-size:90%;
	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;
}

.btnArea {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.btnArea a {
	width: 810px;
	height: 264px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background: url(../img/tool_howto/button_tshirts.png) center no-repeat;
	padding-top: 30px;
}

.btnArea a:hover {
	width: 810px;
	height: 264px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background: url(../img/tool_howto/button_tshirts_hover.png) center no-repeat;
	padding-top: 30px;
}

.pt_10{
	padding-top:10px;
}
#main #tshirt .item_code,
#main #icase .item_code,
#main #baby .item_code,
#main #poloshirt .item_code,
#main #parka .item_code,
#main #sweat .item_code,
#main #towel .item_code,
#main #bag .item_code,
#main #apron .item_code,
#main #other .item_code,
#main #longtshirt .item_code{text-transform:uppercase; display: none}

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

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

#btn-edit-store-info a:hover {
    color: #009dff;
}

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

.btn-preview-custom {
	text-align: center;
}

.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  {
	clear: both;
	color: white;
	border: none;
	font-size: 12px;
	text-align: right;
	margin-top: -18px;
	padding-right: 70px;
	margin-bottom: 10px;
}

.link-to-tmix a {
	color: white !important;
}
.btn_draw:hover{
	background: black;
}
.btn_draw{
	width: 100%;
	background: #E70204;
	color: white !important;
	padding: 15px 0px;
	font-size: 18px;
}
.btn_draw a{

}
.none {
	display: none;
}

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

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

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

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

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

.text-bottom .left-text{
    width: 430px;
    float: left;
}

.text-bottom .right-text{
	float: left;
	margin-left: 82px;
    padding-top: 80px;
}

.right-text .btn-purchase {
	background: #ff2100;
	border-radius: 35px;
	padding: 15px 90px;
	height: 62px;
	text-align: center;
	font-size: 14px;
	line-height: 62px;
	color: #fff;
	margin-left: 64px;
}

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

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

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

.text-question {
	font-size: 180%;
	font-weight: bold;
	color: #00aade;
}

.border-div-comp {
	padding-bottom: 15px;
	border-bottom: 3px solid #00aade;
	width: 80%;
	margin: 10px auto;
	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;
}


.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: 60%;
}

@-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: 3px;
}


.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;
}