@charset "utf-8";

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

 default style reset

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

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

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

html{
	overflow-y:scroll;
}

body {
	line-height:1;
}

blockquote, q{
	quotes:none;
}

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

input, select{
	vertical-align:middle;
}

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

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

ol, ul{
	list-style:none;
}

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

a:focus{
	outline:none;
}

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


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

 common style

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

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

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

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

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

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

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

#logo a{
	width:85px;
	height:40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/logo.png) no-repeat 0 0;
	background-size:85px 40px;
}
.logo_text{
	font-size:1%;
	line-height:195%;
	float:left;
}

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

#topicpath li strong{}

#topicpath li span{
	color:#878787;
}

footer{
	margin:0 auto;
}

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

#main{
	overflow:hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

 #main contents form

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

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

.sbmt_box .sbmt{
	display:inline;
}

.sbmt_box .btn{
	margin:0;
}

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

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

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

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

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

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

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

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

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

.form textarea{
	width:98%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.error ul{
	padding:0 10px;
}

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

/*----- message -----*/
.comp dl{
	padding:20px;
	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{
	font-size:75%;
	line-height:150%;
	display:inline;
	padding:0 0 0 15px;
	margin:0 10px;
	background:url(img/arrow1.png) no-repeat 0 0;
	background-size:12px 12px;
}


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

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

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

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

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


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

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

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

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

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


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

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


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

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



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

 #main contents cart

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

.cart{
	margin:0 5px;
}

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

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

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

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

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

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

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

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

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

.sum table{
	width:100%;
}

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

.sum table th{
	width:80%;
}

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

.cart .account{
	background:#f7f7f9;
}

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



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

 #main contents order info

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

.order_info{
	margin:0 5px;
}

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

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



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

 #main contents item search

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

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

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

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

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

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

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

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

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

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

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

.page_navi ul{
	text-align:center;
}

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

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

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

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

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


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

 #main contents item list

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

.item_list{
	margin:0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list2 li td{
	background:#fff;
}


.item_info{
	margin:0 5px;
}

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

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

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

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

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

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

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

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

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


.tags{
	margin: 10px 0;
}

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tweet{
	width:100px;
}

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

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

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

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

.item_info .photo .btn-create-design{
	background-color: #ffffff;
	position: absolute;
	bottom: 5px;
	left: 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;
}

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

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

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

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

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

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

.category li a{
	color:#FFF;
}

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

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

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

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

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

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


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

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

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

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

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

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

.profile .ex{
	clear:left;
}

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

#slider{
	width:100%;
}

.jCarousel{
	width:100%;
}

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

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

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

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

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

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

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

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

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

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

.news{
	margin:0 5px;
}

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

dl.news_list{}

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

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

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

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



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

 #main contents about

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

.about{
	margin:0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sub table th{
	width:70%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.faq li p{
	font-size:75%;
	line-height:160%;
	padding:0 0 0 17px;
	margin:10px 0 10px 0;
	background-size:12px 11px;
}

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

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

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

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



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

 #main contents design guide

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

.d_guide{
	margin:0 5px;
}

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

.d_guide ul{}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.tool{
	margin:0 5px;
}

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

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

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

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

.bookmark_list{
	margin:0 5px;
}

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

.btn_delete{
	width:15px;
	margin:10px 0 0 0;
}

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

.report_list{
	margin:0 5px;
}

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

.mydesign{
	margin:0 5px;
}

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

.mydesign_info{
	margin:0 5px;
}

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

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

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

.password{
	margin:0 5px;
}

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


.delete{
	margin:0 5px;
}

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

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

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

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

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

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

 #main contents item_detail

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

.item_detail{
	margin:0 5px;
}

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

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

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

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

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


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




.item_manual{
	margin:0 5px;
}

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

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

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

.item_manual_box01 li{
	line-height:25px;

}

.box01_right{

}

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

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

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

	margin:10px 0 10px 0;


}

.s_item_detail{
	width:350px;
}

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

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

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


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

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

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

.btn_again a{
	background-image: url(/common/smart/design/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(/common/smart/design/img/btn_again.png);
	background-repeat: no-repeat;
	background-position: 0px -22px;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 21px;
	width: 110px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.none {
	display: none;
}

.rank-sale {
	display: block;
	width: 100%;
	width: 100% !important;
	height: 45px;
	z-index: 100 !important;
	margin-top: 70px !important;
	padding-top: 0 !important;
	background-color: #000000ab !important;
}
.user-wrap {
	margin-top: 115px;
	padding-top: 0 !important;
}
.logged-user-header .nav {
	margin-top: 115px;
	padding-top: 0px !important;
}

/*page 404*/
.content-page-404 {
	padding: 0 10px;
	margin-bottom: 55px;
	margin-top: 40px;
}

.content-page-404 .shirt-404 {
	display: block;
	width: 80%;
	margin: auto;
}

.content-page-404 .banner-404 {
	display: block;
	width: 100%;
	margin-top: 30px;

}
.content-page-404 a {
	display: block;
	width: 100%;
	margin: 20px 0;
}
.content-page-404 a img {
	display: block;
	width: 100%;
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.under_list_basic_item {
	background: #fffef1;
	padding: 15px 22px;
	padding-bottom: 5px;
}
.under_list_basic_item a {
	display: block;
	background: #fff;
	border: 1px solid #caddeb;
	padding: 15px;
	transition: 0.3s;
	margin-bottom: 45px;
}
.under_list_basic_item a:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.under_list_basic_item a h3 {
	display: block;
	color: #2082a2;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
	border-bottom: 2px solid;
	margin-bottom: 15px;
}
.under_list_basic_item a img {
	display: block;
	width: 35%;
	float:left;
	margin-bottom: 5px;
}
.button_list_basic_item {
	position: relative;
	display:inline-block;
	width: 65%;
	padding-left: 20px;
}
.button_list_basic_item > span {
	display: inline-block;
	font-size: 20px;
	margin-top: -1px;
	color: #ed002d;
	font-weight: bold;
	padding-bottom: 5px;
}
.button_list_basic_item-1 {
	border: 1px solid;
	padding: 1px;
	margin-bottom: 7px;
	border-radius: 1px;
	width: 47%;
}
.button_list_basic_item-1 p {
	display: flex;
	padding: 5px 0;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	background:#007b80;
	color: #fff;
	font-size: 10px;
}
.button_list_basic_item-2 {
	position: absolute;
	border: 1px solid;
	padding: 1px;
	border-radius: 1px;
	width: 46%;
	bottom: 7px;
	right: 0px;
}
.button_list_basic_item-2 p {
	display: flex;
	padding: 5px 0;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	background: #444444;
	color: #fff;
	font-size: 10px;
}
.button_list_basic_item > p {
	display: block;
	font-size: 10px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	height: 75px;
}
.button_list_basic_item-1 p:first-child {
	padding-bottom: 3px;
}
.button_list_basic_item-1 p:last-child {
	padding-top: 0;
}
.button_list_basic_item-2 p:first-child {
	padding-bottom: 3px;
}
.button_list_basic_item-2 p:last-child {
	padding-top: 0px;
	padding-bottom: 5px;
}
.under_list_basic_item .slick-prev {
	top: 45%;
	left: 0;
	z-index: 100;
}
.under_list_basic_item .slick-prev:before {
	color: #333;
	font-size: 25px;
}
.under_list_basic_item .slick-next {
	top: 45%;
	right: 5px;
	z-index: 100;
}
.under_list_basic_item .slick-next:before {
	color: #333;
	font-size: 25px;
}
.under_list_basic_item  .slick-dots {
	bottom: 7px;
	width: calc(100% - 44px);
}
.card_list_basic_item {
	margin: 4px 2px 0 2px;
}

.guide .flow li{
	overflow: hidden;
	background-position: 100% 0;
	background-size: 37% auto;
	background-repeat:no-repeat;
	position: relative;
	padding-left: 40px;
}
.guide .flow li p{
	font-size:12px;
	line-height:16px;
	padding-right: 5px;
}
.guide .w-p{
	width: 60%;
}
.guide .flow li p strong{
	color:#01619e;
	display:block;
	margin:10px 0 0 0;
}

/*----- tab1 flow -----*/
.guide #tab1 .flow .step5 p{
	width:90%;
}
.guide .flow li:after{
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 3px;
	height: 100%;
	background-color: #d61518;
}
.guide .flow li:last-child:after{
	display: none;
}
/*----- step -----*/
.guide .flow li span{
	width:33px;
	height:230px;
	text-indent:-9999px;
	margin:0 0 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
}
.guide #tab .tabs{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #000;
	display: flex;
	justify-content: center;
}
.guide #tab .tabs li{
	display: inline-block;
	vertical-align: top;
}
.guide #tab .tabs li h2.tab_02,
.guide #tab .tabs li h2.tab_01{
	background: none;
	text-indent: none;
}
.guide #tab .tabs li h2.tab_02,
.guide #tab .tabs li h2.tab_01{
	background-color: #e3e3e3;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	width:115px;
	height:25px;
}
.guide #tab .tabs li.active h2{
	background-color: #2a2a2a;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	width:115px;
	height:25px;
	margin-right: 12px;
}
.guide #tab .tabs li.active h2.tab_02{
	margin-left: 12px;
}
.guide #tab .tabs li h2 a{
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #000;
	text-align: center;
}
.guide #tab .tabs li.active h2 a{
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	text-align: center;
}
.guide .flow .step1 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step1.png); -webkit-background-size: contain;
	background-size: 100% auto; }
