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

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

#wrapper #header {
	height:245px;
	background: #3A3A3A;
}

#contents{
	width:1080px;
	margin:30px auto 20px auto;
	padding:0 0 50px 0;
	position: relative;
}

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


/* module contents
------------------------*/
#main{
	width:850px;
	float:right;
}

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

#wrapper .column1 #main, .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;
}



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

 common style

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

/* text
------------------------*/
.r_lnk{
	text-align:right;
	margin:0 !important;
}

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

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

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

#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{
	margin:0 3px 3px 3px;
	padding:2px;
	position:relative;
	top:1px;
}

.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;
	/*border:1px solid #202020;*/
}

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

.comp dd{
	text-align:center;
}

.comp dd p a{
	display: block;
	width: 360px;
	min-width: 360px;
	height: 62px;
	background: #e60000;
	border-bottom: 4px solid #a70018;
	text-align: center;
	font-size: 24px;
	line-height: 62px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}



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

 #main contents item search

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

.search{
	padding:0 0 1px 0;
	margin:0 0 30px 0;
}

.search h2{
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/h2_search.gif) no-repeat 0 0;
}

.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;
}
/* left contents
------------------------*/
/*----- bana -----*/
.bana_delivery{
	width:370px;
	height:65px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/bana_delivery.gif) no-repeat 0 0;
    display: block;
    background-size: contain;
}

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

.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: 17px;
    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/left-arrow.png');

}
.top_detail .extra-section .slider .slick-next{
    right: 0;
    background-image: url('../img/right-arrow.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;
    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-edit-product {
	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-edit-product .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-edit-product .modal-container .modal-close {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 28px;
	color: #b8b8b8;
	line-height: 0;
	cursor: pointer; }
.modal-edit-product .modal-container .modal-header {
	padding: 0;
	border: none;
	font-size: 18px;
	font-weight: 500; }
.modal-edit-product .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;
}



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

 #main contents creator info

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

.creator_info{}

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

.creator_info .profile .photo{
	width:198px;
}

.creator_info .profile .info{
	width:540px;
}


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



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

 #main contents index

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

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

/* new item
------------------------*/

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

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

.bana_father a:hover,.bana_father_tag a:hover{
	background-position:0 -130px;
}

.banas_father{
	width:640px;
	margin:0 0 15px 0;
}
.banas_father li{
	float:left;
	width:320px;
}

/* bana tv collabo
------------------------*/
.bana_tv_collabo a{
	width:1080px;
	height:170px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/bana_tv_collabo_present.gif) no-repeat 0 0;
	margin:15px 0 0 0;
}

.bana_tv_collabo a:hover{
	background-position:0 -170px;
}


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

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

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


/* bana_tshirt_present
------------------------*/
.bana_tshirt_present a{
	width:1080px;
	height:170px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/bana_tshirt_present.gif) no-repeat 0 0;
	margin:15px 0 0 0;
}

.bana_tshirt_present a:hover{
	background-position:0 -170px;
}


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

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

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


/* bana_tv_item
------------------------*/
.bana_tv_item a{
	width:1080px;
	height:170px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/bana_tv_item.gif) no-repeat 0 0;
	margin:15px 0 0 0;
}

.bana_tv_item a:hover{
	background-position:0 -170px;
}

/* reco item
------------------------*/
.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;
}


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

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

.s_tag .box{
	margin:0 0 5px 0;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

.s_tag .box p{
	padding:10px;
}


/* bana creator
------------------------*/
.bana_creator{
	margin:10px 0 0 0;
}

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

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

/* bana stamp
------------------------*/
.bana_stamp{
	margin:10px 0 0 0;
}

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

.bana_stamp a:hover{
	background-position:0 -160px;
}

/* ranking
------------------------*/
.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);
}



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

 #main contents login

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

.login{}

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

.login .body{
	margin:25px;
}

.login .login_form,
.login .sns_signup{
	width:500px;
	height:295px;
	padding:1px;
	margin:0 0 30px 0;
	border:1px solid #ccc;
}

.login .signup{
	width:1076px;
	padding:1px;
	border:1px solid #ccc;
}

.login .login_form h3,
.login .sns_signup h3,
.login .signup h3{
	color:#fff;
	font-size:87.5%;
	font-weight:normal;
	padding:10px;
	background:#202020;
}

/* module login form
------------------------*/
.login .login_form{
	float:left;
}