.guide .flow .step2 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step2.png); -webkit-background-size: contain;
	background-size: 100% auto; }
.guide .flow .step3 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step3.png); -webkit-background-size: contain;
	background-size: 100% auto; }
.guide .flow .step4 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step4.png); -webkit-background-size: contain;
	background-size: 100% auto; }
.guide .flow .step5 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step5.png); background-position-x: 20%;
	background-size: 100% auto; }
.guide .flow .step3-1 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step3-1.png); background-size: 100%; }

/*.guide #tab1 .flow .step1{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item1.jpg);*/
/*}*/
/*.guide #tab1 .flow .step2{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item1.jpg);*/
/*}*/
/*.guide #tab1 .flow .step3{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item2.jpg);*/
/*}*/
/*.guide #tab1 .flow .step4{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item3.jpg);*/
/*}*/
.guide .dotted{
	width: 100%;
	border-bottom: 1px dotted #000;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.guide .dotted_flot{
	display: block;
}
.guide .dotted_flot .dotted-img{
	display: block;
	float: right;
	width: 150px;
}
.guide .dotted_flot .paragraph{
	/*overflow: hidden;*/
	/*width: auto !important;*/
}
.guide .ex a{
	text-decoration: underline;
	color: #007dd5;
}
.guide .guide .flow li p strong{
	font-weight: bold;
	color: #000;
}
.guide .ex{
	font-size: 12px;
	line-height: 20px;
}
.guide .guide .img img.w100p{
	width: 100%;
}
.guide .dotted .dotted-img{
	width: 40%;
}