.login_form input[type="text"],
.login_form input[type="password"]{
	width:96%;
	color:#666;
	padding:5px;
	margin:0 0 10px 0;
}

/*----- table -----*/
.login_form table{
	width:100%;
}

.login_form table th{
	width:25%;
	font-size:75%;
	text-align:center;
}

.login_form table th,
.login_form table td{
	padding:10px;
}

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

.reminder a{
	font-size:75%;
	padding:0 0 0 15px;
	background:url(img/arrow2.png) no-repeat 0 50%;
}

/*----- sbmt login -----*/
.login .sbmt{
	width:160px;
	margin:20px auto 0 auto;
}

.sbmt_login{
	width:190px;
	height:35px;
	/display:block; /*IE7*/
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	border:none;
	margin:10px auto 0 auto;
	background:url(img/sbmt_login.gif) no-repeat 0 0;
}

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


/* module sns sign up
------------------------*/
.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;
}


/* module sign up
------------------------*/
.login .signup{
	clear:both;
}

.login .signup .ex{
	width:450px;
	float:left;

}

/*----- 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;
}



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

 #main contents member regist

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

.member_regist{}

.member_regist h2{
	color:#fff;
	font-size:112.5%;
	font-weight:normal;
	height:28px;
	padding:12px 10px 0 10px;
	margin:0 0 20px 0;
}

/* iframe policy
------------------------*/
.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;
}



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

 #main contents company

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

.company{}

.company 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 faq

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

.faq{}

.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_text01{
	font-size:110%;
	font-weight:bold;
}

.item_manual_text02{
	font-size:95%;
	line-height:20px;

	margin:0 0 0 0px;
}

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

.category_list{
	width:850px;
}

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

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

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

 #main contents business customer

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

.b_c{}

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



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

 #main contents sitemap

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

.sitemap{}

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

.sitemap h3{
	font-size:87.5%;
	padding:5px 10px;
	margin:20px 0 15px 0;
	border-left:5px solid #202020;
}

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

.sitemap li{
	width:152px;
	font-size:75%;
	line-height:150%;
	padding:0 0 0 20px;
	margin:0 10px 15px 0;
	background:url(img/arrow2.png) no-repeat 0 3px;
	float:left;
}



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

 #side contents

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

/* bana member
------------------------*/
.bana_member a{
	width:200px;
	height:300px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/bana_member.gif) no-repeat 0 0;
}

.bana_member a:hover{
	background-position:0 -300px;
}


/* bana d_movier
------------------------*/
.bana_d_movie{
	margin:10px 0 0 0;
}

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

.bana_d_movie a:hover{
	background-position:0 -65px;
}

/* bana twitter
------------------------*/
.bana_twitter a{
	width:200px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/bana_twitter.gif) no-repeat 0 0;
	margin:10px 0 0 0;
}

/* bana facebook
------------------------*/
.bana_facebook a{
	width:200px;
	height:200px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/bana_facebook.gif) no-repeat 0 0;
	margin:10px 0 0 0;
}

/* bana googleplus
------------------------*/
.bana_googleplus a{
	width:200px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(img/bana_googleplus.gif) no-repeat 0 0;
	margin:10px 0 0 0;
}


/* category
------------------------*/
.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;
	border-bottom:1px solid #202020;
	border-top:1px solid #202020;
}

.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{
	width:60px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

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

.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 -----*/
.mydesign_info .btn_box{
	text-align: center;
	margin:30px 0 30px 0;
}

.mydesign_info .btn_box p{
	display:inline-block;
	margin:0 20px;
}

.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:28px;
	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_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{
	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;
}

/*----- 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;
}

/* illust_agent
------------------------*/
#illust_agent{
	width:640px;
	height:3200px;
	background-color:#39B54A;
}
.illust_agent_img{
	width:640px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.illust_agent_01{
	height:300px;
	background:url(img/campaign/illust_agent/illust_agent_01.gif) no-repeat 0 0;
}

.illust_agent_02{
	height:110px;
	background:url(img/campaign/illust_agent/illust_agent_02.gif) no-repeat 0 0;
}

.illust_agent_03{
	height:560px;
	background:url(img/campaign/illust_agent/illust_agent_03.gif) no-repeat 0 0;
}

.illust_agent_04{
	height:730px;
	background:url(img/campaign/illust_agent/illust_agent_04.jpg) no-repeat 0 0;
}

.illust_agent_05{
	height:140px;
	background:url(img/campaign/illust_agent/illust_agent_05.gif) no-repeat 0 0;
}

.illust_agent_06{
	height:335px;
	background:url(img/campaign/illust_agent/illust_agent_06.jpg) no-repeat 0 0;
}

.illust_agent_07{
	height:130px;
	background:url(img/campaign/illust_agent/illust_agent_07.gif) no-repeat 0 0;
}

.illust_agent_08{
	height:510px;
	background:url(img/campaign/illust_agent/illust_agent_08.jpg) no-repeat 0 0;
}

.illust_agent_09{
	height:130px;
	background:url(img/campaign/illust_agent/illust_agent_09.gif) no-repeat 0 0;
}

.illust_agent_10{
	height:145px;
}

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

.btn01_illust_agent{
	padding:32px 0 0 180px;
}

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

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

/* s_fes2015
------------------------*/
.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;
}

/* tv_collabo
------------------------*/
.tv_collabo_img{
	width:850px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.tv_collabo_01{
	height:460px;
	background:url(img/campaign/tv_collabo/tv_collabo01.gif) no-repeat 0 0;
}

.tv_collabo_02{
	height:60px;
	background:url(img/campaign/tv_collabo/tv_collabo02.gif) no-repeat 0 0;
	margin:20px 0 0 0;
}

.tv_collabo_03{
	height:365px;
	background:url(img/campaign/tv_collabo/tv_collabo03.jpg) no-repeat 0 0;
	margin:20px 0 0 0;
}

.tv_collabo_04{
	height:60px;
	background:url(img/campaign/tv_collabo/tv_collabo04.gif) no-repeat 0 0;
	margin:27px 0 0 0;
}

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

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

.tv_collabo_text_red{
	color:#ED1C24;
	font-size:40px;
}

.tv_collabo_text_blue{
	color:#0094FF;
	font-size:40px;
}

.tv_collabo_text02{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:22px;
	margin:15px 0 0 110px;
	font-weight:bolder;
}

.tv_collabo_text03{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:28px;
	margin:10px 0 0 0;
	font-weight:bolder;
	text-align:center;
}

.btn01_tv_collabo{
	margin:30px 0 0 200px;
}

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

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

/* tv_collabo_p
------------------------*/
.tv_collabo_p_01{
	height:390px;
	background:url(img/campaign/tv_collabo_present/tv_collabo_present01.gif) no-repeat 0 0;
}

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

.btn01_tv_collabo{
	margin:30px 0 0 200px;
}

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

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

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

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

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

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

.tv_collabo_text04{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:22px;
	margin:10px 0 0 0;
	font-weight:bolder;
}

.tv_collabo_text04 span{
	color:#F00;
}

.tv_collabo_text05{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:22px;
	margin:10px 0 0 0;
	font-weight:bolder;
	text-align:center;
}

.tv_collabo_text06{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:15px;
	margin:50px 0 0 0;
	font-weight:bolder;
	text-align:center;
	padding:20px 0 0 0;
}

.tv_collabo_text06 a:hover{
	color:#F00;
}

.tv_collabo_text06 span{
	color:#FFF;
	background-color:#F00;
}

.tv_collabo_text07{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:22px;
	margin:10px 0 0 0;
	font-weight:bolder;
	text-align:center;
}

.tv_collabo_text07 span{
	color:#F00;
}

.tv_collabo_p_talent01{
	width:425px;
	margin:10px 0 0 0;
	float:left;
}

.tv_collabo_p_tshits div{
	float:left;
	width:125px;
	margin:0 0 0 0;
}
.tv_collabo_p_tshits label{
	width:100px;
}
/*----- btn sns -----*/
.btn_tv_c_facebook{
	float:left;

}
.btn_tv_c_twitter{
	float:left

}

.btn_tv_c_facebook a,.btn_tv_c_twitter a
{
	width:190px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:10px 0 0 15px;
}

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

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

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

.btn_talent01 a:hover{
	filter:alpha(opacity=50);
	opacity:0.5;
}

.btn_tv_collabo_stamp{
	margin:20px 0 0 0;
}

.btn_tv_collabo_stamp a:hover{
	filter:alpha(opacity=50);
	opacity:0.5;
}

/* tv_item
------------------------*/
.tv_item_title{
	height:200px;
	background:url(img/campaign/tv_item/tv_item_title.gif) no-repeat 0 0;
}

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

.tv_item_list{
	margin:20px 0 0 -20px;
}

.tv_item_list li{
	float:left;
	margin: 0 0 20px 20px;
}

.tv_item_list li a:hover{
	filter:alpha(opacity=40);
	opacity:0.4;
}

.tv_item_list li p{
	margin:10px 0 0 0;
	text-align:center;
}

/* tshirt_present
------------------------*/
.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;
	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:0;
}
.tshirts_design li{
	width:305px;
	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;
}