.guide .dotted .dotted-img img{
	display: block;
	width: 100%;
}
.guide .dotted2{
	display: block;
}
.guide .dotted2 .dotted-img {
	width: 90%;
}
.guide .dotted-img-50{
	width: 80%;
}
/* end mike-guide */
/* module flow
------------------------*/
.guide .flow li{
	overflow: hidden;
	background-position: 100% 0;
	background-size: 37% auto;
	background-repeat:no-repeat;
	position: relative;
	padding-left: 40px;
}
.guide .flow li p{
	font-size:12px;
	line-height:16px;
	padding-right: 5px;
}
.guide .w-p{
	width: 60%;
}
.guide .flow li p strong{
	color:#01619e;
	display:block;
	margin:10px 0 0 0;
}

/*----- tab1 flow -----*/
.guide #tab1 .flow .step5 p{
	width:90%;
}
.guide .flow li:after{
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: 3px;
	height: 100%;
	background-color: #d61518;
}
.guide .flow li:last-child:after{
	display: none;
}
/*----- step -----*/
.guide .flow li span{
	width:33px;
	height:230px;
	text-indent:-9999px;
	margin:0 0 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
}
.guide #tab .tabs{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #000;
	display: flex;
	justify-content: center;
}
.guide #tab .tabs li{
	display: inline-block;
	vertical-align: top;
}
.guide #tab .tabs li h2.tab_02,
.guide #tab .tabs li h2.tab_01{
	background: none;
	text-indent: none;
}
.guide #tab .tabs li h2.tab_02,
.guide #tab .tabs li h2.tab_01{
	background-color: #e3e3e3;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	width:115px;
	height:25px;
}
.guide #tab .tabs li.active h2{
	background-color: #2a2a2a;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	width:115px;
	height:25px;
	margin-right: 12px;
}
.guide #tab .tabs li.active h2.tab_02{
	margin-left: 12px;
}
.guide #tab .tabs li h2 a{
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #000;
	text-align: center;
}
.guide #tab .tabs li.active h2 a{
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	text-align: center;
}
.guide .flow .step1 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step1.png); -webkit-background-size: contain;
	background-size: 100% auto; }