/*---------------------------------
Tシャツデザインツールの使い方 STEPタイトル - フォント調整
---------------------------------*/
#tool_howto-use .youtube {
	margin-bottom: 20px;
}

#tool_howto-use h4 {
	font-weight: bold;
    font-size: 108%;
    padding: 2px 0 0 12px;
	margin-top: 20px;
}

.guide .flow li p {
    padding-top: 10px;
	font-size: 90%;
}

.guide .flow li p.gyo {
    padding-top: 0;
}


/*ステップ画像*/
#tool_howto-use .guide .flow .step1 span {
    background-image: url(../img/tool_howto/step1.png);
}
#tool_howto-use .guide .flow .step1 span.step1_none {
    background-image: url(../img/tool_howto/step1_none.png);
}

#tool_howto-use .guide .flow .step2 span {
    background-image: url(../img/tool_howto/step2.png);
}
#tool_howto-use .guide .flow .step2 span.step2_none {
    background-image: url(../img/tool_howto/step2_none.png);
}

#tool_howto-use .guide .flow .step3 span {
    background-image: url(../img/tool_howto/step3.png);
}
#tool_howto-use .guide .flow .step3 span.step3_none {
    background-image: url(../img/tool_howto/step3_none.png);
}

#tool_howto-use .guide .flow .step4 span {
    background-image: url(../img/tool_howto/step4.png);
}
#tool_howto-use .guide .flow .step4 span.step4_none {
    background-image: url(../img/tool_howto/step4_none.png);
}

/*項目１*/
#tool_howto-use .guide #tab1 .flow.koumoku01 .step1 {
    background-image: url(../img/tool_howto/buy_k1_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku01 .step2 {
    background-image: url(../img/tool_howto/buy_k1_2_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku01 .step3 {
    background-image: url(../img/tool_howto/buy_k1_3_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku01 .step4 {
    background-image: url(../img/tool_howto/buy_k1_4_bg.png);
}

/*項目２*/
#tool_howto-use .guide #tab1 .flow.koumoku02 .step1 {
    background-image: url(../img/tool_howto/buy_k2_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku02 .step2 {
    background-image: url(../img/tool_howto/buy_k2_2_bg.png);
}

/*項目３*/
#tool_howto-use .guide #tab1 .flow.koumoku03 .step1 {
    background-image: url(../img/tool_howto/buy_k3_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku03 .step2 {
    background-image: url(../img/tool_howto/buy_k3_2_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku03 .step3 {
    background-image: url(../img/tool_howto/buy_k3_3_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku03 .step4 {
    background-image: url(../img/tool_howto/buy_k3_4_bg.png);
}

/*項目４*/
#tool_howto-use .guide #tab1 .flow.koumoku04 .step1 {
    background-image: url(../img/tool_howto/buy_k4_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku04 .step2 {
    background-image: url(../img/tool_howto/buy_k4_2_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku04 .step3 {
    background-image: url(../img/tool_howto/buy_k4_3_bg.png);
}


/*項目５*/
#tool_howto-use .guide #tab1 .flow.koumoku05 .step1 {
    background-image: url(../img/tool_howto/buy_k5_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku05 .step2 {
	 background-image: url(../img/tool_howto/buy_k5_3_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku05 .step3 {
    /**background-image: url(../img/tool_howto/buy_k5_3_bg.png);**/
}

/*項目６*/
#tool_howto-use .guide #tab1 .flow.koumoku06 .step1 {
    background-image: url(../img/tool_howto/buy_k6_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku06 .step2 {
    background-image: url(../img/tool_howto/buy_k6_2_bg.png);
}

/*項目７*/
#tool_howto-use .guide #tab1 .flow.koumoku07 .step1 {
    background-image: url(../img/tool_howto/buy_k7_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku07 .step2 {
    background-image: url(../img/tool_howto/buy_k7_2_bg.png);
}

/*項目８*/
#tool_howto-use .guide #tab1 .flow.koumoku08 .step1 {
    background-image: url(../img/tool_howto/buy_k8_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku08 .step2 {
    background-image: url(../img/tool_howto/buy_k8_2_bg.png);
}

/*項目９*/
#tool_howto-use .guide #tab1 .flow.koumoku09 .step1 {
    background-image: url(../img/tool_howto/buy_k9_1_bg.png);
}

#tool_howto-use .guide #tab1 .flow.koumoku09 .step2 {
    background-image: url(../img/tool_howto/buy_k9_2_bg.png);
}

/*項目１０*/
#tool_howto-use .guide #tab1 .flow.koumoku10 .step1 {
    background-image: url(../img/tool_howto/buy_k10_1_bg.png);
}

/*ボタン エリア*/
.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;
}
.none{
	display: none;
}

.item-list li.bl-hot {
    width: 340px;
    float: left;
	border: 2px solid #f3f3f3;
	margin-bottom: 25px;
}


.item-list li.bl-hot .img-box {
	background-color: #F3F3F3;
}

.item-list li.bl-hot .img-box a {
	display: inline-block;
	width: 100%;
}

.item-list li.bl-hot .img-box img {
	display: block;
	margin: auto;
	width: 245px;
	padding: 30px 0;
}

.page-title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 0 20px;
	padding: 13px;
	background: #3A3A3A;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.text-center {
	text-align: center;
}

.item-info .quantity-size {
	color: #949494;
}

.item-info .category .category-title {
	border: 2px solid #949494;
	padding: 2px 5px;
	border-radius: 15px;
	font-size: 14px;
}

.bl-hot .item-info {
	padding: 10px 10px 0 10px;
}

.clear-fix {
	clear: both;
}

.item-info .category .price {
	float: right;
	font-size: 18px;
}

.item-info .item-name {
	line-height: 18px;
}

.bl-hot:nth-child(4), .bl-hot:nth-child(7) {
	clear: both;
}

.item .page_navi ul li a {
	border-radius: 50%;
	background: #898989;
	font-weight: bold;
	color: #fff;
}

.item .page_navi ul li span {
	background: white;
	color: #898989;
	border-radius: 50%;
}

.item .page_navi ul li a:hover {
	background: #fff;
	color: #898989;
}

#wrapper #header .search-box {
	background: #232323;
}

.header-logo h1 img {
	height: 50px;
	max-width: 320px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.header-logo {
	padding-top: 7px;
}

#delivery-date {
	width: auto;
	display: inline-block;
	float: right;
	background: #FFCA00;
	line-height: 20px;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
}

.header-logo, .header-logo h1, #header .link, .search-box .price, .search-box .category, .search-box .search {
	display: inline-block;
}
.search-box .price, .search-box .category, .search-box .search {
	line-height: 20px;
	float: left;
	margin: 0;
	padding-right: 20px;
}

#header .link {
	vertical-align: top;
	padding-top: 12px;
	padding-left: 10px;
}

#header .link button {
	border: 2px solid #ffffff;
	color: #ffffff;
	background: none;
	border-radius: 20px;
	padding: 10px;
	margin-top: 5px;
}

#delivery-date h3 {
	font-weight: bold;
	color: #D40102;
	font-size: 20px;
}

#wrapper #header .wrap {
	min-height: 72px;
	height: 72px;
}

.search-box .wrap select, .search-box .wrap input {
	background: #000000;
	color: #ffffffff;
	border-radius: 5px;
	padding: 2px 10px;
	width: auto;
}
.search-box .wrap input {
	width: 125px;
	border: #fff solid 0.5px;
}
.search-box .wrap .search button {
	background: #000000;
	color: #ffffffff;
	padding: 10px 45px;
	border-radius: 5px;
	border: 0;
	margin-top: 6px;
}
.search-box .wrap .search button:hover {
	opacity: .7;
}
.search-box .wrap {
	color: #ffffff;
}

.backward {
	display: inline-block;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.search-box .wrap {
	padding-top: 10px;
}

#wrapper #header .search-box .wrap {
	min-height: 55px;
	height: 65px;
}

#wrapper #footer {
	background: #3A3A3A;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 15px 0 15px;
	line-height: 25px;
}

#wrapper #footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#wrapper #contents .page_navi {
	border: 2px solid #D7D7D7;
	padding: 10px;
}

#contents.item-detail .item_info .top_detail .left, #contents.item-detail .item_info .top_detail .right {
	width: 49% !important;
}

#contents.item-detail .item_info .top_detail .left {
	text-align: center;
}

.float-left {
	float: left;
}

#contents.item-detail .item_info .top_detail .left .main-image {
	display: flex;
	justify-content: center;
	background: #F3F3F3;
	padding: 10px;
	margin-bottom: 10px;
}

#contents.item-detail .item_info .top_detail .left .preview-image ul li {
	float: left;
	border: 1px solid #F3F3F3;
	padding: 5px;
	margin-right: 5px;
	width: 70px;
	height: 70px;
}

#contents.item-detail .item_info .top_detail .left .preview-image ul li img {
	width: 100%;
	height: auto;
}

#contents.item-detail .item_info .top_detail .right .item-name {
	background: #3A3A3A;
	width: auto;
	color: #ffffff;
	padding: 10px 10px;
}

#contents.item-detail .item_info .top_detail .right .item-name h2 {
	padding: 10px;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
}