.guide .flow .step2 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step2.png); -webkit-background-size: contain;
	background-size: 100% auto; }
.guide .flow .step3 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step3.png); -webkit-background-size: contain;
	background-size: 100% auto; }
.guide .flow .step4 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step4.png); -webkit-background-size: contain;
	background-size: 100% auto; }
.guide .flow .step5 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step5.png); background-position-x: 20%;
	background-size: 100% auto; }
.guide .flow .step3-1 span{ background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step3-1.png); background-size: 100%; }

/*.guide #tab1 .flow .step1{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item1.jpg);*/
/*}*/
/*.guide #tab1 .flow .step2{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item1.jpg);*/
/*}*/
/*.guide #tab1 .flow .step3{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item2.jpg);*/
/*}*/
/*.guide #tab1 .flow .step4{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item3.jpg);*/
/*}*/
.guide .dotted{
	width: 100%;
	border-bottom: 1px dotted #000;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.guide .dotted_flot{
	display: block;
}
.guide .dotted_flot .dotted-img{
	display: block;
	float: right;
	width: 150px;
}
.guide .dotted_flot .paragraph{
	/*overflow: hidden;*/
	/*width: auto !important;*/
}
.guide .ex a{
	text-decoration: underline;
	color: #007dd5;
}
/*.lnk a{*/
/*text-decoration: underline;*/
/*color: #007dd5;*/
/*padding: 0;*/
/*background: none;*/
/*font-size: 12px;*/
/*line-height: 20px;*/
/*}*/
/*.guide #tab2 .flow .step1{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item4.jpg);*/
/*}*/
/*.guide #tab2 .flow .step2{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item5.jpg);*/
/*}*/
/*.guide #tab2 .flow .step3{*/
/*background-image: url(/common/smart/design/img/mike-tshirt-new/guide-item6.jpg);*/
/*min-height: 620px;*/
/*}*/
.guide .flow li p strong{
	font-weight: bold;
	color: #000;
}
.guide .ex{
	font-size: 12px;
	line-height: 20px;
}
.guide .img img.w100p{
	width: 100%;
}
.guide .dotted .dotted-img{
	width: 40%;
}