#contents.item-detail .item_info .top_detail .right .item-name .item-type {
	padding: 0 10px 10px 10px;
}

#contents.item-detail .item_info .top_detail .right .item-cost {
	color: #ffffff;
	background: #FE0036;
	border-radius: 20px;
	padding: 5px 10px;
	font-weight: 500;
}

#contents.item-detail .item_info .top_detail .right .item-description {
	margin-top: 10px;
	line-height: 20px;
	white-space: pre-line;
	overflow-wrap: break-word;
}

#contents.item-detail .item_info .top_detail .right .common-info {
	margin-top: 10px;
}

#contents.item-detail .item_info .top_detail .right .extra-section .slider{
	border: 2px solid #D6D6D6;
	border-radius: 3px;
	padding: 0 15px;
}

#contents.item-detail .item_info .top_detail .right .extra-section.size .slick-track .item {
	height: 40px;
	width: 40px !important;
	margin: 5px 5px 0 5px;
}

#contents.item-detail .item_info .top_detail .right .extra-section.color .slick-track .item {
	margin: 5px 5px 0 5px;
	height: 50px;
}

#contents.item-detail .item_info .top_detail .right .item-actions .quantity {
	margin-bottom: 25px;
	line-height: 55px;
}

#contents.item-detail .item_info .top_detail .right .item-actions .purchase-button .cart-btn {
	width: 100%;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px solid #a70018;
}

#contents.item-detail .item_info .top_detail .right .item-actions .purchase-button .cart-btn img {
	height: 25px;
	vertical-align: middle;
}

#contents.item-detail .item_info .top_detail .right .extra-section .slick-track .item.active {
	border: 2px solid #ffb925;
	background-color: unset;
	border-radius: 50%;
}

#contents.item-detail .item_info .top_detail .extra-section.size .item.active:after {
	color: #000000;
}

#contents.item-detail .item_info .top_detail .right .extra-section.color .slick-track .item.active {
	width: 47px !important;
	height: 45px;
}

#contents.item-detail .item_info .top_detail .right .extra-section .slick-track .item:hover {
	cursor: pointer;
}

#contents.item-detail .item_info .top_detail .extra-section.color .slider .slick-arrow {
	top: 25px;
}

#contents.item-detail .item_info .top_detail .right .extra-section .slick-track .item:hover {
	border: 2px solid #000000;
	background-color: unset;
	border-radius: 50%;
}

#contents.item-detail .item_info .top_detail .right .extra-section.color .slick-track .item:hover {
	width: 47px !important;
	height: 45px;
}


/*side bar*/
#sidebar {
	display: block;
	width: 300px;
	background: #e7e7e7;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999;
	overflow-y: scroll;
}

.sidebar__top-block {
	padding: 20px 10px 17px;
	background: #aeaeae;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px; }
@media (max-width: 991px) {
	.sidebar__top-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }

.sidebar__title {
	display: block;
	font-size: 18px;
	line-height: 22px; }
@media (max-width: 991px) {
	.sidebar__title {
		margin-right: 10px; } }

.sidebar__top-btn {
	width: 46px;
	padding: 7px 4px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff !important;
	font-weight: bold;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; }
@media (max-width: 991px) {
	.sidebar__top-btn {
		margin-right: 10px; } }
.sidebar__top-btn:hover {
	cursor: pointer;
	opacity: .6; }

.sidebar__container {
	padding: 0 10px; }

.sidebar__list {
	margin: 0;
	padding: 0;
	list-style: none; }

@media (max-width: 991px) {
	.sidebar__img-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }

@media (max-width: 991px) {
	.sidebar__holder {
		width: 33.333%;
		padding: 0 10px; } }

@media (max-width: 767px) {
	.sidebar__holder {
		width: 50%; } }

@media (max-width: 499px) {
	.sidebar__holder {
		width: 100%; } }

.sidebar__list-title {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	padding-right: 20px;
	padding: 15px 0 12px; }
@media (max-width: 991px) {
	.sidebar__list-title {
		font-size: 16px;
		line-height: 20px;
		padding-right: 20px; } }
.sidebar__list-title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 9px 0 9px;
	border-color: #000000 transparent transparent transparent; }
.sidebar__list-title:before {
	content: '';
	position: absolute;
	top: 46%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 9px 0 9px;
	border-color: #e7e7e7 transparent transparent transparent;
	z-index: 2; }

.sidebar__box-img {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 64%;
	margin-bottom: 12px; }

.sidebar__img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%; }
.black-bg {
	background: #000; }

.red-bg {
	background: #ca0000; }
.box-btn .delete-btn, .box-btn .upload-btn {
	display: inline-block;
	width: 75px;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 4px;
	text-align: center;
	background: #269fc2;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.box-btn-fa .delete-btn-fa, .box-btn-fa .upload-btn-fa {
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
	width: 90%;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 4px;
	text-align: center;
	background: #269fc2;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* components */
.checkbox,
.radio {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden; }

.radio {
	margin-bottom: 0;
	padding: 15px 0; }

.checkbox label,
.radio label {
	display: inline-block;
	vertical-align: top; }

.checkbox span,
.radio span {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; }

.radio span {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold; }
@media (max-width: 991px) {
	.radio span {
		font-size: 12px;
		line-height: 16px; } }

.checkbox [type=checkbox] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1; }

.checkbox label {
	position: relative;
	padding-left: 28px;
	cursor: pointer; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator,
.checkbox [type=checkbox]:checked ~ .control-indicator {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	margin-top: -1px;
	border: 2px solid #d6d6d6;
	background: #fff;
	border-radius: 3px; }

.checkbox [type=checkbox]:checked ~ span {
	color: #222; }

.checkbox [type=checkbox]:checked ~ .control-indicator {
	background: #fff;
	border-color: #d6d6d6; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator:after,
.checkbox [type=checkbox]:checked ~ .control-indicator:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 12px;
	height: 10px;
	background: url(/common/images/ico-check.svg) 50% 50% no-repeat;
	background-size: cover;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0); }

.checkbox [type=checkbox]:checked ~ .control-indicator:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); }

.checkbox [type=checkbox]:disabled:not(:checked) ~ .control-indicator,
.checkbox [type=checkbox]:disabled:checked ~ .control-indicator {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #e1e2e6;
	background-color: #f9f9f9;
	opacity: 0.6; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #aaa;
	background-color: #fff; }

.checkbox [type=checkbox]:disabled:not(:checked) ~ .control-indicator:after {
	color: #999; }

.checkbox [type=checkbox]:disabled ~ span {
	color: #9e9e9e; }

.radio [type=radio] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1; }

.radio label {
	position: relative;
	padding-left: 0;
	padding-right: 28px;
	cursor: pointer; }

.radio [type=text] ~ .control-indicator,
.radio [type=text] ~ .control-indicator {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	margin-top: -1px;
	border: 1px solid #050505;
	background: #f8f8f8;
	border-radius: 50%; }

.radio [type=radio] ~ span {
	color: #222; }

.radio [type=text] ~ .control-indicator {
	background: #3a3a3a;
	border-color: #050505; }

.radio [type=text] ~ .control-indicator:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.radio [type=radio]:disabled:not(:checked) ~ .control-indicator,
.radio [type=radio]:disabled:checked ~ .control-indicator {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #e1e2e6;
	background-color: #f9f9f9;
	opacity: 0.6; }

.radio [type=text] ~ .control-indicator {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #050505;
	background-color: #fff; }

.radio [type=radio]:disabled:checked ~ .control-indicator:after {
	color: #999; }

.radio [type=radio]:disabled ~ span {
	color: #9e9e9e; }

.checkbox-box {
	border-bottom: 1px dashed #a5a5a5; }
.checkbox-box .box-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px; }
.checkbox-box .box-btn .delete-btn, .checkbox-box .box-btn  .upload-btn {
	display: inline-block;
	min-width: 75px;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 4px;
	text-align: center;
	background: #269fc2;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; }
.checkbox-box .box-btn-fa .delete-btn-fa, .checkbox-box .box-btn-fa  .upload-btn-fa {
	display: inline-block;
	min-width: 75px;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 4px;
	text-align: center;
	background: #269fc2;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; }
.checkbox-box .box-btn .delete-btn:hover, .checkbox-box .box-btn  .upload-btn:hover {
	opacity: .7; }
.checkbox-box .box-btn-fa .delete-btn-fa:hover, .checkbox-box .box-btn-fa  .upload-btn-fa:hover {
	opacity: .7; }
.checkbox-box .box-btn span {
	font-size: 14px;
	line-height: 18px; }
#sidebar .sidebar__top-block .black-bg {
	width: 50px;
	padding: 7px 4px;
}
.sidebar__list-title:hover, .sidebar__box-img img:hover {
	cursor: pointer;
}
.sidebar__img-list, .sidebar-header, .sidebar-search-box, .sidebar-page, .sidebar-banner-pr {
	display: none;
}
.sidebar__img-list.active, .sidebar-header.active, .sidebar-search-box.active, .sidebar-banner-pr, .sidebar-page.active {
	display: block;
}
.display-block {
	display: block !important;
}
.checkbox-box .box-btn  .upload-btn {
	width: 125px;
}
.checkbox-box .box-btn-fa  .upload-btn-fa {
	width: 200px;
}
.custom-color-picker {
	width: 0;
	position: absolute;
	right: 5px;
	height: 0;
	border: none;
}
.display-none {
	display: none !important;
}
.delete-btn:hover {
	cursor: pointer;
}

.form-block-cart .expiration-date-block select#card_y {
	width: 85px;
}

.custom-item-page {
	width: 1080px;
	background: #fff;
	padding: 1px 20px 20px 20px;
	margin-left: -20px;
}

.item-list li.bl-hot:hover {
	opacity: .7;
	-webkit-transform: translate(2px, -2px);
	-ms-transform: translate(2px, -2px);
	transform: translate(2px, -2px);
	-webkit-box-shadow: -4px 5px 8px 1px rgba(169, 169, 169, 0.75);
	box-shadow: -4px 5px 8px 1px rgba(169, 169, 169, 0.75);
}

.logo-text {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.white-color, .header-logo .white-color {
	color: white;
}
.custom-item-page.pt-15, .pt-15 {
	padding-top: 15px;
}

.logout-btn {
	padding: 0 27px;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	border-radius: 4px;
	background: linear-gradient(to bottom, #ff7400 0%, #ff4800 100%);
}

.logout-btn:hover {
	cursor: pointer;
}
.circle {
	width: 36px;
	height: 36px;
	background: white;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}
.circle.setting-circle, .circle.setting-circle_1 {
	top: -13px;
	position: relative;
	right: -91px;
}
.circle:hover {
	cursor: pointer;
}
.logged-in-user {
	position: relative;
	top: -27px;
	display: inline-flex;
	z-index: 999;
	right: -76px;
}
.setting-circle i, .setting-circle_1 i {
	color: black;
	font-size: 28px;
	margin-top: 5px;
	margin-left: 6px;
}

.policy-content table.common {
	border: 1px solid #d4d4d4;
}
.policy-content table.common tr {
	border: 1px solid #d4d4d4;
}
.policy-content table.common tr th {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	background-color: #f5f5f5;
	padding: 10px;
}

.policy-content table.common tr td {
	text-align: left;
	font-size: 15px;
	background-color: #ffffff;
	padding: 10px;
	word-wrap: break-word;
}

.search-box .sort {
    float: right;
    margin-right: 40px;
}

.item-info .category .price {
  font-size: 16px;
}

.item-info .category .price .text-price-tax {
  font-size: 12px;
  margin-left: 3px;
}