.guide .dotted .dotted-img img{
	display: block;
	width: 100%;
}
.guide .dotted2{
	display: block;
}
.guide .dotted2 .dotted-img {
	width: 90%;
}
.guide .guide .dotted-img-50{
	width: 80%;
}
.guide .tabs .active a {
	background: none;
}
.guide .sub-common-title {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #2aa400;
	text-align: left;
	padding: 4px 5px;
	margin: 0 0 12px;
	border-left: 5px solid #2aa400;
	border-bottom: 1px solid #2aa400;
}
.guide .tab_content {
	border: none;
}
.guide .flow li span {
	background: none;
	padding: 0;
}
.guide .flow li:after {
	display: none;
	padding: 0;
}
.guide #tab1 .flow .step1 {
	padding-bottom: 0;
	background-image: none;
}
.guide #tab1 .flow .step2 {
	padding-bottom: 0;
	background-image: none;
}
.guide #tab1 .flow .step2 {
	padding-bottom: 0;
	background-image: none;
}
.guide #tab1 .flow .step3 {
	padding-bottom: 0;
	background-image: none;
}

.guide #tab2 .flow .step1 {
	padding-bottom: 0;
	background-image: none;
}
.guide #tab2 .flow .step2 {
	padding-bottom: 0;
	background-image: none;
}
.guide #tab2 .flow .step2 {
	padding-bottom: 0;
	background-image: none;
}
.guide #tab2 .flow .step3 {
	padding-bottom: 0;
	background-image: none;
}

.guide #tab1 .flow .step4 {
	padding-bottom: 0;
	background-image: none;
}
.guide #tab1 .flow .step5 {
	padding-bottom: 0;
	background-image: none;
	padding-left: 40px;
}
.guide .flow.clearfix li {
	margin-bottom: 0;
	padding-left: 40px;
	background-image: none;
}
.guide .flow.clearfix li .dotted-img img {
	width: 100%;
}
.guide .flow .step5 span {
	background-image: url(/common/smart/design/img/mike-tshirt-new/guide-step5.png);
	background-position-x: 20%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.guide .flow .step3 span {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 101% auto;
}

.list_basic_item2 {
	margin-top:0;
}

.top_visual_s1 .delivery-date_s1 span.receive-date-fast, .top_visual_s1 .delivery-date_s1 span.receive-date {display:inline}
.display-none { display: none}

.faq h3.accordion_group_head {
	padding-left: 25px;
	background: url(img/icon_q.gif) no-repeat 0 4px;
	background-size: 20px 18px;
}
/*width-height-slide*/
.list-basic-width-height .under_list_basic_item {
  height: 205px;
}

.list-basic-width-height .under_list_basic_item a {
  padding: 10px 15px;
  margin-bottom: 10px;
}

.list-basic-width-height .under_list_basic_item a h3 {
  font-size: 12px;
  margin-bottom: 5px;
  border-bottom: 1px solid;
}

.list-basic-width-height .button_list_basic_item > span {
  font-size: 16px;
}

.list-basic-width-height .button_list_basic_item > p {
  line-height: 16px;
  height: 45px;
}

.list-basic-width-height .under_list_basic_item .slick-dots {
  bottom: -3px;
}

.list-basic-width-height .under_list_basic_item a img {
  width: 36%;
  height: 95px;
  margin-top: 12px;
}

.list-basic-width-height .button_list_basic_item {
  width: 64%;
  padding-left: 10px;
}

@media (max-width: 320px) {
  .list-basic-width-height .under_list_basic_item {
    padding: 15px 5px;
  }

  .list-basic-width-height .button_list_basic_item > p {
    line-height: 14px;
  }
}
/*end-width-height-slide*/
.bg-accordion-footer .sub-nav_ft .a-itemft {
	font-size: 12px;
	display: block;
	width: 100%;
	color: #fff;
	padding: 18px 18px 18px 30px;
	border-bottom: 1px solid #fff;
}
