/* General options */
html{color:#000;background:#FFF;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
@charset "utf-8";*{-webkit-text-size-adjust:none}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,main{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html{height:100%;background:#fff}
body{margin:0 auto;min-height:100%;position:relative;}
a{color:#333;text-decoration:none;cursor:pointer;margin:0;padding:0;vertical-align:baseline;-webkit-tap-highlight-color:rgba(255,255,255,0.4)}
a:hover{text-decoration:none}p{margin:0 0 15px}input,textarea,select{font:100% Arial,Helvetica,sans-serif;vertical-align:middle}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}figure{margin:0;padding:0}ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:10px 0;padding:0}
body{
	font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
	color:#000;
	background-color:#fff;
	webkit-text-size-adjust:100%;
}
body.nav-visible{
	overflow: hidden;
}
img{
	max-width: 100%;
	height: auto;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-hidden{
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	overflow:hidden;
	left:-9999px;
}
#wrapper{
	overflow:hidden;
	width:100%;
	background: #fff;
}
#contents{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
	padding-bottom: 40px;
}
#contents:after{
	content:'';
	display:block;
	clear:both;
}
#main{
	position: relative;
	overflow: hidden;
	padding: 0 9px;
	background: #fff;
}


/* header */
#header{
	background:#fff;
	position:relative;
	top:0;
	left:0;
	right:0;
	height:auto !important;
	z-index:10;
}
#header .wrap{
	overflow:hidden;
	padding:8px 0;
	position:relative;
	z-index:3;
	background:#fff;
}
.logo{
	position:absolute;
	top:0;
	left:60px;
	width: 80px;
	height:57px;
	overflow:hidden;
	background: url(/common/smart/design/img/images-top/logo_up-t_kana-sp.png) no-repeat;
	background-size: contain;
	text-indent:-9999px;
	margin-right:5px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.slogan{
	display:block;;
	font-size:9px;
	line-height:14px;
	color:#fff;
	font-weight:normal;
	padding:0 8px;
	background:#ff0101;
	position:relative;
	z-index:3;
}
.list-header-top{float:right;}
.list-header-top li{
	float:left;
	padding-right:12px;
}
.list-header-top a{
	display:block;
	position:relative;
	width:40px;
	height:40px;
	background:#ff0101;
	overflow:hidden;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	text-indent:-9999px;
}
.list-header-top a.tel{
    background: #ff0101 url(../img/images-top/btn-header002.png) no-repeat 50%;
    background-size:100px 31px;
	width:106px;
}
.list-header-top a.login{
	background:#ff0101 url(../img/images-top/btn-header001.png) no-repeat  0 -1px;
	background-size:40px 40px;
}
.list-header-top a.logout{
	background:#ff0101 url(../img/images-top/btn-logout.png) no-repeat  0 -1px;
	background-size:40px 40px;
}
.mobile-opener{
	display:block;
	position:absolute;
	outline:none;
	top:0;
	right:0;
	width:60px;
	height:60px;
	background:url(../images/bg-mobile-opener.png) no-repeat;
	background-size:60px 60px;
	z-index: 990;
	-webkit-transition: background .3s;
	transition: background .3s;
	text-indent:-9999px;
	opacity:1 !important;
	overflow:hidden;
}
.mobile-opener span {
	display: block;
	position: absolute;
	top: 18px;
	left: 7px;
	right: 7px;
	height: 3px;
	background: #fff;
	-webkit-transition: background 0s .3s;
	transition: background 0s .3s;
}
.mobile-opener span:after,
.mobile-opener span:before{
	-webkit-transition-duration: .3s,.3s;
	transition-duration: .3s,.3s;
	-webkit-transition-delay: .3s,0s;
	transition-delay: .3s,0s;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: "";
}
.mobile-opener span:before{
	-webkit-transition-property: top,-webkit-transform;
	transition-property: top,transform;
	top:-10px;
}
.mobile-opener span:after{
	-webkit-transition-property: bottom,-webkit-transform;
	transition-property: bottom,transform;
	bottom: -10px;
}
.nav-visible .mobile-opener span{background: 0 0;}
.nav-visible .mobile-opener span:after,
.nav-visible .mobile-opener span:before{
	-webkit-transition-delay: 0s,.3s;
	transition-delay: 0s,.3s;
}
.nav-visible .mobile-opener span:before{
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background:#fff;
}
.nav-visible .mobile-opener span:after{
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background:#fff;
}
.add-nav{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.add-nav li{width:100%;}
.add-nav a{
	display:block;
	text-align:center;
	white-space:nowrap;
	font-size:10px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	overflow:hidden;
	position:relative;
}
.add-nav a.item01{
	background:#ff0054;
	border-top:2px solid #c40041;
}
.add-nav a.item02{
	background:#0574dc;
	border-top:2px solid #0459a9;
}
.add-nav a.item03{
	background:#159600;
	border-top:2px solid #107300;
}
.add-nav a.item04{
	background:#b200c7;
	border-top:2px solid #890099;
}
.add-nav a:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:11px;
	overflow:hidden;
	margin:10px 0 0;
}
.add-nav a.item01:before{
	background:url(../img/images-top/icon-add-nav001.png) no-repeat 0 50%;
	background-size:14px 11px;
}
.add-nav a.item02:before{
	background:url(../img/images-top/icon-add-nav002.png) no-repeat 0 50%;
	background-size:14px 11px;
}
.add-nav a.item03:before{
	background:url(../img/images-top/icon-add-nav003.png) no-repeat 0 50%;
	background-size:14px 11px;
}
.add-nav a.item04:before{
	background:url(../img/images-top/icon-add-nav004.png) no-repeat 0 50%;
	background-size:14px 11px;
}

.nav{
	position:fixed;
	top:0;
	width:60%;
	bottom:0;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	background-color:rgba(0, 0, 0, 0.7);
	z-index:2;
	right:0;
	-webkit-transform: translate3d(125%,0,0);
	transform: translate3d(125%,0,0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	padding:70px 0 0;
}
.nav-visible .nav{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.logged-user-header.nav-visible .nav{
	width:50%;
	padding-top:102px;
}
.nav ul,
.user-wrap ul{overflow:hidden;}
.nav li,
.user-wrap li{border-bottom:1px solid #5c5755;}
.nav a,
.user-wrap a{
	display:block;
	padding:13px 20px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
}
.user-wrap{
	position:fixed;
	top:0;
	width:50%;
	bottom:0;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	background-color:rgba(58, 0, 0, 0.7);
	z-index:2;
	left:0;
	-webkit-transform: translate3d(-125%,0,0);
	transform: translate3d(-125%,0,0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	padding:70px 0 0;
}
.logged-user-header.nav-visible .user-wrap{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.user-wrap strong{
	display:block;
	padding:13px 20px 0;
	font-size:11px;
	line-height:18px;
	overflow:hidden;
	white-space:nowrap;
	color:#fff;
	margin-bottom:1px;
}
.user-wrap strong span{
	display:block;
	width:100%;
	max-width:100%;
	font-weight:normal;
	text-overflow: ellipsis;
	overflow:hidden;
}
/* form header */
.pure-form{
	display:block;
	background:#080808;
	padding:2px;
	overflow:hidden;
	position:relative;
}
.pure-form > div{
	overflow:hidden;
	position:relative;
	padding-right:49px;
}
.pure-form .pure-button{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:48px;
	height:26px;
	font-size:10px;
	line-height:22px;
	border:1px solid #fff;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:0;
	margin:0;
	text-align:center;
	color:#fff;
	background:#373737;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.pure-form .field{
	float:left;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:100%;
	border:0;
	padding:7px !important;
	font-size:10px;
	line-height:12px;
	color:#454545;
	font-weight:bold;
	margin:0 8px 0 0 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	outline:none;
}
/* form header */



/* main_visual_other */
#main_visual_other{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FE2500;
}
#main_visual_other #mv_banner{
	margin: 0;
	padding: 0;
}
#main_visual_other #mv_banner .slide_selector div img{
	width: 100%;
}
#main_visual_other #mv_banner .mv_slide_selector .slick-dots{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -25px;
}

/* footer */
#footer{
	overflow:hidden;
	background:#ea0000;
	padding:0 14px;
	border-bottom:1px solid #fff;
}
#footer .wrap{
	overflow:hidden;
	border-bottom:1px solid #fff;
	padding:14px 0 11px;
	margin-bottom:6px;
}
.col-link{
	display:block;
	overflow:hidden;
	font-size:10px;
	line-height:13px;
	color:#fff;
}
.col-link span{
	display:block;
	overflow:hidden;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}
.footer-nav{
	overflow:hidden;
	margin-bottom:5px;
}
.footer-nav li{
	float:left;
	width:50%;
}
.footer-nav a{
	display:block;
	font-size:10px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
}
img.mark-grey{
	background-color: #e2e2e2;
	border: 1px solid #d7d7d7;
	margin: 14px auto;
}
.copyright{
	overflow:hidden;
	margin:0 0 10px;
	padding:0;
	font-size:10px;
	line-height:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

/* sidebar */
#sidebar{
	float: none;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: 0;
	order: 0;
}
#sidebar .sidebar-block{
	border: 0;
	background:#fff;
	overflow:hidden;
	padding: 0 10px;
	margin-bottom: 18px;
}
#sidebar #delivery_date{
	background: #FFD73F;
	overflow: hidden;
	padding: 9px 14px;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}
#sidebar #delivery_date h3,
#sidebar #delivery_date .h3 {
	display: inline-block;
	vertical-align: top;
	margin:0;
	background:url(/common/smart/design/img/images-top/text-delivery_date.png) 50% 50% no-repeat;
	-webkit-background-size: 145px auto;
	background-size: 145px auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 50%;
	height: 72px;
}
#sidebar #delivery_date .col{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 6px 0 12px;
}
#sidebar #delivery_date a{
	width: 45%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E61E02;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	max-width: 135px;
	max-height: 45px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#sidebar #delivery_date a:hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 1px #980012, 0 2px #980012, 0 3px #980012;
}
#sidebar #delivery_date a span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 18px;
}
/*#sidebar #delivery_date a span:before{*/
	/*content: '';*/
	/*position: absolute;*/
	/*left: 5px;*/
	/*top: 50%;*/
	/*width: 0;*/
	/*height: 0;*/
	/*margin-top: -4px;*/
	/*border-top: 4px solid transparent;*/
	/*border-left: 6px solid #ea0000;*/
	/*border-bottom: 4px solid transparent;*/
	/*z-index: 1;*/
/*}*/
/*#sidebar #delivery_date a span:after {*/
	/*content: '';*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 50%;*/
	/*width: 14px;*/
	/*height: 14px;*/
	/*margin-top: -7px;*/
	/*-moz-border-radius: 50%;*/
	/*-webkit-border-radius: 50%;*/
	/*border-radius: 50%;*/
	/*background: #fff;*/
/*}*/
#sidebar .row{
	margin-bottom:16px;
	padding: 0 4px;
}
#sidebar .row:after{
	content: '';
	clear: both;
	display: block;
}
#sidebar .row .left{
	float: left;
	width: 50%;
}
#sidebar .row .right{
	float: right;
	width: 50%;
}
.info-design-tool{
	position:relative;
}
.info-design-tool:after{
	content:'';
	display:block;
	clear:both;
}
.info-design-tool .btn-yellow span{
	display:block;
}
.info-design-tool .image{
	overflow:hidden;
	display: block;
	line-height: 80px;
	text-align: center;
	margin-bottom: 8px;
}
.info-design-tool .image img{
	display: inline-block;
	vertical-align: middle;
	width:auto;
	max-width: 100%;
	max-height: 80px;
	height: 100%;
}
.info-design-tool h3,
.info-design-tool .h3 {
	position:relative;
	margin:0 -14px 8px;
	font-size:10px;
	line-height:12px;
	color:#fff;
}
.info-design-tool.red h3,
.info-design-tool.red .h3 {background:#109104;}

.info-design-tool.blue h3,
.info-design-tool.blue .h3 {background:#ff1a00;}

.info-design-tool h3:after,
.info-design-tool h3:before,
.info-design-tool .h3:after,
.info-design-tool .h3:before {
	content:"";
	position:absolute;
	top:100%;
	width: 0;
	height: 0;
	border-top:5px solid #1a5a00;
}
.info-design-tool h3:after,
.info-design-tool .h3:after {
	border-left:5px solid transparent;
	left:0;
}
.info-design-tool h3:before,
.info-design-tool .h3:before {
	border-right:5px solid transparent;
	right:0;
}
.info-design-tool h3 span,
.info-design-tool .h3 span {
	display:block;
	padding-left:45px;
	position:relative;
	height:34px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.info-design-tool h3 span:after,
.info-design-tool .h3 span:after {
	content:"無料!";
	position:absolute;
	left:15px;
	width:28px;
	height:28px;
	background:#fff;
	text-align:center;
	line-height:28px;
	font-size:10px;
	color:#d61518;
	font-weight:bold;
	-moz-border-radius:55px;
	-webkit-border-radius:55px;
	border-radius:55px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.titl-sub-green{
	background:#0f9104;
	color:#fff;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	padding:9px 4px;
	text-align:center;
	margin-bottom:6px;
}
#sidebar .box{
	overflow: hidden;
}
#sidebar .box-item + .box-item{
	margin-top: 22px;
}
.list-items-handled{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-items-handled .nav-item{
	border: unset;
	display: block;
}
.list-items-handled .nav-item + .nav-item{
	margin-top: 5px;
}
.list-items-handled .nav-item > a,
.list-items-handled .nav-item > span{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	border:1px solid #d4d4d4;
	padding: 9px 12px 9px 22px;
	color: #1587d6;
	box-sizing: border-box;
	text-decoration: none;
}
.list-items-handled .nav-item > span{
	cursor: pointer;
}
.list-items-handled .nav-item.arrowed > a:after,
.list-items-handled .nav-item.arrowed > span:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%) rotate(0.01deg);
	border: 5px solid transparent;
	border-left: 6px solid #1587d6;
	border-right: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.list-items-handled .nav-item.arrowed.selected > a,
.list-items-handled .nav-item.arrowed.selected > span{
	color: #393939;
}
.list-items-handled .nav-item.arrowed.selected > a:after,
.list-items-handled .nav-item.arrowed.selected > span:after{
	transform: translate(0, -50%) rotate(90deg);
}
.list-items-handled .sub-nav,
.list-items-handled .sub-nav-second_level{
	margin: 10px 0;
	padding: 0 0 0 6px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.list-items-handled .sub-nav .sub-nav-item{
	border: unset;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 2px 3px;
}
.list-items-handled .sub-nav .sub-nav-item > a,
.list-items-handled .sub-nav .sub-nav-item > span{
	position: relative;
	display: block;
	border: none;
	background: #fff;
	font-size: 10px;
	line-height: 16px;
	color: #1587d6;
	padding: 2px 4px 2px 14px;
	box-sizing: border-box;
	text-decoration: underline;
}
.list-items-handled .sub-nav .sub-nav-item > a.inactive{
	color: #000;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}
.list-items-handled .sub-nav .sub-nav-item > span{
	cursor: pointer;
}
.list-items-handled .sub-nav .sub-nav-item.next-level > a,
.list-items-handled .sub-nav .sub-nav-item.next-level > span{
	text-decoration: none;
}
.list-items-handled .sub-nav .sub-nav-item.next-level.inactive,
.list-items-handled .sub-nav .sub-nav-item.next-level.inactive{
	pointer-events: none;
}
.list-items-handled .sub-nav .sub-nav-item.next-level.inactive > span,
.list-items-handled .sub-nav .sub-nav-item.next-level.inactive > a{
	color: #000;
	text-decoration: none;
}
.list-items-handled .sub-nav .sub-nav-item > a:after,
.list-items-handled .sub-nav .sub-nav-item > span:after{
	content: "";
	position: absolute;
	top: 7px;
	left: 6px;
	transform: translate(0, 0) rotate(0.01deg);
	border: 4px solid transparent;
	border-left: 4px solid #d61518;
	border-right: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.list-items-handled .sub-nav .sub-nav-item > a:hover{
	text-decoration: none;
}
.list-items-handled .nav-item.selected > a:after,
.list-items-handled .nav-item.selected > span:after{
	transform: rotate(90deg);
}
.list-items-handled .sub-nav .sub-nav-item.next-level .sub-nav-second_level .sub-nav-item span.inactive{
	color: #000;
	text-decoration: none;
	cursor: default;
}
.list-items-handled .sub-nav .sub-nav-item.next-level .sub-nav-second_level .sub-nav-item span.inactive:after{
	border: 0;
}
.list-items-simple{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-items-simple .nav-item{
	border: unset;
	display: block;
}
.list-items-simple .nav-item a{
	position: relative;
	display: block;
	border: none;
	background: #fff;
	font-size: 13px;
	line-height: 18px;
	color: #1587d6;
	padding: 2px 4px 2px 14px;
	box-sizing: border-box;
	text-decoration: none;
}
.list-items-simple .nav-item a:after{
	content: "";
	position: absolute;
	top: 7px;
	left: 6px;
	transform: translate(0, 0) rotate(0.01deg);
	border: 4px solid transparent;
	border-left: 4px solid #d61518;
	border-right: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.titl-recommended-service{
	overflow:hidden;
}
.titl-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service{
	margin-bottom:22px;
	padding: 0 10px;
}
.list-recommended-service li{padding-top:8px;}
.list-recommended-service li:first-child{padding:0;}
.list-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.list-recommended-service a:hover{
	box-shadow:
		1px 1px #000,
		2px 2px #000;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.sidebar-info{
	overflow: hidden;
	padding: 0 10px;
}
.sidebar-info img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.sidebar-info .box{
	overflow:hidden;
	position:relative;
}
.sidebar-block > .banner-box{
	margin-top: 15px;
}

.banner-box h3{
	overflow:hidden;
	margin-bottom:9px;
	line-height:10px;
}
.banner-box h3 img{
	display:block;
	margin:0 auto;
}
.sidebar-banner-list li{padding-top:3px;}
.sidebar-banner-list li:first-child{padding:0;}
.sidebar-banner-list a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sidebar-banner-list a:hover{
	box-shadow:
		1px 1px #1d81df,
		2px 2px #1d81df;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.sidebar-banner-list img{
	display:block;
	width:100%;
}
.list-sidebar-soc{
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
	line-height: 0;
	display: flex;
	gap: 10px;
	padding: 0 10px;
}
.list-sidebar-soc:after{
	content:'';
	display:block;
	clear:both;
}
.list-sidebar-soc a {
	display: block;
	position: relative;
	width: 40px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.list-sidebar-soc li a img {
	display: block;
	width: 100%;
	min-height: 40px !important;
}

#sidebar #facebook{
	overflow:hidden;
	max-width: 270px;
	width: 100%;
	margin: 0 auto 20px;
}
#sidebar #facebook iframe{
	display:block;
	width:100%;
}
.btn-yellow{
	display:block;
	background:rgb(255,237,0);
	background:-moz-linear-gradient(top, rgba(255,237,0,1) 0%, rgba(254,175,49,1) 100%);
	background:-webkit-linear-gradient(top, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	background:linear-gradient(to bottom, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size:10px;
	line-height:14px;
	color:#000;
	font-weight:bold;
	height:38px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow:
		0 1px #980012,
		0 2px #980012,
		0 3px #980012;
}
.btn-yellow:hover{
	box-shadow:
		0 0 #fff,
		0 0 #fff,
		0 0 #fff;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.btn-yellow:before{
	content:'';
	background:url(../img/images-top/bullet001.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display:block;
	width:14px;
	height:14px;
	overflow:hidden;
	margin-right:4px;
}

/* module topicpath */
#topicpath{
	padding: 10px 5px 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
#topicpath li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 0 10px;
	margin: 0;
	word-wrap:break-word;
	position: relative;
}

#topicpath li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 7px;
	height: 11px;
	background: url(img/arrow2.png) no-repeat;
	background-size: contain;
}

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

#topicpath li.home:after{
	background: none;
}
#topicpath li.current a {
	font-weight: bold;
}
.green-checked{
	display: none;
}
.fwb{
	font-weight: bold;
}
.black-underline{
	font-weight: bold;
	border-bottom: 2px solid #000;
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.check{
	margin-bottom: 20px;
}
.check .chkbx{
	margin-right: 5px;
}
.check ul{
	padding: 0;
}
.check li{
	position: relative;
	font-size: 15px;
	line-height: 15px;
	margin: 5px 0;
}
.chkbx{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.galka{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	border: 2px solid #d6d6d6;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 5px;
}
 .chkbx:checked ~  .galka {
	background: url(../img/mike-tshirt-new/galka.png) no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

/* link-top */
#link-top{
	display: none !important;
}
#link-top2.fixed-block{
	position: fixed;
}
#link-top2{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 1100px;
	width: 100%;
	overflow: hidden;
	text-align: right;
	z-index: 1000;
}
#link-top2 a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*min-width: 165px;*/
	/*max-width: 100% !important;*/
	/*width: auto !important;*/
	height: 28px;
	overflow: hidden;
	background: #ff2100;
	font-size: 8px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	/*padding: 0 15px;*/
	box-sizing: border-box;
}
#link-top2 a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 5px solid transparent;
	border-bottom: 9px solid #fff;
	border-top: 0;
	margin: -2px 5px 0 0;
}

/* index-add */
.btn_s1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 18px;
	color: #fff;
	width: 100%;
	border-radius: 8px;
	max-width: 300px;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 5;
	margin: 0;
}
.btn_s1-default{
	max-width: 300px;
	border-top: 1px solid rgba(255,255,255,.5);
	box-shadow: 0 0 0 1px #000;
	padding: 8px 6px;
	overflow: hidden;
	background: #cf3524;
}
.btn_s1-default:before,
.btn_s1-default:after{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: #cf3524;
	background: -moz-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
	background: -webkit-linear-gradient(top, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	background: linear-gradient(to bottom, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.btn_s1-default:after{
	background: #cf3524;
	background: -moz-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
	background: -webkit-linear-gradient(bottom, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	background: linear-gradient(to top, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	opacity: 0;
}
.btn_s1-default mark{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	z-index: 10;
}
.btn_s1-default mark span{
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.btn_s1-default mark .icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}
.btn_s1-default mark .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0px 0 -4px;
	border: 9px solid transparent;
	border-left: 13px solid #ff0000;
	border-right: 0;
}
.btn_s1-default:hover,
.btn_s1-default:active,
.btn_s1-default:focus{
	box-shadow: 0 0 0 2px #000, 2px 2px 1px 2px rgba(0,0,0,.8);
}
.btn_s1-default:hover:before,
.btn_s1-default:active:before,
.btn_s1-default:focus:before{
	opacity: 0;
}
.btn_s1-default:hover:after,
.btn_s1-default:active:after,
.btn_s1-default:focus:after{
	opacity: 1;
}
.btn_s1-default.default_sm{
	max-width: 130px;
	border-top: 0;
	box-shadow: none;
	padding: 5px 5px;
	overflow: hidden;
	line-height: 8px;
	border-radius: 4px;
	background: #ea0000;
}
.btn_s1-default.default_sm:before,
.btn_s1-default.default_sm:after{
	display: none;
}
.btn_s1-default.default_sm mark{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	z-index: 10;
}
.btn_s1-default.default_sm mark .icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}
.btn_s1-default.default_sm mark .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0px 0 -2px;
	border: 4px solid transparent;
	border-left: 6px solid #ff0000;
	border-right: 0;
}
.btn_s1-default.default_sm:hover,
.btn_s1-default.default_sm:active,
.btn_s1-default.default_sm:focus{
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.8);
}

.btn_s1-primary{
	max-width: 240px;
	font-size: 26px;
	line-height: 30px;
	color: #fff !important;
	border: 2px solid #fff;
	padding: 14px 18px;
	border-radius: 8px;
	text-shadow: 1px 1px 3px rgba(0,0,0,.7);
	background: #ffa443;
	background: -moz-linear-gradient(top, #ffa443 0%, #ff7400 100%);
	background: -webkit-linear-gradient(top, #ffa443 0%,#ff7400 100%);
	background: linear-gradient(to bottom, #ffa443 0%,#ff7400 100%);
}
.btn_s1-primary:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 7px solid transparent;
	border-left: 10px solid #fff;
	border-right: 0;
	margin: -4px 6px 0 0;
}
.btn_s1-primary:hover,
.btn_s1-primary:active,
.btn_s1-primary:focus{
	color: #fff;
	background: -moz-linear-gradient(bottom, #ffa443 0%, #ff7400 100%);
	background: -webkit-linear-gradient(bottom, #ffa443 0%,#ff7400 100%);
	background: linear-gradient(to top, #ffa443 0%,#ff7400 100%);
}

#wrapper_s1{
	position: relative;
	overflow: hidden;
	padding-bottom: 90px;
}
#wrapper_s1 *,
#wrapper_s1 *:before,
#wrapper_s1 *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container_s1{
	display: block;
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: content-box;
}
.container_s1:after{
	content: '';
	clear: both;
	display: block;
}

.common-title_s1{
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background: url(../img/images_index-add/title-common-bg.png) left top repeat;
	margin: 0 7px 10px;
	padding: 7px 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: bold;
}
.text-info_s1{
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #272727;
}
.title-item_s1{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #2aa400;
	border-bottom: 1px solid #2aa400;
	border-left: 5px solid #2aa400;
	padding: 0 6px;
	margin: 0 0 12px;
}

.items_list_s1{
	margin: 0 -4px;
	padding: 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: stretch;
}
.items_list_s1 li{
	width: 50%;
	padding: 0 4px 8px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}
.items_list_s1 li .holder-info_s1{
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 8px 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-name: fadeInUp;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.items_list_s1 li .holder-info_s1:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}
@keyframes fadeInUp{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100%{
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.items_list_s1 li .holder-info_s1 .img_s1{
	display: block;
	width: 100%;
	max-height: 75px;
	line-height: 75px;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}
.items_list_s1 li .holder-info_s1 .img_s1 img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 70px;
	margin: 0 auto;
}
.items_list_s1 li .holder-info_s1 .descr_s1{
	display: block;
	overflow: hidden;
}
.items_list_s1 li .holder-info_s1 .descr_s1 p{
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #323232;
}
.items_list_s1 li .holder-info_s1 .descr_s1 h4{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #386dda;
	text-align: center;
	padding: 4px 2px 7px;
	margin: 0 0 10px;
	min-height: 41px;
}
.items_list_s1 li .holder-info_s1 .descr_s1 h4:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: #386dda;
}

.block-list_s1{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: stretch;
}
.block-list_s1 li{
	position: relative;
	width: 100%;
	padding: 0 0 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}
.block-list_s1 li .holder-info_s1{
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px 8px;
}

.row_s1{
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.row_s1 > .col_s1{
	position: relative;
	width: 100%;
	z-index: 5;
}
.row_s1 > .col_s1.left{
	float: left;
	padding-bottom: 4px;
}
.row_s1 > .col_s1.right{
	float: right;
	padding-top: 4px;
}

.block-list_s1 .holder-info_s1 h3{
	position: relative;
	display: block;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	color: #2e75b7;
	padding: 2px 2px 4px;
	margin: 0 0 8px;
}
.block-list_s1 .holder-info_s1 h3:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: #2e75b7;
}
.block-list_s1 .holder-info_s1 .col_s1.left .img_s1{
	display: block;
	float: left;
	width: 100%;
	max-width: 118px;
	max-height: 104px;
	line-height: 104px;
	text-align: center;
	background-color: #fff;
	margin: 0 10px 0 0;
}
.block-list_s1 .holder-info_s1 .col_s1.left .img_s1 img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 90px;
}
.table-specification_s1{
	display: block;
	overflow: hidden;
}
.table-specification_s1 table{
	width: 100%;
	background-color: #fff;
	font-size: 10px;
	line-height: 14px;
	color: #323232;
	font-weight: bold;
}
.table-specification_s1 tr{
	height: 15px;
}
.table-specification_s1 th{
	border: 1px solid #afc8fa;
	vertical-align: middle;
	min-width: 68px;
	padding: 2px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	background-color: #219ed2;
}
.table-specification_s1 td{
	border: 1px solid #afc8fa;
	vertical-align: middle;
	padding: 2px;
	text-align: left;
}
.table-specification_s1 .price_s1{
	color: #cf0000;
}
.block-list_s1 .holder-info_s1 p{
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 14px;
	color: #323232;
}

.block-list_s1 .holder-info_s1 h4 {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	background-color: #2e75b7;
	margin: 0 15px 0 0;
	padding: 18px 8px;

	width: auto;
	flex-grow: 1;
}
@media screen and (max-width: 375px) {
	.block-list_s1 .holder-info_s1 h4 {
		font-size: 10px;
		line-height: 16px;
		padding: 18px 2px;
	}
}
.block-list_s1 .holder-info_s1 h4.white {
	background-color: #fff;
	color: #e5002c;
}
.block-list_s1 .holder-info_s1 h4:after{
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 4px solid transparent;
	border-left: 7px solid #2e75b7;
	border-right: 0;
}
.block-list_s1 .holder-info_s1 h4.white:after {
	border-left: 7px solid #fff;
}

.block-list_s1 .holder-info_s1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.block-list_s1 .holder-info_s1 ul li{
	padding: 3px;
	margin: 0 2px;
	background: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.block-list_s1 .holder-info_s1 ul li img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 50px;
}

/* top_visual_s1 */
.top_visual_s1{
	position: relative;
	overflow: hidden;
	background: url(../img/images_index-add/img-top_visual.jpg) left top repeat;
	padding: 0;
}
.top_visual_s1 h1{
	font-size: 17px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	text-shadow: -1px 1px 4px #000;
}
/*.top_visual_s1 h1 > br{*/
	/*display: none;*/
/*}*/
.top_visual_s1 .row_s1{
	margin: 0 -10px 12px;
	padding: 0 10px;
}
.top_visual_s1 .row_s1 > img{
	position: absolute;
	top: 0;
	right: -52px;
	display: block;
	width: auto;
	height: 213px;
	z-index: 0;
}

.top_visual_s1 .row_s1 .col-left_s1{
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 10px 0 0;
}
.top_visual_s1 .row_s1 .col-right_s1{
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0;
}
.top_visual_s1 .item-list_s1{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.top_visual_s1 .item-list_s1 li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0 6px 6px 0;
	max-width: 60px;
	width: 25%;
}
.top_visual_s1 li .holder_s1{
	display: block;
	width: 100%;
	min-height: 80px;
	border: 1px solid #fff;
	border-radius: 4px;
	overflow: hidden;
	padding: 25px 5px 5px;
}
.top_visual_s1 li .holder_s1 .img_s1{
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.top_visual_s1 li .holder_s1 img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.top_visual_s1 li .event_s1{
	display: block;
	position: absolute;
	top: 5px;
	left: -1px;
	right: 3px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	font-size: 9px;
	line-height: 15px;
	color: #262626;
	font-weight: bold;
	text-align: center;
	background: #febf04;
	background: -moz-linear-gradient(top, #febf04 0%, #ffd65e 100%);
	background: -webkit-linear-gradient(top, #febf04 0%,#ffd65e 100%);
	background: linear-gradient(to bottom, #febf04 0%,#ffd65e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf04', endColorstr='#ffd65e',GradientType=0 );
}
.top_visual_s1 li .event_s1:after{
	content: "";
	position: absolute;
	bottom: -5px;
	right: 0;
	border: 2px solid transparent;
	border-left: 2px solid #052a62;
	border-top: 2px solid #052a62;
}
.top_visual_s1 .col-left_s1 > strong{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}
.top_visual_s1 .col-left_s1 > strong > span{
	font-size: 28px;
	line-height: 1;
	font-family: "Arial", Arial, serif;
	color: #ff0101;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.top_visual_s1 .col-left_s1 > strong > small{
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
}
.top_visual_s1 .col-left_s1 > small{
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
.top_visual_s1 .roster_s1{
	position: relative;
	margin: 0 -3px;
	padding: 0;
	list-style: none;
	letter-spacing: -10px;
}
.top_visual_s1 .roster_s1 li{
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
	width: 25%;
	letter-spacing: 0;
}
.top_visual_s1 .roster_s1 li .item_s1{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	border-radius: 6px;
	text-align: left;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	overflow: hidden;
	background-color: #000;
}
.top_visual_s1 .roster_s1 li:nth-child(1) .item_s1{
	background-color: #fc9600;
}
.top_visual_s1 .roster_s1 li:nth-child(2) .item_s1{
	background-color: #a9cd4b;
}
.top_visual_s1 .roster_s1 li:nth-child(3) .item_s1{
	background-color: #e01f81;
}
.top_visual_s1 .roster_s1 li:nth-child(4) .item_s1{
	background-color: #43d3f3;
}
.top_visual_s1 .roster_s1 li .item_s1 span{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	width: 1%;
	padding: 0;
	font-size: 9px;
	line-height: 13px;
	font-weight: 400;
	color: #fff;
	padding-left: 24px;
}
.top_visual_s1 .roster_s1 li .item_s1 b{
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 20px;
	height: 18px;
	text-align: center;
	border: 1px solid #fff;
	font-family: "Arial", Arial, serif;
	font-size: 13px;
	line-height: 18px;
}
.top_visual_s1 .delivery-date_s1{
	position: relative;
	display: block;
	padding: 5px 7px;
	background: #ffca00;
	text-align: center;
}
.top_visual_s1 .delivery-date_s1 mark{
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
}
.top_visual_s1 .delivery-date_s1 mark > img{
	display: inline-block;
	vertical-align: middle;
	max-width: 59px;
	max-height: 100%;
	margin: -6px 0 0 4px;
}
.top_visual_s1 .delivery-date_s1 span{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	color: #454545;
	font-weight: bold;
}
.top_visual_s1 .delivery-date_s1 span > sub{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	bottom: 0;
}
.top_visual_s1 .btn_s1-default{
	display: block;
	margin: 0 auto 22px;
}
/* top_visual_s1 end */

.unpredictable_s1{
	display: block;
	overflow: hidden;
	background: #00276a;
	padding: 7px;
	font-size: 35px;
	line-height: 46px;
	font-weight: bold;
	color: #FFE600;
	text-align: center;
}
.unpredictable_s1 span{
	display: inline-block;
	vertical-align: top;
	padding: 4px 2px;
	min-width: 93px;
	border: 2px solid #fff;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.unpredictable_s1 span small{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 12px;
}
.unpredictable_s1 span b{
	display: inline-block;
	vertical-align: text-bottom;
	font-family: "Arial", Arial, serif;
	font-size: 22px;
	font-weight: bold;
}

.flow_to_order_s1{
	margin-bottom: 30px;
}
.flow_to_order_s1 .common-title_s1{
	margin-bottom: 10px;
}
.flow_to_order_s1 .title_s1{
	position: relative;
	display: block;
	background-color: #e50000;
	max-width: 310px;
	width: 100%;
	margin: 0 auto;
	border-radius: 50px;
	margin-bottom: 24px;
	min-height: 48px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px 10px;
}
.flow_to_order_s1 .title_s1:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 5px solid transparent;
	border-top: 8px solid #e50000;
	border-bottom: 0;
}
.flow_to_order_s1 .title_s1 span{
	display: block;
	color: #ffea00;
}
.flow_to_order_s1 ul{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	counter-reset: list;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: stretch;
}
.flow_to_order_s1 ul li{
	width: 100%;
	padding: 0 0 5px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flow_to_order_s1 .holder_s1{
	width: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	overflow: hidden;
}
.flow_to_order_s1 .holder_s1 p{
	margin-bottom: 0;
	overflow: hidden;
	font-weight: normal;
}
.flow_to_order_s1 .holder_s1 .head_s1{
	background-color: #ffc600;
	margin: -8px -8px 0;
	padding: 7px 8px;
	margin-bottom: 8px;
}
.flow_to_order_s1 .holder_s1 .head_s1 h4{
	display: block;
	font-size: 11px;
	line-height: 18px;
	color: #323232;
	font-weight: bold;
	text-align: left;
}
.flow_to_order_s1 .holder_s1 .head_s1 strong:before{
	counter-increment: list;
	content: counter(list);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ff0101;
	display: inline-block;
	vertical-align: middle;
	font-family: "Arial", Arial, serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: -4px 4px 0 0;
}
.flow_to_order_s1 .holder_s1 .img_s1{
	position: relative;
	float: right;
	max-width: 60px;
	width: 100%;
	text-align: center;
	margin-left: 10px;
}
.flow_to_order_s1 .holder_s1 .img_s1 img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.flow_to_order_s1 .delivery_day_s1{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #90afd7;
	min-height: 100px;
}
.flow_to_order_s1 .delivery_day_s1 .img_s1{
	display: block;
	background-color: #fff;
	min-width: 60px;
	max-width: 110px;
	width: 110px;
	padding: 0 5px 0 12px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flow_to_order_s1 .delivery_day_s1 .img_s1 img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1{
	background-color: #d8e9ff;
	width: 100%;
	padding: 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1{
	width: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 18px;
	color: #007caf;
	font-weight: bold;
	margin: 0 0 4px;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 b{
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #212121;

}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 span{
	/*display: inline-block;*/
	vertical-align: top;
	color: #ca0000;
	font-size: 16px;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 .btn_s1-default{
	margin: 0;
	display: block;
}
/* flow_to_order_s1 end */

.original_item_list_s1{
	margin-bottom: 20px;
}
.original_item_list_s1 .box_s1{
	display: block;
}
.original_item_list_s1 .box-item_s1{
	display: block;
}
.original_item_list_s1 .box-item_s1 + .box-item_s1{
	margin-top: 20px;
}

.holder-original-design_k1 {
	overflow: hidden;
	border: 1px solid #1a1a1a;
	margin-bottom: 20px;
}
.holder-original-design_k1 img{
	display: block;
	width: 100%;
}
.holder-original-design_k1 .frame_k1{
	overflow: hidden;
	position: relative;
}
.holder-original-design_k1 .frame_k1 h3{
	margin: 0;
	position: absolute;
	line-height: 21px;
	font-size: 17px;
	font-weight: normal;
	color: #323232;
	width: 55%;
	top: 10%;
	right: 2%;
	border: 1px solid #1a1a1a;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
	background: #fff;
	padding: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
}
.holder-original-design_k1 .frame_k1 h3:after{
	content: '';
	position: absolute;
	left: -16px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-right: 16px solid #1a1a1a;
	border-bottom: 0px solid transparent;
}
.holder-original-design_k1 .frame_k1 h3:before{
	content: '';
	position: absolute;
	left: -12px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-right: 16px solid #fff;
	border-bottom: 0px solid transparent;
	z-index: 2;
	margin-top: -1px;
}
@media (max-width: 700px){
	.holder-original-design_k1 .frame_k1 h3{
		line-height: 20px;
		font-size: 15px;
		padding: 10px;
	}
}
@media (max-width: 600px){
	.holder-original-design_k1 .frame_k1 h3{
		line-height: 17px;
		font-size: 13px;
	}
}
@media (max-width: 550px){
	.holder-original-design_k1 .frame_k1 h3{
		line-height: 15px;
		font-size: 11px;
	}
}
@media (max-width: 500px){
	.holder-original-design_k1 .frame_k1 h3{
		line-height: 15px;
		font-size: 11px;
	}
}
@media (max-width: 450px){
	.holder-original-design_k1 .frame_k1 h3{
		line-height: 13px;
		font-size: 9px;
	}
}
@media (max-width: 400px){
	.holder-original-design_k1 .frame_k1 h3{
		line-height: 11px;
		font-size: 9px;
	}
}
@media (max-width: 380px){
	.holder-original-design_k1 .frame_k1 h3{
		line-height: 10px;
		font-size: 7px;
	}
}
@media (max-width: 320px){
	.holder-original-design_k1 .frame_k1 h3{
		line-height: 10px;
		font-size: 7px;
	}
}
.holder-original-design_k1 .frame_k2{
	overflow: hidden;
	position: relative;
}
.holder-original-design_k1 .frame_k2 .text-info{
	position: absolute;
	top: 50%;
	left: 2%;
	right: 15%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.holder-original-design_k1 .frame_k2 h3{
	margin: 0;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #fff;
}
.holder-original-design_k1 .frame_k2 p{
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #fff;
}
@media (max-width: 700px){
	.holder-original-design_k1 .frame_k2 h3{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.holder-original-design_k1 .frame_k2 p{
		font-size: 11px;
		line-height: 13px;
	}
}
@media (max-width: 600px){
	.holder-original-design_k1 .frame_k2 h3{
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.holder-original-design_k1 .frame_k2 p{
		font-size: 11px;
		line-height: 13px;
	}
}
@media (max-width: 500px){
	.holder-original-design_k1 .frame_k2 h3{
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 7px;
	}
	.holder-original-design_k1 .frame_k2 p{
		font-size: 9px;
		line-height: 11px;
	}
}
@media (max-width: 450px){
	.holder-original-design_k1 .frame_k2 h3{
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 7px;
	}
	.holder-original-design_k1 .frame_k2 p{
		font-size: 9px;
		line-height: 11px;
	}
}
@media (max-width: 400px){
	.holder-original-design_k1 .frame_k2 h3{
		font-size: 9px;
		line-height: 15px;
		margin-bottom: 3px;
	}
	.holder-original-design_k1 .frame_k2 p{
		font-size: 6px;
		line-height: 11px;
	}
}
@media (max-width: 320px){
	.holder-original-design_k1 .frame_k2 h3{
		font-size: 9px;
		line-height: 15px;
	}
	.holder-original-design_k1 .frame_k2 p{
		font-size: 6px;
		line-height: 11px;
	}
}
.holder-original-design_k1 .frame_k3{
	overflow: hidden;
	padding: 10px 10px 5px;
}
.holder-original-design_k1 .frame_k3 h3{
	margin: 0 0 15px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #222020;
}
.holder-original-design_k1 .frame_k3 h4{
	margin: 0 0 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #222020;
}
@media (max-width: 600px){
	.holder-original-design_k1 .frame_k3 h3{
		line-height: 24px;
		font-size: 16px;
	}
	.holder-original-design_k1 .frame_k3 h4{
		line-height: 14px;
		font-size: 11px;
		margin-bottom: 20px;
	}
}
@media (max-width: 500px){
	.holder-original-design_k1 .frame_k3 h3{
		line-height: 24px;
		font-size: 16px;
	}
	.holder-original-design_k1 .frame_k3 h4{
		line-height: 14px;
		font-size: 11px;
		margin-bottom: 20px;
	}
}
@media (max-width: 400px){
	.holder-original-design_k1 .frame_k3 h3{
		line-height: 24px;
		font-size: 12px;
	}
	.holder-original-design_k1 .frame_k3 h4{
		line-height: 12px;
		font-size: 10px;
		margin-bottom: 20px;
	}
}
@media (max-width: 320px){
	.holder-original-design_k1 .frame_k3 h3{
		line-height: 24px;
		font-size: 12px;
	}
	.holder-original-design_k1 .frame_k3 h4{
		line-height: 12px;
		font-size: 8px;
	}
}
.holder-original-design_k1 .frame_k3 img{
	display: block;
	width: 100%;
}
.every-scene-list_k1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px 20px;
}
.every-scene-list_k1 li{
	width: 50%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0 6px 20px;
}
.item_every-scene{
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
}
.item_every-scene h3{
	margin: 0 0 9px;
	border: 1px solid #bdbdbd;
	position: relative;
	text-align: center;
	white-space: nowrap;
	font-size: 9px;
	line-height: 22px;
	color: #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	position: relative;
	background: #fff;
	font-weight: bold;
}
a.item_every-scene:hover h3{
	background-color:#ccc;
}
.item_every-scene h3:after{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #bdbdbd;
}
.item_every-scene h3:before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #fff;
	z-index: 2;
}
.item_every-scene .image{
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.item_every-scene .image img{
	display: block;
	width: 100%;
}
.item_every-scene p{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0;
}
.push-blue_s1{
	display: block;
	text-align: center;
	overflow: hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	max-width: 300px;
	margin: 35px auto 46px;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	color: #fff !important;
	background: rgb(74,155,234);
	background: -moz-linear-gradient(top, rgba(74,155,234,1) 0%, rgba(31,123,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	background: linear-gradient(to bottom, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bea', endColorstr='#1f7be5',GradientType=0 );
	box-shadow:
			0 1px #004797,
			0 2px #004797,
			0 3px #004797;
}
.push-blue_s1 span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 22px;
}
.push-blue_s1 span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	background: #fff;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	margin-top: -9px;
}
.push-blue_s1 span:before{
	content: '';
	position: absolute;
	left: 7px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid #227de5;
	border-bottom: 3px solid transparent;
	z-index: 5;
	margin-top: -3px;
}

.faq-ul_s1{
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.faq-ul_s1 li+li{margin-top: 10px;}
.faq-ul_s1 li{
	border: 2px solid #e4e4e4;
	border-radius: 10px;
}
.faq_s1 h3{
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
.faq_s1 h3 span{
	display: block;
	cursor: pointer;
	position: relative;
	color: #000;
	padding: 10px 10px 10px 30px;
}
.faq_s1 h3 span:after{
	content: "Q";
	position: absolute;
	left: 10px;
	top: 17px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #ff123f;
	border-radius: 50%;
}
.faq_s1 h3 a{
	display: block;
	cursor: pointer;
	position: relative;
	color: #000;
	padding: 10px 10px 10px 30px;
}
.faq_s1 h3 a:after{
	content: "Q";
	position: absolute;
	left: 10px;
	top: 17px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #ff123f;
	border-radius: 50%;
}
.faq_s1 .opened-a_s1{
	display: none;
	margin: 0 0 10px 30px;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
}
.faq_s1 h3 .af-none:after{
	display: none;
}
.faq_s1 .opened-a_s1 p{
	margin: 0;
}
.faq_s1 .hidden-a_s1{
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #6691e3;
}
.faq_s1 .hidden-a_s1:hover{
	text-decoration: none;
}

/*banners_s1*/
.banners_s1 {
	margin-bottom: 36px;
}
.banners_s1 .banners-ul_s1 li {
	height: 122px;
	width: 300px !important;
}
.banners_s1 .banners-ul_s1 img {
	display: block;
	width: 100%;
}
.banners-swiper-button-next_s1,
.banners-swiper-button-prev_s1 {
	top: 44%;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #f2f2f2;
	background-image: none;
}
.banners-swiper-button-next_s1:after,
.banners-swiper-button-prev_s1:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 0;
	height: 0;
	border-style: solid;
}
.banners-swiper-button-next_s1:after {
	right: 4px;
	border-width: 6.5px 0 6.5px 12px;
	border-color: transparent transparent transparent #636363
}
.banners-swiper-button-prev_s1:after {
	left: 4px;
	border-width: 6.5px 12px 6.5px 0;
	border-color: transparent #636363 transparent transparent;
}
.banners-swiper-button-next_s1 {
	right: 2px;
}
.banners-swiper-button-prev_s1 {
	left: 2px;
}
.banners-swiper-pagination_s1 .swiper-pagination-bullet {
	background-color: #bfbfbf;
	border: none;
}
.banners-swiper-pagination_s1 .swiper-pagination-bullet-active {
	background-color: #323232;
}

.information_s1 #infomation {
	padding: 0;
	margin-bottom: 30px;
}
.information_s1 #infomation #infomation_list {
	margin: 0;
	width: 100%;
	border: none;
}
.faq_s1 .opened-a_s1 a{
	color: #6691e3;
	text-decoration: underline;
}

.items_list_s1 li .holder-info_s1 .descr_s1 h4{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.items_list_s1 li .holder-info_s1 { padding: 0 5px; }
.holder-original-design_k1 .frame_k3 h3{ margin: 0; }

@media screen and (max-width: 360px) {
	.block-list_s1 .holder-info_s1 h4 {
		padding: 18px 5px;
	}
}
@media screen and (max-width: 320px) {
	.block-list_s1 .holder-info_s1 h4 {
		padding: 12px 4px;
		width: 74px;
		margin: 0 9px 0 0;
	}
	.w-w {
		width: 55% !important;
	}
	.w-pb-sp {
		padding: 0 5px 20px 5px !important;
	}
}
.common-title_s1{
	-webkit-background-size: 4px;
	background-size: 4px;
}
@media screen and (min-width:320px) and (max-width:800px) {
	.top_visual_s1 .roster_s1 li .item_s1 span{
		padding-left: 22px;
		font-size: 7px;
	}
	.top_visual_s1 .roster_s1 li{
		padding: 0 1px;
	}
}
/* update design top page 26,03,2018 end */
.center-btn-poz{
	margin: 20px auto;
	display: block;
}

.quality-standard-holder{
	background: rgb(255,239,193);
	background: -moz-linear-gradient(top, rgba(255,239,193,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,239,193,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,239,193,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefc1', endColorstr='#ffffff',GradientType=0 );
	overflow: hidden;
	padding: 10px 15px;
}
.quality-standard-frame{
	overflow: hidden;
	padding: 0 0 0 54px;
	background: url('../../../img/sp/quality-standard00.JP2') no-repeat;
	background-size: 48px 48px;
	min-height: 48px;
	margin-bottom: 10px;
}
.quality-standard-frame h3{
	font-size: 12px;
	line-height: 14px;
	color: #000;
	margin: 0 0 3px;
}
.quality-standard-frame h3 mark{
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #ff8400;
	margin:0 0 10px;
}
.quality-standard-frame p{
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 -54px;
	color: #272727;
}
.quality-standard-list{
	list-style: none;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -14px;
}
.quality-standard-list > li{
	width: 100%;
	padding: 0 14px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.quality-standard-list > li:last-child{margin: 0;}
.quality-standard-list h4{
	background: #ff8400;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	padding: 8px 5px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	height: 30px;
}
.quality-standard-wrap{
	background: #fff;
	overflow: hidden;
	height: calc(100% - 30px);
	width: 100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}
.quality-standard-wrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 92px;
}
.quality-standard-info{
	list-style: none;
	overflow: hidden;
	padding: 16px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.quality-standard-info > li{
	width: 100%;
	position: relative;
	padding: 24px 5px 5px 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 320px){
	.quality-standard-info > li{
		padding: 24px 5px 5px;
	}
}
.quality-standard-info > li:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	-moz-border-radius:38px;
	-webkit-border-radius:38px;
	border-radius:38px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	left: 50%;
	margin-left: -11px;
}
.quality-standard-info > li:nth-child(1){
	background: #e50d45;
}
.quality-standard-info > li:nth-child(2){
	background: #00ace5;
}
.quality-standard-info > li:nth-child(3){
	background: #f0af00;
}
.quality-standard-info > li:nth-child(4){
	background: #249900;
}
.quality-standard-info > li:nth-child(1):after{
	background: #e50d45;
	content: 'P';
}
.quality-standard-info > li:nth-child(2):after{
	background: #00ace5;
	content: 'D';
}
.quality-standard-info > li:nth-child(3):after{
	background: #f0af00;
	content: 'C';
}
.quality-standard-info > li:nth-child(4):after{
	background: #249900;
	content: 'A';
}
.quality-standard-info b{
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px;
}
.quality-standard-info ul{
	list-style: none;
	font-size: 9px;
	line-height: 12px;
	color: #fff;
}
.quality-standard-wrap h6{
	display: block;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.quality-standard-wrap.add{
	display: block;
}
.quality-standard-wrap .two-k{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.quality-standard-wrap .two-k > div{width: 100%;}
.quality-standard-wrap .two-k .image_k{
	min-width: 68px;
	width: 68px;
	max-width: 68px;
	margin-right: 10px;
}
.quality-standard-wrap .two-k .image_k img{
	display: block;
	width: 100%;
}
.quality-standard-wrap .text-info{
	font-size: 9px;
	line-height: 14px;
	color: #000;
}
.quality-standard-wrap .text-info p{
	margin: 0 0 12px;
	font-size: 9px;
	line-height: 14px;
	color: #000;
}
.quality-standard-wrap .text-info .link{
	display: block;
	color: #0092ef;
	font-size: 9px;
	line-height: 14px;
	text-decoration: underline;
}
.quality-standard-wrap .text-info .link:hover{text-decoration: none;}

.avoid-click{
	pointer-events: none;
}
.mt_negative{
	margin-top: -15px;
}
.information_s1 #infomation {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.list-notice {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
}
.list-notice li {
	border-bottom: 1px dashed #333;
	font-size: 12px;
	line-height: 18px;
	color: #393939;
	padding: 4px 0;
}
.list-notice li:last-child{
	border-bottom: 0;
}
.list-notice .date {
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 126px;
	margin-bottom: 4px;
}
.list-notice p {
	margin: 0;
	width: 100%;
}
.list-notice p span {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
/* end index-add */

/* item_detail */
#main{
	position: relative;
}
.main-banner_m{
	background: url(../img/index-new-m/main-banner.png) no-repeat;
	-webkit-background-size: 100%;
	padding: 30px 0 35px 24px;
	text-decoration: none;
	margin-bottom: 34px;
	transition: 0.3s;
}
.main-banner_m h2{
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #e30000;
	text-align: left;
	margin-bottom: 20px;
}
.main-banner_m p{
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-align: left;
	padding: 0 5px;
}
.common-title_m{
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/index-new-m/title-common-bg.png) left top repeat;
	margin: 0 0 20px;
	padding: 20px 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.container_m p{
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-bottom: 24px;
}
.goods{
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.goods li{
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 7px 20px;
	margin: 9px 0 0;
}
.goods li a{
	display: block;
	border: 2px solid #d8d8d8;
	text-decoration: none;
	height: 100%;
	transition: 0.3s;
	padding: 2px 5px;
}
.goods li a:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.goods li a h3{
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 -12px 18px;
	background-color: #ff6814;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	height: 52px;
	box-sizing: border-box;
	min-height: 40px;
}
.goods li a h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid #b67919;
	border-left: 6px solid transparent;
}
.goods li a h3:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid #b67919;
	border-right: 6px solid transparent;
}
.goods li a .img-container{
	width: 100%;
	min-height: 60px;
}
.goods li a img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.goods li a p{
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: 0;
}

.product-page-list-n{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 50px;
}
.product-page-list-n li{
	width: 100%;
	padding:10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.product-page-list-n .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
	border: 2px solid #1a1a1a;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 20px 14px;
}

/*.product-page-list-n .box:before{*/
	/*display: block;*/
	/*clear: both;*/
	/*content: '';*/
/*}*/
.product-page-list-n .box:after{
	position: absolute;
	top: -9px;
	left: 17px;
	width: 43px;
	height: 58px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
}
.product-page-list-n .box:before{
	content: '';
	position: absolute;
	top: 30px;
	right: 12px;
	width: calc(100% - 30px);
	height: 4px;
	overflow: hidden;
	font-weight: bold;
	background-color: #000;
}
.product-page-list-n li:nth-child(1) .box:after{
	content: "1位";
	background: url('../img/product-page/product-page-n1.png') no-repeat;
}
.product-page-list-n li:nth-child(2) .box:after{
	content: "2位";
	background: url('../img/product-page/product-page-n2.png') no-repeat;
}
.product-page-list-n li:nth-child(3) .box:after{
	content: "3位";
	background: url('../img/product-page/product-page-n3.png') no-repeat;
}
.product-page-list-n li:nth-child(4) .box:after{
	content: "4位";
	background: url('../img/product-page/product-page-n4.png') no-repeat;
}
.product-page-list-n h3{
	margin: 0 0 34px;
	text-align: center;
	font-size: 12px;
	line-height: 0px;
	font-weight: bold;
	color: #494949;
}
.product-page-list-n .image{
	overflow: hidden;
	margin: 12px 0;
	/*display: inline-block;*/
}
.product-page-list-n .image img{
	margin: 0 auto;
}
.product-page-list-n table{
	width: 64%;
	display: inline-block;
	/*float: right;*/
}
.product-page-list-n table th,
.product-page-list-n table td{
	border-collapse: collapse;
	border: 1px solid #afc8fa;
	background: #fff;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #323232;
	padding: 6px;
	text-align: left;
}
.product-page-list-n table th{
	border-color: #2682c3;
	background: #219ed2;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	white-space: nowrap;
	text-align: right;
}
.product-page-list-n mark{
	color: #cf0000;
}

.product-page-list-ver-1__ct .img-sale {
	width: 40px;
	position: absolute;
	transform: translate(-50%, 50%);
	top: -13%;
	right: -13%;
}
.product-page-list-n.add{margin-bottom: 0;}
.product-page-list-n.add li{
	width: 100%;
}
.product-page-list-n.add li .box{
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-page-list-n.add .col:first-child{
	padding: 16px 14px;
	min-width: 236px;
}
.product-page-list-n.add .col:last-child{
	background: #e5002c;
	width: 100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 5px;
}
.product-page-list-n.add .col:last-child p{
	font-size: 9px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 15px;
}
.product-page-list-n.add .col:last-child .container-strong{
	overflow: hidden;
	padding-right: 20px;
}
.product-page-list-n.add .col:last-child strong{
	display: block;
	height: 50px;
	position: relative;
	background: #fff;
	font-size: 10px;
	line-height: 50px;
	color: #e5002c;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.product-page-list-n.add .col:last-child strong:after{
	content: '';
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 10px solid #fff;
	display: block;
	position: absolute;
	bottom: 17px;
	right: -16px;
	margin-left: -7px;
}
.product-page-list-n .imag-list{
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 210px;
	float: right;
}
.product-page-list-n .imag-list li{
	padding: 3px;
	margin: 0 2px;
	background: #fff;
	-moz-border-radius:107px;
	-webkit-border-radius:107px;
	border-radius:107px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.product-page-list-n .imag-list img{
	display: block;
	height: 44px;
	margin: 0;
}
.list-other-product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-other-product li{
	width: calc(100% / 3);
	padding:0 3px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.list-other-product .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 2px solid #d8d8d8;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 5px;
	text-decoration: none;
}
.list-other-product .box:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.list-other-product h3{
	font-size: 9px;
	line-height: 13px;
	color: #212121;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-other-product .image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 8px;
}
.list-other-product .image img{
	display: block;
	height: 60px;
}
.list-other-product .name{
	display: block;
	text-decoration: underline;
	font-size: 10px;
	line-height: 16px;
	color: #4295e9;
	background: #edf9ff;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
}
.list-other-product .push{
	display: block;
	text-align: center;
	background: #ea0000;
	border-bottom: 3px solid #840000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding-left: 16px;
}
.list-other-product .push span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.list-other-product .push span:after{
	content: '';
	position: absolute;
	left: -15px;
	top: 74%;
	width: 14px;
	height: 14px;
	margin-top: -14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}
.list-other-product .push span:before{
	content: '';
	position: absolute;
	left: -10px;
	top: 56%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 3px solid transparent;
	border-left: 6px solid #ea0000;
	border-bottom: 3px solid transparent;
	z-index: 1;
}
.new-product-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px 50px;
}
.new-product-list li{
	width: 50%;
	padding:0 7px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.new-product-list .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	text-decoration: none;
	position: relative;
}
.new-product-list .box-link-new{
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.new-product-list .box-link-new:hover{

}
.new-product-list .box-link-new img{
	width: auto;
	margin: 0 auto;
}
.new-product-list .image{
	display: block;
	overflow: hidden;
}
.new-product-list .image img{
	display: block;
	width: 100%;
}
.new-product-list .info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	background: #bb0404;
}
.new-product-list .data-item{
	display: block;
	background: #000;
	white-space: normal;
	font-size: 9px;
	line-height: 30px;
	color: #fff;
	min-width: 70px;
	text-align: center;
}
.new-product-list .link{
	display: block;
	width: 100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 10px 5px 10px 10px;
	font-size: 8px;
	line-height: 12px;
	color: #fff;
}
.new-product-list .box:hover .link{text-decoration: none;}
.new-product-list p{
	margin: 0;
	font-size: 14px;
	text-align: left;
	line-height: 15px;
	color: #0095c6;
	padding: 10px;
}

.item-detail-set{
	width: 100%;
	margin-bottom: 34px;
}
.item-detail-set .item-appearance{
	position: relative;
	display: block;
	margin: 0 0 16px;
}
.item-detail-set .item-appearance img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.item-detail-set .item-appearance > p{
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 60px;
	margin: 0;
}
.item-detail-set .item-appearance .img{
	display: block;
	border: 1px solid #d7d7d7;
	padding: 4px;
	box-sizing: border-box;
}
.item-detail-set .item-appearance .img img{
	max-height: 115px;
	margin: 0 auto;
}
.item-detail-set .item-description{
	width: 100%;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
.item-detail-set .item-description .item-head{
	position: relative;
	display: block;
	background-color: #cfd9e7;
	border-radius: 8px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #363636;
	padding: 7px 5px;
	margin-bottom: 16px;
}
.item-detail-set .item-description .item-head:after{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-top: 8px solid #cfd9e7;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
/*.item-detail-set .item-description .item-details{
	margin: 0 0 20px;
}*/

.item-detail-set .item-description .design_btn{
	display: block;
	border-radius: 4px;
	background: linear-gradient(to top, #d01403 , #e51309 70%, #fc1211 100%);
	border-top: solid #ff7474 2px;
	margin: 0 5px;
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
.item-detail-set .item-description .design_btn:hover{
	opacity: 0.8;
}

.item-detail-box{
	position: relative;
	display: block;
}
.item-detail-box .box-item{
	position: relative;
	display: block;
}
.item-detail-box .box-item:after{
	content: '';
	clear: both;
	display: block;
}
.item-detail-box .box-item + .box-item{
	margin: 20px 0;
}
.item-detail-box .box-item .swiper-container{
	padding: 0 0 28px;
}
.item-detail-box .box-item .swiper-container .swiper-pagination{
	bottom: 2px;
	left: 0;
	right: 0;
}
.item-detail-box .box-item .swiper-container .swiper-pagination .swiper-pagination-bullet{
	margin: 0 4px;
}
.item-detail-box .box-item .btn-salud{
	margin: 0 auto 15px;
}
.item-detail-box .box-item .banner-a{
	margin-bottom: 25px;
}
.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;
}
.sub-title-text{
	display: block;
	font-size: 11px;
	line-height: 16px;
	/*font-weight: 600;*/
	margin-bottom: 15px;
}

.items-list{
	margin: 0 -2px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.items-list li{
	width: 25%;
	padding: 0 2px 10px;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	box-sizing: border-box;
}
.items-list li img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.items-list li p{
	margin: 12px 0 0;
}

.size-chart-item{
	overflow: hidden;
	margin-bottom: 15px;
}
.size-chart-item-text{
	display: block;
	text-align: right;
	font-size: 9px;
	line-height: 14px;
	color: #404040;
	margin-bottom: 5px;
}
.size-chart-item .table-sizes{
	overflow: hidden;
	overflow-x: auto;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}
.size-chart-item .table-sizes table{
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}
.size-chart-item .table-sizes th{
	background:#c3e2ff;
	font-size:9px;
	font-weight:bold;
	line-height:14px;
	color:#2a6eae;
	border:1px solid #4986bf;
	border-width:0 0 1px;
	padding:4px;
	text-align:center;
}

.size-chart-item .table-sizes tr:first-child th:first-child{border-left:0;}
.size-chart-item .table-sizes td{
	background:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:9px;
	line-height:14px;
	color:#656565;
	height:17px;
	width:28px;
	padding:2px;
	border:1px dotted #4986bf;
	border-width:0 0 0 1px;
	border-bottom:1px solid #b3b3b3;
	padding:0 4px;
}
.size-chart-item .table-sizes td > img{
	display:inline-block;
	vertical-align:middle;
}

.material-information-list{
	margin:0 3px 12px;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	color:#000;
}
.thickness-fabric-box{
	overflow:hidden;
	background:#caeaff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:308px;
	margin: 0 auto;
}
.thickness-fabric-box h3{
	margin:0 0 10px;
	background:#258dc3;
	font-size:12px;
	line-height:23px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.thickness-fabric-holder{
	overflow:hidden;
	margin-bottom:10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	line-height:14px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.thickness-fabric-holder span{
	display:inline-block;
	vertical-align:top;
	font-size:10px;
	line-height:14px;
	color:#000;
	padding:0 6px;
	position:relative;
	bottom:-2px;
}
.thickness-fabric-holder i{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:14px;
	overflow:hidden;
	font:12px/14px Arial, Helvetica, sans-serif;
	margin:0 1px;
}
.thickness-fabric-holder .i01{
	background:url(../img/product/icon-thickness-fabric-01.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i02{
	background:url(../img/product/icon-thickness-fabric-02.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i03{
	background:url(../img/product/icon-thickness-fabric-03.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i04{
	background:url(../img/product/icon-thickness-fabric-04.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i05{
	background:url(../img/product/icon-thickness-fabric-05.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i01.active{
	background:url(../img/product/icon-thickness-fabric-01-active.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i02.active{
	background:url(../img/product/icon-thickness-fabric-02-active.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i03.active{
	background:url(../img/product/icon-thickness-fabric-03-active.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i04.active{
	background:url(../img/product/icon-thickness-fabric-04-active.png) no-repeat 50%;
	background-size:auto 14px;
}
.thickness-fabric-holder .i05.active{
	background:url(../img/product/icon-thickness-fabric-05-active.png) no-repeat 50%;
	background-size:auto 14px;
}

.product-page-list-n.type2{
	margin: 0 -8px 20px;
}
.product-page-list-n.type2 li{
	width: 50%;
	padding: 8px;
}
.product-page-list-n.type2 .box{
	border-color: #d8d8d8;
	border-width: 1px;
	text-align: center;
	padding: 8px;
}
.product-page-list-n.type2 .box:before{
	display: none;
}
.product-page-list-n.type2 .box:after{
	top: -4px;
	left: 5px;
	width: 31px;
	height: 42px;
	font-size: 13px;
	line-height: 38px;
}
.product-page-list-n.type2 .image{
	height: auto;
	margin: 0;
}
/*.product-page-list-n.type2 .image img{*/
	/*width: auto;*/
	/*max-width: 100%;*/
	/*max-height: 100px;*/
/*}*/
.product-page-list-n.type2 h3{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 14px;
	color: #0085d9;
	text-decoration: underline;
	padding-left: 20px;
}

.common-title_m{
	font-size: 15px !important;
	line-height: 21px !important;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/index-new-m/title-common-bg.png) left top repeat;
	margin: 0 0 20px;
	padding: 10px 10px !important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.container_m p{
	font-size: 10px !important;
	line-height: 16px !important;
	color: #000;
	/*margin-bottom: 30px !important;*/
}
.product-page-list-n.type2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 20px;
}
.product-page-list-n.type2 li{
	/*width: calc(100% / 2);*/
	padding:10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.product-page-list-n.type2 .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
	border: 2px solid #1a1a1a;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 8px 30px 8px 30px;
}
.another-flags li{
	width: calc(100% / 2);
}
.product-page-list-n.type2 .box:after{
	position: absolute;
	top: -9px;
	left: 17px;
	width: 43px;
	height: 58px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
}
.product-page-list-n.type2.another-flags .box:after{
	position: absolute;
	top: -9px;
	left: 3px;
	width: 22px;
	height: 52px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
}
.product-page-list-n.type2 .box:before{
	content: '';
	position: absolute;
	top: 30px;
	right: 12px;
	width: 91%;
	height: 4px;
	overflow: hidden;
	font-weight: bold;
	background-color: #000;
}
.product-page-list-n.type2 li:nth-child(1) .box:after{
	content: "1位";
	background: url('../img/product-page/product-page-n1.png') no-repeat;
	background-size: 100% auto;
	left: 8px;
}
.product-page-list-n.type2 li:nth-child(2) .box:after{
	content: "2位";
	background: url('../img/product-page/product-page-n2.png') no-repeat;
	background-size: 100% auto;
	left: 8px;
}
.product-page-list-n.type2 li:nth-child(3) .box:after{
	content: "3位";
	background: url('../img/product-page/product-page-n3.png') no-repeat;
	background-size: 100% auto;
	left: 8px;
}
.product-page-list-n.type2 li:nth-child(4) .box:after{
	content: "4位";
	background: url('../img/product-page/product-page-n4.png') no-repeat;
	background-size: 100% auto;
	left: 8px;
}
.product-page-list-n.type2 h3{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #618cd1;
	text-decoration: underline;

}
@media screen and (max-width: 375px) {
	.product-page-list-n.type2 h3 {
		margin: 0 0 10px;
		font-size: 11px;
		padding-left: 20px;
	}
}
.product-page-list-n.type2 .image{
	display: block;
	margin: 0 auto;
	max-width: 130px;
}
.product-page-list-n.type2 .image img{
	display: block;
	width: 100%;
	/*margin: auto;*/
	/*max-height: 100px;*/
	/*width: 90px;*/
}
.product-page-list-n.type2 table{
	width: 64% !important;
}
.product-page-list-n.type2 table th,
.product-page-list-n.type2 table td{
	border-collapse: collapse;
	border: 1px solid #afc8fa;
	background: #fff;
	vertical-align: middle;
	font-size: 9px;
	line-height: 12px;
	color: #323232;
	padding: 6px;
	text-align: left;
}
.product-page-list-n.type2 table th{
	border-color: #2682c3;
	background: #219ed2;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	white-space: nowrap;
	text-align: right;
}
.product-page-list-n.type2 mark{
	color: #cf0000;
}
.salud-ul{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 30px;
}
.salud-ul li{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 4px;
	/*SALUD-UL ALL LI TO THE SAME HEIGHT SMART*/
	/*display: flex;*/
}
.salud-ul li .box-salud{
	display: block;
	text-decoration: none;
	border: 2px solid #d8d8d8;
	transition: 0.3s;
	background-color: #fff;
	padding-top: 5px;
	/*SALUD-UL ALL LI TO THE SAME HEIGHT SMART*/
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.salud-ul li .box-salud:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.salud-ul li .box-salud h3,
.salud-ul li .box-salud h2{
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0 5px;
}
.salud-ul li .box-salud img{
	display: block;
	margin: 10px auto;
	/*SALUD-UL ALL LI TO THE SAME HEIGHT SMART*/
	/*max-height: 60px;*/
	margin: 30px auto 10px;
	width: 90%;
}
.salud-ul li .box-salud p{
	height: 51px;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	color: #fff;
	text-align: right;
	background-color: #3f3f3f;
	padding: 6px 12px;
	margin: -2px;
}
.salud-ul li .box-salud p span{
	display: block;
	font-weight: bold;
}
.btn-salud{
	display: block;
	background-color: #3b90e8;
	box-shadow: 0 3px #004797;
	border-radius: 4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 270px;
	margin: 0 auto 15px;
	text-align: center;
}
.btn-salud span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-left: 24px;
}
.btn-salud span:before{
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
}
.btn-salud span:after{
	content: '';
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translate(0, -50%);
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #3b90e8;
	border-bottom: 4px solid transparent;
}
section p{
	font-size: 10px;
}
.list-other-product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-other-product li{
	width: calc(100% / 3);
	padding:0 3px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.list-other-product .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 2px solid #d8d8d8;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 5px;
	text-decoration: none;
}
.list-other-product .box:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.list-other-product h3{
	font-size: 9px;
	line-height: 13px;
	color: #212121;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-other-product .image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 8px;
}
.list-other-product .image img{
	display: block;
	height: 60px;
}
.list-other-product .name{
	display: block;
	text-decoration: underline;
	font-size: 10px;
	line-height: 16px;
	color: #4295e9;
	background: #edf9ff;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
}
.list-other-product .push{
	display: block;
	text-align: center;
	background: #ea0000;
	border-bottom: 3px solid #840000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding-left: 16px;
}
.list-other-product .push span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.list-other-product .push span:after{
	content: '';
	position: absolute;
	left: -15px;
	top: 74%;
	width: 14px;
	height: 14px;
	margin-top: -14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}
.list-other-product .push span:before{
	content: '';
	position: absolute;
	left: -10px;
	top: 56%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 3px solid transparent;
	border-left: 6px solid #ea0000;
	border-bottom: 3px solid transparent;
	z-index: 1;
}
.new-product-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}
.new-product-list li{
	width: 50%;
	padding:0 7px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.new-product-list .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	text-decoration: none;
	position: relative;
}
.new-product-list .image{
	overflow: hidden;
	max-width: 180px;
	width: 100%;
	/*height: 180px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;

}
.new-product-list .image img{
	display: block;
	width: 100%;
	/*NEW-PRODUKT-LIST .IMAGE IMG TO THE SAME HEIGHT*/

}
.new-product-list .info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	background: #bb0404;
}
.new-product-list .data-item{
	display: block;
	background: #000;
	white-space: normal;
	font-size: 9px;
	line-height: 30px;
	color: #fff;
	min-width: 70px;
	text-align: center;
}
.new-product-list .link{
	display: block;
	width: 100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 10px 5px 10px 10px;
	font-size: 8px;
	line-height: 12px;
	color: #fff;
}
.new-product-list .box:hover .link{text-decoration: none;}
.new-product-list p{
	margin: 0;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	color: #0095c6;
	padding: 10px;
}
.green-title{
	background-color: #0f9104;
	border-radius: 8px;
	padding: 12px 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.green-title span{
	display: block;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	color: #e4ff00;
}
.green-title h3{
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.diagram{
	margin-top: 50px;
}
.diagram-columns{
	overflow: hidden;
}
.diagram-columns .col-r{
	float: right;
	display: block;
	margin-bottom: 40px;
	max-width: 130px;
}
.diagram-columns .col-r img{
	display: block;
}
.diagram-columns .col-l{
	overflow: hidden;
	padding-right: 10px;
}
.diagram-columns .col-l p{
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	color: #000;
	margin: 0 0 5px;
}
.btn-salud.btn-diagram{
	margin: 0 auto 30px 0 !important;
	width: 100%;
}
.btn-salud.btn-diagram span{
	line-height: 25px;
}
.btn-salud.btn-big{
	width: 300px !important;
	margin-bottom: 50px;
}
.banner-a{
	display: block;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.banner-a:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.banner-a img{
	display: block;
}
.big-btn{
	font-size: 16px !important;
	line-height: 20px !important;
	padding: 10px 0;
}
.big-btn:after{
	content: '';
	position: absolute;
	left: 9px;
	top: 48%;
	transform: translate(0, -48%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid #3b90e8;
	border-bottom: 5px solid transparent;
}
.big-btn:before{
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translate(0, -48%);
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
}
/*#link-top2 a{*/
	/*max-width: 280px !important;*/
/*}*/
#link-top2.fixed-block{
	position: fixed;
}
#link-top2{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 1100px;
	width: 100%;
	overflow: hidden;
	text-align: right;
	z-index: 1000;
}
#link-top2 a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*max-width: 165px;*/
	/*width: 100%;*/
	height: 28px;
	overflow: hidden;
	background: #ff2100;
	font-size: 8px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#link-top2 a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 5px solid transparent;
	border-bottom: 9px solid #fff;
	border-top: 0;
	margin: -2px 5px 0 0;
}
.smpl3{
	display: block;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	margin-bottom: 20px;
}

.tshirt-banner-bg{
	background: url(../img/mike-tshirt-new/tshirt-banner-bg.jpg) 100% 50% no-repeat;
	background-size: cover;
	text-decoration: none;
	margin: 0 -10px 15px;
	padding: 22px 10px;
	box-sizing: border-box;
}

@media only screen and (orientation: landscape){
	.tshirt-banner-bg{
		height: 200px;
	}
}


.tshirt-banner-bg.type2{
	background: url(../img/mike-tshirt-new/tshirt-banner-bg-2.jpg) 100% 50% no-repeat;
	background-size: cover;
	text-decoration: none;
	margin: 0 -10px 30px;
	padding: 22px 10px;
	box-sizing: border-box;
}
.tshirt-banner-bg .col-l{
	display: inline-block;
	width: 100%;
	max-width: 180px;
	margin-right: 25px;
}
.darkblue{
	margin-right: 18px !important;
}
.tshirt-banner-bg .col-l h1{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
}
.tshirt-banner-bg .col-l p{
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	margin: 0;
	padding: 0 4px;
}
.tshirt-banner-bg img{
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
	height: 80px;
	width: auto;
}
.common-title_m{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/index-new-m/title-common-bg.png) left top repeat;
	margin: 0 0 30px;
	padding: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.container_m p{
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-bottom: 30px;
}
.btn-salud{
	display: block;
	background-color: #3b90e8;
	box-shadow: 0 3px #004797;
	border-radius: 4px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 300px;
	margin: 0 auto 40px;
	text-align: center;
}
.btn-salud span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 8px 5px 8px 24px;
}
.btn-salud span:before{
	content: '';
	position: absolute;
	left: 5px;
	top: 48%;
	transform: translate(0, -48%);
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
}
.btn-salud span:after{
	content: '';
	position: absolute;
	left: 9px;
	top: 48%;
	transform: translate(0, -48%);
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 7px solid #3b90e8;
	border-bottom: 4px solid transparent;
}
.banner-a{
	display: block;
	margin-bottom: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.banner-a:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.banner-a img{
	display: block;
}
/*#link-top2 a{*/
	/*max-width: 260px ;*/
/*}*/
.mb120{
	margin-bottom: 120px;
}
.mb50{
	margin-bottom: 50px;
}
.list-other-product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-other-product li{
	width: calc(100% / 3);
	padding:0 3px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.list-other-product .box{
	display: block;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 2px solid #d8d8d8;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 5px;
	text-decoration: none;
}
.list-other-product h3{
	font-size: 9px;
	line-height: 13px;
	color: #212121;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10spx;
}
.list-other-product .image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 8px;
}
.list-other-product .image img{
	display: block;
	height: 60px;
}
.list-other-product .name{
	display: block;
	text-decoration: underline;
	font-size: 10px;
	line-height: 16px;
	color: #4295e9;
	background: #edf9ff;
	padding: 7px;
	margin-bottom: 10px;
	text-align: center;
}
.list-other-product .push{
	display: block;
	text-align: center;
	background: #ea0000;
	border-bottom: 3px solid #840000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding-left: 16px;
}
.list-other-product .push span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.list-other-product .push span:after{
	content: '';
	position: absolute;
	left: -15px;
	top: 74%;
	width: 14px;
	height: 14px;
	margin-top: -14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}
.list-other-product .push span:before{
	content: '';
	position: absolute;
	left: -10px;
	top: 56%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 3px solid transparent;
	border-left: 6px solid #ea0000;
	border-bottom: 3px solid transparent;
	z-index: 1;
}
/* end mike-tshirt-new */

/* mike-items-new */
.mike-items{
	background: url(../img/mike-tshirt-new/mike-items-bg-smart.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 150px;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 20px 5px 10px 10px;
	box-sizing: border-box;
}
.tshirt-banner-bg .col-l p{
	max-width: 180px;
}
.tshirt-banner-bg .col-l{
	max-width: 100%;
}
.pt20{
	padding-top: 20px;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 span{
	font-size: 11px;
}
.common-title_m{
	margin: 0 0 10px;
}
.btn-salud{
	margin: 0 auto 30px;
}
.banner-a{
	margin-bottom: 50px;
}
.new-product-list{
	margin: 0 -7px 50px;
}
.faq-ul_s1 li{
	border: 1px solid #e4e4e4;
}
.btn-salud{
	width: 270px;
}
.faq_s1.type2 .container_s1{
	padding: 0;
}
.push-blue_s1{
	max-width: 270px;
}
/* end mike-items-new */

/* mike-anketa */
.anketa-banner-bg{
	background: url(../img/mike-tshirt-new/anketa-bg.jpg) no-repeat;
	background-size: 100% auto;
	text-decoration: none;
	margin: 0 -10px 15px;
	padding: 20px;
	box-sizing: border-box;
}
.anketa-banner-bg .white-opacity{
	background-color: #fff;
	opacity: .8;
	padding: 10px 30px;
	margin: 0 -20px;
}
.anketa-banner-bg .white-opacity h1{
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	color: #5b1616;
}
.anketa-banner-bg .white-opacity p{
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	margin: 0;
}

.anketa-page .search-func{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.anketa-page .search-func li{
	width: calc(100% / 2);
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	padding-right: 5px;
	margin-bottom: 5px;
}
/*.anketa-page .search-func li:nth-child(1){ padding: 0 5px 10px 0; }*/
/*.anketa-page .search-func li:nth-child(2){ padding: 0 0 10px 5px; }*/
/*.anketa-page .search-func li:nth-child(3){ padding: 10px 5px 0 0; }*/
/*.anketa-page .search-func li:nth-child(4){ padding: 10px 0 0 5px; }*/

.anketa-page .search-func li:nth-child(2n) {padding:0 0 0 5px;}

.anketa-page .search-func li a{
	display: block;
	height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.anketa-page .search-func li a:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.anketa-page .search-func li a img{
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0 0 10px;
}
.anketa-page .search-func li a h3{
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
}
.anketa-page .search-func li a p{
	font-size: 9px;
	line-height: 13px;
	margin: 0;
}
/*.anketa-page .btn_s1{*/
	/*max-width: 100%;*/
/*}*/
.anketa-page .delivery_day_s1{
	margin-bottom: 50px;
}
.sub-common-title{
	margin-bottom: 20px;
}
.salud-ul li .box-salud h3,
.salud-ul li .box-salud h2{
	line-height: 15px;
	padding: 0 8px;
}
.salud-ul li .box-salud p{
	padding: 6px 8px;
}
.top_visual_s1.type2 > .container_s1{
	padding: 0;
}
.top_visual_s1.type2,
.anketa-page .top_visual_s1{
	padding: 0 10px 10px;
	margin: 0 -9px;
}
.delivery-date_s1.type2,
.anketa-page .delivery-date_s1{
	position: relative;
	display: block;
	background: #ffca00;
	text-align: center;
	margin: 0 -10px 24px;
	padding: 10px 7px 4px;
}
.delivery-date_s1.type2 strong,
.anketa-page .delivery-date_s1 strong{
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
}
.delivery-date_s1.type2 strong > img,
.anketa-page .delivery-date_s1 strong > img{
	display: inline-block;
	vertical-align: middle;
	max-width: 59px;
	max-height: 100%;
	margin: -6px 0px 0 4px;
}
.delivery-date_s1.type2 span,
.anketa-page .delivery-date_s1 span{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	color: #454545;
	font-weight: bold;
}
.delivery-date_s1.type2 span > sub,
.anketa-page .delivery-date_s1 span > sub{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	bottom: 0;
}

#sidebar #delivery_date h3,
#sidebar #delivery_date .h3 {
	-webkit-background-size: 145px auto;
	background-size: 145px auto;
}
.info-design-tool h3 span{
	padding-left: 45px;
}
.vis-top-mb{
	margin-bottom: 10px;
	padding: 0 10px;
}
.mb20{
	margin-bottom: 20px;
}
.search-func li a{
	border: 2px solid #d8d8d8;
	padding: 8px;
}
.search-func li a h3{
	font-size: 10px;
	line-height: 10px;
	color: #0087f9;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 10px;
}
.search-func li a img{
	display: block;
	max-width: 94px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.search-func{
	margin-bottom: 20px;
}
.pagination-holder{
	text-align: center;
	background-color: #ececec;
	padding: 8px;
	margin-bottom: 40px;
	margin-top: -10px;
}
.pagination-holder .pagination{
	margin: 0 auto;
}
.pagination-holder .pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination-holder .pagination li a{
	display: block;
	font-size: 9px;
	line-height: 10px;
	color: #0095c6;
	font-weight: bold;
	border-radius: 4px;
	background-color: #fff;
	min-width: 18px;
	margin: 0 2px;
	padding: 3px 6px;
	border: 1px solid transparent;
	-webkit-transition: .3s;
	transition: .3s;
}
.pagination-holder .pagination li span{
	display: block;
	font-size: 9px;
	line-height: 10px;
	color: #0095c6;
	font-weight: bold;
	border-radius: 4px;
	background-color: #fff;
	min-width: 18px;
	margin: 0 2px;
	padding: 3px 6px;
	border: 1px solid transparent;
	-webkit-transition: .3s;
	transition: .3s;
}
.pagination-holder .pagination li i{
	display: block;
	padding: 6px 2px;
	font-size: 8px;
	line-height: 8px;
	color: #000;
}
.pagination-holder .pagination li a:hover{
	border: 1px solid #d8d8d8;
}
.pagination-holder .pagination .active{
	color: #000;
	pointer-events: none;
}
.three-in-line{
	width: calc(100% / 3) !important;
}
.anketa-mike li a{
	border: none;
}
.anketa-mike li a h3{
	color: black;
	text-decoration: none;
	text-align: left;
}
.flow_to_order_s1 .holder_s1 .head_s1 h4{
	position: relative;
	font-weight: bold;
	padding-left: 30px;
}
.flow_to_order_s1 .holder_s1 .head_s1 h4:before{
	counter-increment: list;
	content: counter(list);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ff0101;
	display: inline-block;
	transform: translate(0, -52%);
	text-align: center;
	position: absolute;
	left: 0;
	top: 48%;
	font-family: "Arial", Arial, serif;
	font-size: 19px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
/* end mike-anketa */

/* mike-extra */
.main-banner_m{
	background: url(../img/mike-tshirt-new/mike-extra-bg.jpg) no-repeat;
	background-size: cover;
	text-decoration: none;
	padding: 24px 10px 5px;
	margin: 0 -10px 20px;
	transition: 0.3s;
	position: relative;
}
.extra-mike img{
	position: absolute;
	display: block;
	right: 0;
	top: 30%;
	width: 150px;
}
.main-banner_m h1{
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #fff;
	opacity: .5;
	padding: 4px 14px;
	margin: 0 -9px 20px;
}
@media screen and (max-width: 320px) {
	.main-banner_m h1{
		font-size: 12px !important;
		line-height: 18px;
		font-weight: bold;
		color: #000;
		text-align: left;
		background-color: #fff;
		opacity: .5;
		padding: 4px 14px 4px 5px;

	}
	.main-banner_m.type2{
		padding-left: 5px !important;
	}
}
.main-banner_m p{
	/*MAIN-BANNER_M P MAX-WIDTH*/
	/*max-width: 150px;*/
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	text-align: left;
	padding: 0 5px;
}

.green-salud{
	overflow-y: hidden;
	width: auto;
	background-color: #008a0a;
	border-radius: 6px;
}
.green-salud span{
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	padding-left: 10px;
}
.green-salud span:before{
	content: none;
}
.green-salud span:after{
	content: '';
	position: absolute;
	left: -4px;
	top: 12px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 6px solid transparent;
}
.salud-top{
	float: left;
	width: 150px;
	max-width: 150px;
	border-radius: 6px;
	margin-right: 6px !important;
	background-color: #1c9ac9;
}
.salud-top span{
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	padding-left: 10px;
}
.salud-top span:before{
	content: none;
}
.salud-top span:after{
	content: '';
	position: absolute;
	left: -4px;
	top: 12px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 6px solid transparent;
}
.images-content{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.images-content strong{
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	line-height: 13px;
	border: 2px solid #2f2f2f;
	border-radius: 4px;
	padding: 2px 4px;
	margin-bottom: 6px;
}
.images-content h1{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.images-content span{
	float: right;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #d20000;
}
.images-content p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
.design-consultation-frame .design-campaign-list{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 8px;
}
.design-consultation-frame{
	overflow:hidden;
	margin-bottom:12px;
	padding:8px;
}
.design-consultation-frame .single-title{
	overflow:hidden;
}
.design-consultation-frame .images{
	background:#fff;
	border:1px solid #e5e5e5;
	overflow:hidden;
	margin-bottom:5px;
	height: 270px;
}
.design-consultation-frame .images img{
	display:block;
	width: 230px;
    height: 200px;
}
.design-consultation-frame .design-campaign-list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.design-consultation-frame .design-campaign-list{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}
.design-consultation-frame .design-campaign-list li{
	display: block;
	border: 2px solid #1794d4;
	overflow: hidden;
	background:#fff;
}
.design-consultation-frame .design-campaign-list li + li{
	margin-top: 10px;
}
.design-consultation-frame .design-campaign-list li strong{
	font-size: 13px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	background-color: #1794d4;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.design-consultation-frame .design-campaign-list li strong span{
	display:block;
	text-align: center;
}
.design-consultation-frame .design-campaign-list li .item-block,
.design-consultation-frame .design-campaign-list li .color-block{
	overflow: hidden;
	padding: 8px 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	line-height: 0;
	width:100%;
}
.design-consultation-frame .design-campaign-list li .item-block small,
.design-consultation-frame .design-campaign-list li .color-block small{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 30px;
	color: #373737;
	letter-spacing: -1px;
	overflow: hidden;
	margin-right: 5px;
	padding-left: 15px;
}
.design-consultation-frame .design-campaign-list li .item-block .btn-info,
.design-consultation-frame .design-campaign-list li .color-block .btn-info-color{
	float: right;
	width: 101px;
}
/* item-slider */
.design-consultation-frame .design-campaign-list li .item-slider{
	overflow:hidden;
	position:relative;
}
.design-consultation-frame .design-campaign-list li .item-slider .item-slider-block{
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
/*
.design-consultation-frame .design-campaign-list li .slick-active .img{
	border: 1px solid #000;
}
*/
.design-consultation-frame .design-campaign-list li .item-slider .slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 11px;
	height: 15px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	opacity: 0.8;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 20;
}
.design-consultation-frame .design-campaign-list li .item-slider .slick-prev{
	background: url(/common/design/user/img/free-design-campaign/iconset-slider-arrow.png) no-repeat;
	background-position: 0 0;
	left: 10px;
}
.design-consultation-frame .design-campaign-list li .item-slider .slick-next{
	background: url(/common/design/user/img/free-design-campaign/iconset-slider-arrow.png) no-repeat;
	background-position: -13px 0;
	right: 10px;
}
.design-consultation-frame .slick-slider{
	margin:0 !important;
	width:100%;
	padding:8px 24px;
}
.design-consultation-frame .slick-slider button{
	margin:0;
}
.design-consultation-frame .slick-slider button:before{display:none;}
.design-consultation-frame .design-campaign-list li .item-slider .img{
	width: 46px;
	height: 42px;
	border: 1px solid transparent;
	line-height: 42px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.design-consultation-frame .design-campaign-list li .item-slider input{display:none;}
.design-consultation-frame .design-campaign-list li .item-slider input:checked + .img{border:1px solid #000;}
.design-consultation-frame .design-campaign-list li .item-slider .img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.design-consultation-frame .design-campaign-list li .item-block form{
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
	text-align: center;
}
.design-consultation-frame .design-campaign-list li .item-block .radio{
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"]{
	display: none;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"] + label{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
	width: 35px;
	height: 35px;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ededed;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"] + label:hover{
	border: 2px solid #999;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"]:checked + label{
	border: 2px solid #000;
	background: #000;
	color: #fff;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"] + label,
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"]:checked + label{
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.design-consultation-frame .design-campaign-list .btn-info,
.design-consultation-frame .design-campaign-list .btn-info-color {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 28px;
	font-weight:bold;
	text-align: center;
	padding: 0 10px;
	border-radius: 0;
	border: 2px solid transparent;
	text-decoration: none;
	background-color: #fff;
	color: #000;
	outline: 0;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s linear;
	-moz-transition: all .3s;
	transition: all .3s;
}
.design-consultation-frame .design-campaign-list .btn-like{
	border: 2px solid #efefef;
	width: 59px;
	height: 56px;
	background: url(/common/design/user/img/free-design-campaign/ico-button-like.png) 50% 50% no-repeat;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}
.design-consultation-frame .design-campaign-list .btn-like:hover{
	background-color: #efefef;
	border: 2px solid #e6e3e3;
}
.design-consultation-frame .design-campaign-list .btn-like:active,
.design-consultation-frame .design-campaign-list .btn-like:focus{
	background: url(/common/design/user/img/free-design-campaign/ico-button-like-active.png) 50% 50% no-repeat;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	border: 2px solid #e6e3e3;
}
.design-consultation-frame .design-campaign-list .btn-primary{
	background: #e70000;
	color: #fff;
	padding: 17px 20px;
	min-width: 245px;
}
.design-consultation-frame .design-campaign-list .btn-primary:hover,
.design-consultation-frame .design-campaign-list .btn-primary:active,
.design-consultation-frame .design-campaign-list .btn-primary:focus{
	background: #dc1b1b;
}
.design-consultation-frame .design-campaign-list .btn-info,
.design-consultation-frame .design-campaign-list .btn-info-color{
	background: #febf01;
	color: #fff;
}
.design-consultation-frame .design-campaign-list .btn-info:hover,
.design-consultation-frame .design-campaign-list .btn-info:active,
.design-consultation-frame .design-campaign-list .btn-info:focus,
.design-consultation-frame .design-campaign-list .btn-info-color:hover,
.design-consultation-frame .design-campaign-list .btn-info-color:active,
.design-consultation-frame .design-campaign-list .btn-info-color:focus{
	background: #ffe38d;
	color: #555;
	border: 2px solid #febf01;
}
.design-consultation-frame .frame{
	overflow:hidden;
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height:20px;
	font-size:16px;
	line-height:20px;
	height:40px;
	color:#000;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.design-consultation-frame .frame input{
	width:38px;
	border:1px solid #afafaf;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:block;
	text-align:right;
	padding:4px 8px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#000;
}
.design-consultation-frame .frame span{
	display:inline-block;
	margin:4px 4px 0;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#000;
}
.design-consultation-frame .design-campaign-list li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.design-consultation-frame .design-campaign-list li strong{
	width:100%;
	display:block;
}
.design-part-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.design-part-box label{
	display:block;
	width:31px;
	margin-left:6px;
	overflow:hidden;
	cursor:pointer;
}
.design-part-box label span{
	display:block;
	text-align:center;
	color:#1b1b1b;
	font-size:9px;
	line-height:11px;
	font-weight:bold;
	margin-top:4px;
}
.design-part-box label img{
	display:block;
	width:29px;
	height:29px;
	margin-bottom: 5px;
}
.design-part-box label:first-child{margin:0;}
.design-part-box label input{display:none;}
.design-part-box label input:checked + img{border:1px solid #000;}
.design-consultation-frame .design-campaign-list li .item-block.add{padding:5px 6px 0;}
.design-consultation-frame h4{
	font-size:16px;
	line-height:20px;
	color:#1b1b1b;
	font-weight:bold;
	margin:0 0 6px;
}
.design-consultation-frame .wrap-frame{
	overflow:hidden;
}
.design-consultation-frame .wrap-frame .comment-t{
	display:block;
	background:#fff;
	border:1px solid #e6e6e6;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	overflow:hidden;
	margin-bottom:4px;
}
.design-consultation-frame .wrap-frame .comment-t textarea{
	display:block;
	background:#fff;
	border:0;
	width:100%;
	height:93px;
	padding:6px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	overflow-y:auto;
	resize:none;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	color:#1b1b1b;
	outline:none;
}
.design-consultation-frame .wrap-frame .r{
	overflow:hidden;
	width:248px;
	padding-left:2px;
}
.design-consultation-frame .wrap-frame .r p{
	margin:0 0 8px;
	font-size:10px;
	line-height:14px;
	color:#000;
	font-weight:bold;
}
.design-consultation-frame .wrap-frame .int-def{
	display:block;
	vertical-align:top;
	border:1px solid #d2d2d2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:133px;
	background: #ffffff;
	font-size:10px;
	line-height:20px;
	color:#000;
	overflow:hidden;
	position:relative;
	text-align:center;
background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
margin-bottom:2px;
}
.design-consultation-frame .wrap-frame .int-def a,
.design-consultation-frame .wrap-frame .int-def input{
	display:block;
	border:0;
	background:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:100%;
	height:27px;
	padding:0;
	margin:0;
	font-size:10px;
	line-height:20px;
	cursor:pointer;
}
.design-consultation-frame .wrap-frame .int-def:hover{
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.3);
}
.design-consultation-frame .wrap-frame .int-def input[type="file"]{
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer !important;
	width:300px;
}
.design-consultation-frame .btn-black-k{
	display:block;
	margin:16px auto 0;
	border-bottom:2px solid #161616;
	color:#161616;
	background:#414243;
	text-align:center;
	width:278px;
	font-size:14px;
	line-height:36px;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	width:182px;
}
.design-consultation-frame .btn-black-k.add{
	background:#31ae00;
	border-bottom-color:#247e00;
}
.design-consultation-frame .btn-black-k:hover{opacity:0.8;}
.design-consultation-frame .btn-black-k:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
	width:13px;
	height:13px;
	background: url(/common/design/user/img/design_page/icon-i-011.png) 50% no-repeat;
	background-size:13px;
}
.design-consultation-frame .btn-black-k.add:before{
	background: url(/common/design/user/img/design_page/icon-i-012.png) 50% no-repeat;
	background-size:13px;
}
.design-consultation-frame .design-campaign-list li .item-block.item-size{
	white-space:nowrap;
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
	padding: 8px 10px 0;
	height:58px;
	text-align: center;
}
.btn_facebook,
.btn_twitter{
	display: inline-block;
	vertical-align: top;
	float: unset;
	width: 49%;
}
.btn_twitter a,
.btn_facebook a{
	width: 170px;
}
.extra-page .btn-salud{
	width: 100%;
}

.row{
	overflow: hidden;
}
.row .col.right{
	overflow: hidden;
}
.design-consultation-frame .images{
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 310px;
	padding: 15px 5px 5px;
	overflow: hidden;
	margin-bottom: 8px;
}
.design-consultation-frame .images img{
	display: block;
	max-width: 100%;
	max-height: 225px;
	margin: 0 auto;
}
.design-consultation-frame .images .btn-salud.salud-top{
	position: absolute;
	bottom: 10px;
	left: 5px;
	margin: 0 !important;
	border-radius: 3px;
}
.design-consultation-frame .images .btn-salud.green-salud{
	position: absolute;
	bottom: 10px;
	right: 6px;
	margin: 0 !important;
	width: 104px;
	border-radius: 3px;
}

.design-consultation-frame #gallery{
	margin: 0 -6px;
	padding: 0 6px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.design-consultation-frame #gallery li{
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 14px;
	width: 25%;
}
.design-consultation-frame #gallery li a{
	display: block;
	height: 60px;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: center;
	font-size: 0;
}
.design-consultation-frame #gallery li a img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 58px;
	border: 0;
}
.item-actions .cart-btn{
	padding: 0 10px;
}
.social-links{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 16px;
}
.social-links li{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border-radius: 4px;
	padding: 5px 6px;
	margin-right: 0px;
}
.social-links li a{
	display: block;
}
.links{
	padding: 8px 0 0 16px;
	background-color: #f1f1f1;
	margin-bottom: 16px;
}
.links ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.links ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	margin-right: 15px;
}
.links ul li a{
	display: block;
	font-size: 9px;
	line-height: 13px;
	text-decoration: underline;
	color: #6196d9;
}
.links ul li span{
	display: block;
	font-size: 9px;
	line-height: 13px;
	color: #000;
}
.item-actions .cart-btn{
	width: auto;
}
.design-consultation-frame .design-campaign-list li strong span{
	text-align: center;
}
.arr{
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}
.item-actions .qtty{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 56px;
	border: 2px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 5px;
}
.item-actions .qtty:after{
	content: '';
	display: block;
	clear: both;
}

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

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

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

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

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

.item-actions .cart-btn{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	height: 56px;
	font-size: 14px;
	color: #ffffff;
	background-color: #E70000;
	text-align: center;
	line-height: 56px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.design-consultation-frame .item-actions{
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.item-actions .cart-btn.disabled{
	background-color: #cccccc;
	pointer-events: none;
}

.item-actions .fav-btn{
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 56px;
	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");
}
.design-consultation-frame .design-campaign-list{
	margin-bottom: 15px;
}
.sns_block{
	max-width: 380px;
	width: 100%;
	margin: 0 auto;
}
.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,
.btn_facebook a{
	 width: 100%;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.profile .col-l{
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.profile .col-r{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.profile .col-r strong{
	display: inline-block;
	font-size: 9px;
	line-height: 13px;
	padding: 2px 8px;
	border: 2px solid #000;
	margin-bottom: 5px;
}
.profile .col-r h3{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
/*.delivery-date_s1{
	margin-top: -10px;
}*/
.vis-top-mb{
	margin-bottom: 0 !important;
}
.flow_to_order_s1 .title_s1{
	width: 90% !important;
}
/* end mike-extra */

/* new-anketa-top */
.new-anketa-top .main-banner {
	height: 130px;
	margin: 0 -9px 30px;
	position: relative;
	background: url(../img/mike-tshirt-new/anketa-top-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.new-anketa-top .main-banner img {
	position: absolute;
	display: block;
	width: 120px;
	top: 20%;
	right: 0;
}
.new-anketa-top .main-banner .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 5px;
}
.new-anketa-top .main-banner h2,
.new-anketa-top .main-banner h1 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #f60936;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
}
.new-anketa-top .main-banner strong {
	display: block;
	font-size: 9px;
	line-height: 18px;
	color: #171717;
	font-weight: bold;
}
.new-anketa-top .main-banner h2:after{
	content: "";
	position: absolute;
	display: block;
	background: url(../img/mike-tshirt-new/anketa-top-ok.png) no-repeat;
	background-size: cover;
	left: 140px;
	bottom: 0;
	width: 52px;
	height: 35px;
}
.green-title span,
.green-title h3{
	text-align: left;
}
.green-title{
	padding: 12px 5px;
}
.w100p{
	width: 100%;
}
/* end new-anketa-top */

/* mike-taskdesk */
.content{
	font-size: 16px;
	line-height: 20px;
}
.taskdeck{
	position: relative;
	padding: 20% 10% 10%;
	background-image: url(../img/mike-tshirt-new/taskdesk-bg-center.jpg);
	background-size: contain;
	background-repeat-x: no-repeat;
	background-repeat-y: repeat;
	margin-bottom: 40px;
	margin-top: 30px;
	z-index: 1;
}
.taskdeck:before{
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	padding-top: 16%;
	background-image: url(../img/mike-tshirt-new/taskdesk-bg-top.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.taskdeck:after{
content: '';
position: absolute;
bottom: 0;
left: -1px;
right: -1px;
padding-top: 18%;
background-image: url(../img/mike-tshirt-new/taskdesk-bg-bottom.png);
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
}
.questionnaire_result ul {
	list-style-position: outside;
	list-style-type: square; width: 98%;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.questionnaire_result ul li {
	border: none;
	list-style-position: outside;
	list-style-type: square;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
	padding-right: 10px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape){
	.taskdeck:before{
		right: -2px;
		left: -2px;
	}
	.taskdeck:after{
		right: -2px;
		left: -2px;
	}
}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape){
	.taskdeck:before{
		right: -2px;
		left: -2px;
	}
	.taskdeck:after{
		right: -2px;
		left: -2px;
	}
}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape){
	.taskdeck:before{
		right: -3px;
		left: -3px;
	}
	.taskdeck:after{
		right: -3px;
		left: -3px;
	}
}
.taskdeck .holder{
position: relative;
z-index: 2;
}
.taskdeck .img-container{
	width: 90%;
	min-height: 155px;
	margin: 0 auto 10px;
	background-image: url(../img/mike-tshirt-new/taskdeck-diagram.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.taskdeck h3{
	font-size: 12px;
	line-height: 27px;
	color: #fff;
	background-color: #3c3c3c;
	padding-left: 10px;
	margin-bottom: 10px;
}
.taskdeck .taskdeck-ul{
	padding-left: 15px;
	margin-bottom: 15px;
}
.taskdeck .taskdeck-ul li{
	position: relative;
	font-size: 10px;
	line-height: 14px;
}
.taskdeck .taskdeck-ul li:before{
	content: '■';
	position: absolute;
	left: -14px;
	top: 0;
	font-size: 14px;
}
.taskdeck .colored{
	position: relative;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #000;
	border-radius: 4px;
	background-color: #f6ecc4;
}
.taskdeck .colored:after{
	content: '▼';
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translate(-50%);
	color: #f6ecc4;
}
.taskdeck strong{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}
.taskdeck strong:before{
	content:'';
	position: absolute;
	left: 0;
	top: -4px;
	width: 4px;
	height: 20px;
	background-color: #cd0000;
	border-radius: 10px;
}
.taskdeck .bg-red{
	font-size: 10px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #cd0000;
	margin-bottom: 16px;
}
.text{
	display: block;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 14px;
}
.taskdeck .ul-with-border{
	list-style-type: disc;
	border: 2px solid #e5e5e5;
	padding: 12px 20px 4px;
	margin-bottom: 12px;
	background-color: #fff;
}
.taskdeck .ul-with-border li{
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: square;
}
.taskdeck p{
	font-size: 11px;
	line-height: 14px;
}
/* end mike-taskdesk */

/* mike-search */
.search-market{
	padding:0 0 1px 0;
	margin:0 0 30px 0;
}
.search-market h2{
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(img/h2_search.gif) no-repeat 0 0;
}
.column1 .search-market h2{
	background:url(img/h2_search_full.gif) no-repeat 0 0;
}
/* table
------------------------*/
.search-market 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;
	margin-bottom: 15px;
}
.search-market th,
.search-market td{
	font-size:75%;
	padding:7px;
	border:1px solid #d8d8d8;
}
.search-market td{
	text-align: left;
}
.search-market th{
	width:25%;
	font-weight:bold;
	text-align:right;
	background-color: #f8f8f8;
}
.search-market td select{
	margin: 0 3px;
	border-radius: 4px;
	padding: 1px;
	font-family: inherit;
}
.search-market td input {
	/*	margin:0 3px 0 0; IE7*/
	padding:2px;
	position:relative;
/*	position:static; IE7*/
	top:1px;
	border: 1px solid #acacac;
	border-radius: 4px;
	outline: none;
}
.search-market td label{
	margin:2px 20px 2px 0;
}
.search-market td.row label{
	float:left;
	margin:2px 15px 2px 0;
}
.search-market 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;
}
.search-market td select{
	position: absolute;
	width: 75%;
}

.search-market[data-search="search"] th br[data-br="sp"], .search[data-search="search"] td br[data-br="sp"] {
	display: none;
}

.search-market td select:after {
	content: "▼";
	display: block;
	padding: 0 8px;
	font-size: 12px;
	position: absolute;
	right: 8px;
	top: 4px;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	color: red;
	pointer-events: none;
	box-sizing: border-box;
}
.sbmt_search-market{
	display: block;
	min-width: 250px;
	background-color: #373737;
	border-radius: 6px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	outline: none;
	transition: .3s;
}

.sbmt_search--no-margin {
	margin: 0 auto 0;
}

.sbmt_search-market:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.search-market strong{
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.search-market strong span{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #ed002d;
}
.custom-select-opener:after{
	content: '▼';
	position: absolute;
	color: red;
	right: 5px;
	top: 6px;
}
.box .wide-select{
	width: 100%;
}
.box .widest-select{
	width: 50%;
}
@media screen and (max-width: 375px) {
	.box .widest-select{
		width: 140px;
	}
}
.box .push-select{
	margin-left: 20px;
}
.box .wide-select:after{
	content: '▼';
	position: absolute;
	color: red;
	right: 5px;
	top: 6px;
}
.custom-select-container {
	position: relative;
	box-sizing: border-box;
	width: 140px;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	.custom-select-container {
		margin: 0 0 10px 0;
	}
	.box .push-select{
		margin-left: 0;
	}
	.search td input{
		min-height: 31px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.custom-select-container * {
	box-sizing: border-box;
	font-weight: bold;
}
.custom-select-container.is-disabled {
	opacity: .333;
}
.custom-select-opener {
	border: 1px solid #acacac;
	border-radius: 6px;
	padding: 4px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 140px;
	height: 24px;
}
.custom-select-container select {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.custom-select-panel {
	max-height: 0;
	transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
	overflow: hidden;
	background-color: #e9e9e9;
	position: absolute;
	top: 100%;
	z-index: 1;
	width: 100%;
}
.custom-select-container.is-open .custom-select-panel {
	max-height: 10.7em;
	overflow-y: auto
}
.custom-select-option {
	padding: 0.5em;
}
.custom-select-option.has-focus {
	background-color: LightBlue;
}
.custom-select-option.is-selected::before {
	content: "✔";
	padding-right: 0.5em;
}
.custom-select-optgroup > .custom-select-option {
	padding-left: 2em;
}
.custom-select-optgroup::before {
	content: attr(data-label);
	display: block;
	padding: 0.5em;
	color: #888;
}

.search[data-search="search"] tr span {
	display: inline-block;
	vertical-align: middle;
}

.search[data-search="search"] .custom-select-container .customSelect {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 568px) {
	.search[data-search="search"] tr:nth-child(2) select:first-child {
		width: 200px;
	}
}

@media screen and (max-width: 480px) {
	.search[data-search="search"] tr:nth-child(2) select:first-child {
		margin: 0 0 10px 3px;
	}
	.search[data-search="search"] tr:nth-child(2) select:last-child {
		margin: 0 0 0 3px;
	}
	.search[data-search="search"] th, .search[data-search="search"] td {
		font-size: 12px;
		line-height: 20px;
	}
	.search[data-search="search"] tr span.separator {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.search[data-search="search"] th br[data-br="sp"], .search[data-search="search"] td br[data-br="sp"] {
		display: block;
	}
	.search[data-search="search"] th, .search[data-search="search"] td {
		font-size: 11px;
		line-height: 18px;
		vertical-align: middle;
	}
	.sbmt_search--no-margin {
		min-width: 210px;
		line-height: 40px;
	}
	.search[data-search="search"] {
		margin: 0;
	}
}
@media screen and (max-width: 360px) {
	.search[data-search="search"] th, .search[data-search="search"] td {
		font-size: 10px;
		line-height: 16px;
	}
}
@media screen and (max-width: 320px) {
	.search[data-search="search"] th, .search[data-search="search"] td {
		font-size: 9px;
		line-height: 14px;
	}
}
/* end mike-search */

/* mike-profile */
.profile{
	margin-bottom: 40px;
}
.profile .col-l{
	float: left;
	max-width: 130px;
	margin-right: 10px;
}
.profile .col-l img{
	display: block;
}
.profile .col-r{
	overflow: hidden;
}
.profile .col-r h3 strong{
	display: inline-block;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #3c3c3c;
	margin-right: 10px;
	padding: 4px 8px;
}
.profile .col-r h2{
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}
.profile .col-r p{
	font-size: 10px;
	line-height: 14px;
}
.salud-ul.type2 li{
	width: 50%;
}
.profile .btn-salud{
	margin: 0 auto 100px;
}
/* end mike-profile */

/* mike-faq */
.faq-page .faq_s1 .opened-a_s1 p{
	font-size: 10px;
	line-height: 18px;
}
.faq-page .faq_s1 .opened-a_s1{
	margin: 0 0 10px 38px;
}
/* end mike-faq */

/* mike-faq-2 */
.faq-page .faq-ul_s1.type2 li{
	border: none;
}
.faq-page .faq-ul_s1.type2 p{
	padding-left: 38px;
	font-size: 10px;
	line-height: 18px;
}
.faq-page .faq-ul_s1.type2 p a{
	text-decoration: underline;
	color: #6691e3;
}
.faq-page .faq_s1 h3 span:after{
	left: 10px;
	top: 27px;
}
.faq-page .faq_s1 h3 span{
	padding: 20px 10px 20px 38px;
}
/* end mike-faq-2 */


/* index-new-m */
.main-banner_m.type2{
	position: relative;
	display: block;
	background: url(../img/index-new-m/bg-banner.jpg) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 14px 46% 5px 14px;
	text-decoration: none;
	margin-bottom: 14px;
	min-height: 148px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.main-banner_m.type2:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background: url(../img/index-new-m/tshirts-banner.png) no-repeat 100% 50%;
	background-size: 130px auto;
}
.main-banner_m.type2 h1{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #e30000;
	text-align: left;
	margin:0 -10px 8px 0;
	white-space: nowrap;
}
.main-banner_m.type2 p{
	font-size: 10px;
	line-height: 15px;
	color: #000;
	text-align: left;
	margin: 0px;
}
.common-title_m{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/index-new-m/title-common-bg.png) left top repeat;
	margin: 0 0 20px;
	padding:10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.container_m p{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-left: 5px;
	margin-bottom: 24px;
}
.goods{
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.goods li{
	width: 50%;
	box-sizing: border-box;
	padding: 9px 7px;
}
.goods li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px 12px 20px;
	border: 2px solid #d8d8d8;
	text-decoration: none;
	box-sizing: border-box;
}

.goods li a .img-container{
	width: 100%;
	/*GOODS ALL LI TO THE SAME HEIGHT*/
	/*height: 66px;*/
	/*max-height: 66px;*/
	/*min-height: 66px;*/
}
.goods li a .img-container .pt15{
	padding-top: 15px;
}
.goods li a img{
	display: block;
	margin: 0 auto;
	/*GOODS ALL LI TO THE SAME HEIGHT*/
	height: 50px;
}
@media only screen and (orientation: landscape){
	.goods li a img{
		height: 100%;
		margin-bottom: 5px;
	}
}
.w70{
	width: 42%;
}
.goods li a p{
	font-size: 10px;
	line-height: 14px;
	color: #000;
	margin-bottom: 0;
}
/* end index-new-m */

/* new-index-cat1 */
.banner-main-h {
	max-width: 750px;
	max-height: 306px;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto 36px auto;
}
.banner__image-h {
	display: block;
	width: 100%;
	height: 100%;
}
.banner-main__title-h {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #171717;
	position: absolute;
	top: 48%;
	left: 18%;
	margin: 0;
}
.banners-h {
	overflow: hidden;
	margin-bottom: 30px;
	margin: 0 -10px;
}
.banners__list-h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}
.banners__list-h li {
	width: 33.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px;
}
.banners__list-h .box {
	display: block;
	height: 100%;
}
.banners__list-h .img {
	display: block;
	width: 100%;
	height: auto;
}
.banners__list-h .img img {
	display: block;
	width: 100%;
	max-width: 208px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
}
.banners__list-h li p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 14px 0 14px 0;
	margin: 0;
}

@media screen and (max-width: 811px) {
	.banners__list-h li {
		width: 50%;
	}
	.banners__list-h li p {
		font-size: 12px;
		line-height: 18px;
		padding: 14px 0 24px 0;
	}
	.banner-main__title-h {
		font-size: 26px;
		top: 48%;
	}
}
@media screen and (max-width: 568px) {
	.banner-main__title-h {
		font-size: 23px;
		top: 46%;
	}
}
@media screen and (max-width: 414px) {
	.banner-main__title-h {
		font-size: 15px;
		top: 43%;
	}
}
@media screen and (max-width: 375px) {
	.banner-main__title-h {
		font-size: 15px;
		top: 43%;
	}
}
@media screen and (max-width: 320px) {
	.banner-main__title-h {
		font-size: 11px;
		top: 41%;
	}
}
/* end new-index-cat1 */

/* new-index-cat2 */
.banner-main__overlay-h {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 0 25px 0;
}
.banner-main__overlay-h h1 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #171717;
	margin: 0 0 20px 0;
}
.banner-main__overlay-h .img {
	max-width: 220px;
	max-height: 88px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.banner-main__overlay-h .img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #e4e4e4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 812px) and (orientation: landscape) {
	.banner-main__overlay-h {
		padding: 90px 0 25px 0;
	}
}
@media screen and (max-width: 768px) {
	.banner-main__overlay-h {
		padding: 66px 0 0 0;
	}
}
@media screen and (max-width: 568px) {
	.banner-main__overlay-h {
		padding: 48px 0 0 0;
	}
}
@media screen and (max-width: 480px) {
	.banner-main__overlay-h h2 {
		font-size: 23px;
		margin: 0 0 14px 0;
	}
	.banner-main__overlay-h {
		padding: 20px 0 0 0;
	}
}
@media screen and (max-width: 375px) {
	.banner-main__overlay-h h2 {
		margin: 0 0 10px 0;
	}
	.banner-main__overlay-h .img {
		width: 50%;
	}
}
@media screen and (max-width: 320px) {
	.banner-main__overlay-h h2 {
		font-size: 20px;
		margin: 0 0 5px 0;
	}
}

.text-fix{
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 15px;
}
.fz16{
	font-size: 16px;
	line-height: 20px;
}

.containerForButton{
	position: relative;
}

body{
	padding:0;
	margin:0;
}

.fz29{
	font-size: 29px;
	line-height: 32px;
}

p.lh26{
	line-height: 26px;
}

.df-ai-c{
	display: flex;
	align-items: center;
}

.list-other-product .box-sm{
	height: auto;
	padding: 0 0 5px;
}

.list-other-product h3.mb0{
	margin-bottom: 0;
}

.delivery_item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 35px;
}

.delivery_item_img img{
	display: block;
}

.delivery_text p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}

.delivery_link{
	border: 2px solid #d8d8d8;
	padding: 15px 35px;
	text-align: center;
	transition: all .2s ease;
}

.delivery_link:hover{
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}

.delivery_link img{
	display: block;
	height: 175px;
	margin: 0 auto 15px;
}

.delivery_link span{
	font-size: 16px;
	line-height: 28px;
	color: #0c96e5;
	border-bottom: 1px solid #0c96e5;
}

.list-other-product .image-ha img{
	height: auto;
	width: 100%;
}

.push-red{
	width: 93%;
	background: #d61518;
	box-shadow:
			0 1px #9a0002,
			0 2px #9a0002,
			0 3px #9a0002;
	line-height: 65px;
	max-width: unset;
}

.push-red span{
	line-height: 24px;
	vertical-align: middle;
}

.push-red span:after{
	width: 0;
	height: 0;
}

.push-red span:before{
	border: none;
}

.mb15{
	margin-bottom: 15px;
}

.list-other-product li.w50p{
	width: calc(100% / 2);
}

#main_visual_other{
	display: none !important;
}

.tsh{
	text-shadow: 0 0 11px #000000;
}
.block-faq__pad{
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 26px;
}
.info-faq{
	text-align: center;
	margin-bottom: 15px;
}
.hidden-a_s1__blue{
	color: #6691e3;
	text-decoration: underline;
}
.info-faq__btn{
	display: block;
	width: 170px;
	height: 47px;
	background: url(../img/btn/business-btn-sp1.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}
/* event_cat1 end */

/*.product-page-list-n.type2 h3{*/
	/*display: block;*/
	/*text-align: center;*/
	/*font-size: 10px;*/
	/*line-height: 18px;*/
	/*font-weight: bold;*/
	/*color: #494949;*/
	/*width: 98%;*/
	/*margin: 0 auto 15px !important;*/
	/*text-decoration: none;*/
	/*border-bottom: 2px solid #000;*/
	/*padding-left: 30px;*/
/*}*/
.delivery_item_img-text{
	font-size: 15px;
	line-height: 19px;
	color: #000;
	text-align: center;
	letter-spacing: 0.8px;
	padding: 0;
	margin-top: 10px;
	background: rgba(204,204,204,0.43);
	text-shadow:
			-0   -2px 1px #FFFFFF,
			0   -2px 1px #FFFFFF,
			-0    2px 1px #FFFFFF,
			0    2px 1px #FFFFFF,
			-2px -0   1px #FFFFFF,
			2px -0   1px #FFFFFF,
			-2px  0   1px #FFFFFF,
			2px  0   1px #FFFFFF,
			-1px -2px 1px #FFFFFF,
			1px -2px 1px #FFFFFF,
			-1px  2px 1px #FFFFFF,
			1px  2px 1px #FFFFFF,
			-2px -1px 1px #FFFFFF,
			2px -1px 1px #FFFFFF,
			-2px  1px 1px #FFFFFF,
			2px  1px 1px #FFFFFF,
			-2px -2px 1px #FFFFFF,
			2px -2px 1px #FFFFFF,
			-2px  2px 1px #FFFFFF,
			2px  2px 1px #FFFFFF,
			-2px -2px 1px #FFFFFF,
			2px -2px 1px #FFFFFF,
			-2px  2px 1px #FFFFFF,
			2px  2px 1px #FFFFFF;
	box-shadow: 0px 2px 15px 1px rgba(204,204,204,1);

}

.product-page-list-t li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-page-list-t a {
	position: relative;
	border: 2px solid #1a1a1a;
	display: block;
	padding: 8px;
}

.product-page-list-t a:before{
	position: absolute;
	top: -9px;
	left: 8px;
	width: 43px;
	height: 58px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
}

.product-page-list-t li:nth-child(1) a:before {
	content: "1位";
	background: url(../img/product-page/product-page-n1.png) no-repeat;
	background-size: 100% auto;
}
.product-page-list-t li:nth-child(2) a:before {
	content: "2位";
	background: url(../img/product-page/product-page-n2.png) no-repeat;
	background-size: 100% auto;
}
.product-page-list-t li:nth-child(3) a:before {
	content: "3位";
	background: url(../img/product-page/product-page-n3.png) no-repeat;
	background-size: 100% auto;
}
.product-page-list-t li:nth-child(4) a:before {
	content: "4位";
	background: url(../img/product-page/product-page-n4.png) no-repeat;
	background-size: 100% auto;
}

.product-page-list-t h3 {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
	border-bottom: 3px solid #000;
	margin-left: 43px;
	padding-left: 5px;
}

.product-page-list-t-content {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 25px;
}

.product-page-list-t-content span {
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	max-width: 180px;

}

.product-page-list-t-content span img {
	display: block;
}

.product-page-list-t-content table {
	width: 65%;
	margin-left: 5px;
}

.product-page-list-t-content table tr th {
	border: 1px solid #afc8fa;
	background: #219ed2;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	padding: 6px;
	font-weight: bold;
	width: 67px;
}

.product-page-list-t-content table tr td {
	border-collapse: collapse;
	border: 1px solid #afc8fa;
	background: #fff;
	vertical-align: middle;
	font-size: 9px;
	line-height: 12px;
	color: #323232;
	padding: 6px;
	text-align: left;
	font-weight: bold;
}

.product-page-list-t-content table tr td mark {
	color: #cf0000;
}
.mt30{
	margin-top: 30px !important;
}
/*new block box-block*/
.box-block {

}
.box-item-text{
	text-align: center;
	margin-bottom: 2px;
}
.box-item-text strong{
	display: block;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	background: #e9e9e9;
	margin-bottom: 2px;
	padding: 2px 0;
}
.box-item-text p{
	font-size: 9px;
	line-height: 12px;
	padding: 0;
	margin: 0 0 5px;
	font-weight: 600;
}
.box-block .price{
	text-align: center;
}
.ping-sokujitsu-info{
	overflow:hidden;
	background:#ffeaea;
	padding:14px 16px;
	margin-bottom:24px;
	font-size:16px;
	line-height:22px;
	color:#000;
}
.ping-sokujitsu-info h3{
	color:#ea1010;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	background:none;
	padding:0;
	margin:0 0 10px;
}
.sokujitsu-info-list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.sokujitsu-info-list li:after{
	content:'・';
	position:absolute;
	left:0;
	top:0;
	/*font-size:16px;*/
	/*line-height:22px;*/
	color:#000;
}
/*table-sizes-banner*/
.table-sizes-banner{
	overflow: hidden;
	margin-bottom:20px;
}
.table-sizes-banner table{
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}
.table-sizes-banner th{
	font-size:8px;
	line-height:16px;
	color:#000;
	border: 1px solid #b5b5b5;
	padding:5px 2px 5px 10px;
}
.table-sizes-banner tr:first-child th{
	background-color: #f0f0f0;
	font-size:10px;
	line-height:20px;
	font-weight: bold;
	text-transform:uppercase;
	color:#000;
	white-space:nowrap;
	height:30px;
	vertical-align:middle;
	border: 1px solid #b5b5b5;
	padding:0 6px 0 10px;
}
/*.table-sizes-banner tr:first-child th:first-child{border-left:0;}*/
.table-sizes-banner td{
	vertical-align:middle;
	font-size:10px;
	line-height:16px;
	height:26px;
	width:78%;
	padding:4px 4px 4px 10px;
	border: 1px solid #b5b5b5;
	border-bottom:1px solid #b3b3b3;
}
.mt45{
	margin-top: 45px;
	margin-bottom: 0;
}
.clearfix {
	overflow: hidden;
	margin-bottom: 15px;
}
.goods_list {
	display: flex;
	justify-content: space-between;
}
.goods_list li {
	height: 100px;
	/*padding: 0 5px;*/
	width: 30%;
}
.goods_list li img {
	display: block;
	width: 100%;
}
/* 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;
}
.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;
}
#tab .tabs{
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: center;
}
#tab .tabs li{
    display: inline-block;
    vertical-align: top;
}
#tab .tabs li h2.tab_02,
#tab .tabs li h2.tab_01{
    background: none;
    text-indent: unset;
}
#tab .tabs li h2.tab_02,
#tab .tabs li h2.tab_01{
    background-color: #e3e3e3;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width:115px;
    height:25px;
}
#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;
}
#tab .tabs li.active h2.tab_02{
    margin-left: 12px;
}
#tab .tabs li h2 a{
    display: block;
    font-size: 11px;
    line-height: 25px;
    color: #000;
    text-align: center;
}
#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(../img/mike-tshirt-new/guide-step1.png); -webkit-background-size: contain;
    background-size: 100% auto; }
.guide .flow .step2 span{ background-image: url(../img/mike-tshirt-new/guide-step2.png); -webkit-background-size: contain;
    background-size: 100% auto; }
.guide .flow .step3 span{ background-image: url(../img/mike-tshirt-new/guide-step3.png); -webkit-background-size: contain;
    background-size: 100% auto; }
.guide .flow .step4 span{ background-image: url(../img/mike-tshirt-new/guide-step4.png); -webkit-background-size: contain;
    background-size: 100% auto; }
.guide .flow .step5 span{ background-image: url(../img/mike-tshirt-new/guide-step5.png); background-position-x: 20%;
    background-size: 100% auto; }
.guide .flow .step3-1 span{ background-image: url(../img/mike-tshirt-new/guide-step3-1.png); background-size: 100%; }

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

.dotted .dotted-img img{
    display: block;
    width: 100%;
}
.dotted2{
    display: block;
}
.dotted2 .dotted-img {
    width: 90%;
}
.dotted-img-50{
    width: 80%;
}
/* end mike-guide */
/*table-common*/
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 .even th, table.common .even td {
	background: #fff;
}
table.common th {
	width: 30%;
	text-align: center;
}
table.common th, table.common td {
	font-size: 75%;
	line-height: 150%;
	padding: 7px;
	background: #f8f8f8;
	border: 1px dotted #d8d8d8;
}

.item-list-t li img {
	max-height: unset;
}
.ping-sokujitsu-info {
	overflow: hidden;
	background: #ffeaea;
	padding: 7px 8px;
	margin-bottom: 12px;
	font-size: 10px;
	line-height: 12px;
	color: #000;
}
.ping-sokujitsu-info h3 {
	color: #ea1010;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background: none;
	padding: 0;
	margin: 0 0 10px;
	text-align: left;
}
.sokujitsu-info-list li {
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	position: relative;
	padding: 0 0 0 10px !important;
	background: none !important;
	border: 0 !important;
	height: auto !important;
	display: block !important;
	text-align: left !important;
	margin: 0 !important;
}
.sokujitsu-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.two-image-error {
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.two-image-error div {
	width: 150px;
}
.two-image-error div img {
	display: block;
	width: 100%;
}
.goods_list-2{
	display: flex;
	justify-content: start;
}
.goods_list-2 li{
	width: 200px;
}
.goods_list-2 li img{
	display: block;
	width: 100%;
}
.color_list{
	display: flex;
	justify-content: space-between;
}
.color_list li {
	float: left;
	margin: 10px 0 0 4px;
	font-size: 80%;
	line-height: 140%;
	width: 50%;
}
.color_list li img{
	display: block;
	width: 100%;
}
/******        MAYBE FOR ALL (delete if not)        ******/
.mt30{
	margin-top: 15px !important;
}
/******        END OF STRANGE MARGIN        ******/
.swiper-questionnaire {
	width: 100%;
	height: 100%;
}
.swiper-questionnaire .swiper-pagination {
	display: flex;
	position: relative;
	counter-reset: list;
}
.swiper-questionnaire .pagination-holder {
	text-align: center;
	background-color: #ececec;
	padding: 8px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 10px;
}
.swiper-questionnaire .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	display: block;
	font-size: 9px;
	line-height: 10px;
	color: #0095c6;
	font-weight: bold;
	border-radius: 4px;
	background-color: #fff;
	min-width: 18px;
	margin: 0 2px;
	padding: 10px 10px;
	border: 1px solid transparent;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	opacity: 1;
}
.swiper-questionnaire .swiper-pagination-clickable .swiper-pagination-bullet:after{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 9px;
	line-height: 10px;
}
.swiper-questionnaire .swiper-pagination-bullet-active {
	color:#fff;
	background: #007aff;
}
.swiper-questionnaire .diagram-container{
	background: #fff;
}
#swiper-questionnaire-2 .swiper-button-next{
	display: block !important;
	font-size: 9px !important;
	line-height: 10px !important;
	color: #0095c6 !important;
	font-weight: bold !important;
	background-color: #fff;
	min-width: 18px !important;
	padding: 10px 10px !important;
	border: 1px solid transparent !important;
	-webkit-transition: .3s !important;
	transition: .3s !important;
	-webkit-background-size: 6px !important;
	background-size: 4px !important;
	position: relative;
	border-radius: 4px;
	margin: 0 2px;
	right: auto;
	left: auto;
	width: auto;
	height: auto;
}
#swiper-questionnaire-2 .swiper-button-prev{
	display: block !important;
	font-size: 9px !important;
	line-height: 10px !important;
	color: #0095c6 !important;
	font-weight: bold !important;
	background-color: #fff;
	min-width: 18px !important;
	padding: 10px 10px !important;
	border: 1px solid transparent !important;
	-webkit-transition: .3s !important;
	transition: .3s !important;
	-webkit-background-size: 6px !important;
	background-size: 4px !important;
	position: relative;
	border-radius: 4px;
	margin: 0 2px;
	right: auto;
	left: auto;
	width: auto;
	height: auto;
}
#swiper-questionnaire .swiper-pagination-bullet-active {
	color: #000 !important;
	border: 1px solid #d8d8d8 !important;
}
.box-item{
	position: relative;
	padding-bottom: 10px;
	/*display: block;*/
	/*overflow: hidden;*/
}
/*.information_s1{*/
	/*padding-bottom: 90px;*/
/*}*/

._2p3a{
	width: 100% !important;
}
.fb-page .b_iframe_widget .fb_iframe_widget_fluid span{
	width: 100% !important;
}
.w-pb{
    padding-bottom: 20px !important;
 }
.w-w {
    width: 55% !important;
}
.item_detail_text {
    font-size: 11px;
    line-height: 16px;
    color: #000;
}
.st-p-b{
	padding-bottom: 50px;
}
.item_list h2 {
	height: 36px;
}
.item_list .links{
	background-color: transparent;
}
#form-search dl dd select{
	background-color: transparent;
}
/*update fabric box*/
.thickness-fabric-box {
	height: 80px;
}
.thickness-fabric-box .thickness-fabric-holder .active {
	position: relative;
	overflow: unset;
}
.thickness-fabric-box .thickness-fabric-holder div {
	overflow: unset;
}
.thickness-fabric-box .thickness-fabric-holder {
	overflow: unset;
}
.thickness-fabric-box .thickness-fabric-holder .active span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -17px;
	text-align: center;
	font-size: 10px;
	padding: 0;
}
.thickness-fabric-box .thickness-fabric-holder .i02.active span, .thickness-fabric-box .thickness-fabric-holder .i04.active span {
	width: 60px;
	left: calc(50% - 30px);
}

/*style-banner*/

.info-design-tool .image img {
	margin: 0 !important;
}

.info-design-tool.red h3 span{
	background: #109104 !important;
}

.info-design-tool.blue h3 span{
	background: #ff1a00 !important;
}

.info-design-tool h3 span{
	position: relative;
	font-size: 10px !important;
	line-height: 12px !important;
	color: #fff !important;
}

.info-design-tool span{
	border-bottom: none !important;
	min-height: 0 !important;
}
/*end-style-banner*/
/*4570*/
.list-category-add {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.container_s1.list-category-add {
	padding: 0;
}

.container_s1.list-category-add h3 {
	display: none;
}

.container_s1.list-category-add .goods li a {
	display: flex;
	align-items: center;
	padding: 5px;
}

.container_s1.list-category-add .goods li {
	padding: 3px 7px 5px;
}

.container_s1.list-category-add .goods li p {
	flex: 2;
	padding-left: 5px;
}

.container_s1.list-category-add .goods li a .img-container {
	flex: 1;
}

.item-category-add {
	display: flex;
}
.content-item {
	display: flex;
	border: 1px solid #d8d8d8;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	justify-content: center;
	align-items: center;
}
.item-category-add .content-item:nth-child(2n) {
	margin-right: 0;
}
.img-item {
	width: 50px;
	height: 50px;
	margin-right: 5px;
}
.text-item {
	font-size: 12px;
	line-height: 14px;
}

@media (min-width: 320px) and (max-width: 992px) {
	.goods li a p {
		font-size: 8px;
		line-height: 10px;
	}

	.goods li a img {
		height: 30px;
	}

	.goods li a .img-container {
		min-height: 35px;
	}

	.box_s1 .goods li {
		margin: 0;
	}
}

.item_detail_new_list_sp .container_s1.list-category-add .goods li {
	padding: 3px 5px 5px 0;
}

.item_detail_new_list_sp .container_s1.list-category-add .goods li:nth-child(2n) {
	padding: 3px 0 5px 0;
}

.item_detail_new_list_sp .container_s1.list-category-add .goods li p {
	margin-top: 0;
}

.item-detail-set_ct .item-description .design_btn {
	margin-bottom: 12px;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead {
	width: 100%;
}

.item-detail-set_ct .size-chart-item.list-item-stock tbody {
	max-height: 145px;
	overflow-y: scroll;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead tr th:first-child {
	width: 78px;
	min-width: 78px;
	max-width: 78px;
	white-space: unset;
}

.item-detail-set_ct .size-chart-item.list-item-stock tbody th {
	width: 78px;
	min-width: 78px;
	max-width: 78px;
	white-space: unset;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes thead th {
	width: 40px;
  min-width: 50px;
  max-width: 40px;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes tbody td {
	width: 40px !important;
  min-width: 50px;
  max-width: 40px;
	overflow-wrap: break-word;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes tbody tr:first-child th {
	background: #c3e2ff;
	color: #2a6eae;
	border: 1px solid #4986bf;
	border-width: 0 0 1px;
}

.item-detail-set_ct .item-description .design_btn.right {
	background: transparent;
	border: 1px solid #dcdcdc;
	color: #628eaf !important;
	text-indent: -20px;
	position: relative;
}

.item-detail-set_ct .item-description .design_btn.right:after {
	content: '';
	background: url(../img/images_index-add/arrow_right_btndesign.png) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 95px;
}

.size-chart-item.list-item-stock .table-sizes {
	max-width: 100%;
	max-height: 138px;
	overflow-y: scroll;
}

.size-chart-item.list-item-stock .table-sizes,
.size-chart-item.list-item-stock .table-sizes table
{
	position: relative;
}

.item-detail-set_ct .size-chart-item.list-item-stock tbody th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead th:first-child {
	left: 0;
	z-index: 1;
}

.size-chart-item.list-item-stock .name_code_table {
	background: #4986bf;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	height: 25px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.name_table {
	border-right: 1px dotted #fff;
	min-width: 78px;
	max-width: 78px;
	white-space: normal;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 5px;
	line-height: 12px;
}

.code_table {
	padding: 3px;
	max-width: 75px;
	min-width: 75px;
	display: block;
	white-space: normal;
}

.list-item-stock .table-sizes tbody tr {
	display: table;
}

.list-item-stock .table-sizes thead tr {
	display: inherit;
	position: sticky;
	top: 0;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes {
	max-width: max-content;
}

.item-detail-set_ct .list-item-stock {
	max-width: max-content;
}

.size-chart-item .table-sizes tr:first-child th {
  background: #4986bf;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  height: 22px;
  vertical-align: middle;
  border: 1px dotted #fff;
  border-width: 0 0 0 1px;
  padding: 0 4px;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead th {
  background: #c3e2ff;
  line-height: 20px;
  color: #2a6eae;
  border: 1px solid #4986bf;
  border-width: 0 0 1px;
  text-align: center;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes tr:first-child th {
  background: #c3e2ff;
  line-height: 20px;
  color: #2a6eae;
  border: 1px solid #4986bf;
  border-width: 0 0 1px;
  text-align: center;
}

.item-detail-set_ct .size-chart-item.list-item-stock .name_code_table {
  height: unset;
}
/*star*/
.item-rating .fa {
  color: #ffbb00;
}

.box-rating-star {
  display: flex;
  justify-content: center;
  max-width: 290px;
  margin: 0 auto 10px;
}

.text-item-rating {
  color: #4891d1;
  font-size: 12px;
  line-height: 18px;
  margin-left: 5px;
}
#main .list_search_results {
	overflow: hidden;
	margin: 0;
}

#main .category_n_results strong {
	float: left;
	padding-left: 10px;
	font-size: 10px;
}

#main .category_n_results span {
	float: right;
	font-weight: normal;
	padding-right: 10px;
	font-size: 10px;
}

#main .list_search_results li {
	overflow: hidden;
	width: auto;
	height: auto;
	border: 0;
	border-bottom: 1px dotted #000;
	float: none;
	margin: 0;
	padding: 0;
}

#main .list_search_results li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border: 0;
	padding: 10px 0;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-ms-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}

#main .list_search_results li a:hover {
	box-shadow: 0 0 3px 3px rgba(233, 233, 233, 0.7) inset;
}

#main .list_search_results li .image {
	width: 84px;
	min-width: 84px;
	max-width: 84px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	align-content: center;
	margin-right: 8px;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#main .list_search_results a:hover .image {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#main .list_search_results .image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

#main .list_search_results .text-info {
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main .list_search_results .text-info h4 {
	font-size: 9px;
	line-height: 12px;
	padding: 0;
	margin: 0 0 4px;
	color: #1397db;
	border-left: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
}

#main .list_search_results .text-info h5 {
	display: none;
}

#main .list_search_results .item_list_detail {
	margin: 5px 0 0;
	border: 0;
	overflow: hidden;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

#main .list_search_results .item_list_detail p {
	overflow: hidden;
	font-size: 9px;
	line-height: 14px !important;
	color: #000;
	margin: 4px 0 0;
}

#main .list_search_results .item_list_detail span {
	font-size: 8px;
	background: #e9e9e9;
	margin: 0;
	color: #333;
	font-weight: bold;
	margin-right: 3px;
	width: 70px;
	text-align: center;
	line-height: 14px !important;
	float: left;
}

#main .list_search_results .item_list_detail span.item_price {
	font-size: 9px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 0;
	color: red;
	background: #ffeded;
	width: 100%;
	margin-top: 3px;
	float: none;
	display: block;
}


.hover_bkgr_fricc-1 .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.hover_bkgr_fricc-1 h2 {
  padding: 20px 0;
  text-align: left;
}

.hover_bkgr_fricc-1 .btn_pop-order button {
	border: none;
  background: #1badcf;
  color: #fff;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
}

.hover_bkgr_fricc-1 .table-scroll tr td {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover_bkgr_fricc-sp-1 tr th,
.hover_bkgr_fricc-sp-1 tr td {
  width: calc(100% / 5);
  text-align: center;
  padding: 5px 3px;
  border: 1px solid #e9e9e9;
}

.hover_bkgr_fricc-1 tr th {
  background: #666666;
  color: #fff;
}

.hover_bkgr_fricc-1 .table-scroll tr td:last-child {
  justify-content: flex-end;
}

.hover_bkgr_fricc-1 tr td input {
  max-width: 90%;
  height: 25px;
}

.hover_bkgr_fricc-1 .table-scroll{
  display: block;
  empty-cells: show;
  border-spacing: 0;
}

.hover_bkgr_fricc-1 .table-scroll thead{
  display: block;
}

.hover_bkgr_fricc-1 .table-scroll tbody{
  display: block;
  position:relative;
  width:100%;
  overflow-y:scroll;
  border-top: 1px solid rgba(0,0,0,0.2);
}

.hover_bkgr_fricc-1 .table-scroll tr{
  width: 100%;
  display:flex;
}

.hover_bkgr_fricc-1 .body-half-screen{
  max-height: 200px;
}

.hover_bkgr_fricc-1 .small-col{flex-basis:10%;}

.noti-stop-selling{
	display: block;
	border-radius: 4px;
	background: #e4e8e6;
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	font-weight: 700;
	color: #222;
}

.img-template-asset {
	margin-bottom: 12px !important;
	width: auto;
	max-width: 400px;
	max-height: 400px;
}

@media (max-width: 767px) {
    .img-template-asset {
        max-width: 300px;
        max-height: 300px;
    }
}

.list-header-top a.tel-new {
    background: #ff0101 !important;
    text-indent: 0;
    color: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    font-weight: 700;
    width: 110px;
}

.list-header-top a.tel-new strong {
    font-size: 9px;
    font-weight: 700;
}

.list-header-top a.tel-new span {
    font-size: 13px;
}

.item-detail-set .item-appearance .img > img {
    min-height: 115px;
}

.item-detail-set .item-appearance .img p img {
    min-height: 98px;
}

.box_item_price span{
	font-size: 9px;
}

.bg-ea0084 {
    background: #ea0084 !important;
}

.bg-ff9600 {
    background: #ff9600 !important;
}

.color-c90000 {
    color: #c90000 !important;
}

.product-page-list-ver-1__ct {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

.product-page-list-ver-1__ct > li {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 10px;
}

.product-page-list-ver-1__ct li .items {
    border: 1px solid #d8d8d8;
    padding: 5px;
    font-size: 12px;
    height: 100%;
}

.product-page-list-ver-1__ct li .items .top .top-image {
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page-list-ver-1__ct li .items .top img {
    max-width: 100%;
}

.product-page-list-ver-1__ct li .items .top .top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.product-page-list-ver-1__ct li .items .top-content__left ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 160px;
}

.product-page-list-ver-1__ct li .items .top-content__left li {
    width: max-content;
    margin: 0;
    padding: 0;
}

.product-page-list-ver-1__ct li .items .top-content__left .item {
    background: #000;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50px;
    font-size: 8px;
    margin-bottom: 3px;
    margin-right: 2px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-bottom: 3px;
    font-size: 9px;
    width: 60px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item:last-child {
    margin-bottom: 0;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-oz {
    border: 1px solid #6e6e6e;
    background: #fff;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 3px;
    border-radius: 3px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-oz .text-item {
    font-size: 7px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-size {
    background: #6e6e6e;
    color: #fff;
}
.product-page-list-ver-1__ct li .items .top-content__right .item-size.out-stock {
	background: #eae9e9;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-size.out-stock .text-item {
	color: red;
}
.product-page-list-ver-1__ct li .items .top-content__right .item-size .text-item {
    font-size: 7px;
    line-height: 12px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color {
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 8px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color .text-item {
    font-size: 9px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color span {
    font-size: 8px;
    color: #fff;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color .item-number-color {
    font-size: 19px;
}

.product-page-list-ver-1__ct li .items .top {
    position: relative;
    padding: 10px;
    margin-bottom: 35px;
}

.product-page-list-ver-1__ct li .items .top .top-logo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50px;
}

.product-page-list-ver-1__ct li .items .bottom .bottom-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.product-page-list-ver-1__ct li .items .bottom .bottom-subtitle {
    color: #707070;
    margin-bottom: 5px;
}

.product-page-list-ver-1__ct li .center-rating-star .box-rating-star {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.product-page-list-ver-1__ct li .bottom-content {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    line-height: 16px;
    min-height: 128px;
}

.product-page-list-ver-1__ct li .bottom-data-price .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.product-page-list-ver-1__ct li .bottom-data-price li:last-child .item {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 9px;
}

.item_detail_new_list_sp .product-page-list-ver-1__ct .bottom-data-price li {
    width: 100%;
    float: unset;
    padding: 0;
}

.product-page-list-ver-1__ct li .item {
    color: #333;
}

.item_detail .product-page-list-ver-1__ct li span {
    font-size: 10px;
}

.product-page-list-ver-1__ct .item-right .text-tax {
    font-size: 8px !important;
    color: #333;
}

.item-detail-set .item-appearance .img p {
    position: relative;
    height: 45px;
}

.item-detail-set .item-appearance .img p img {
    width: 100%;
    height: 100%;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}
.bottom-data-price li {
	width: 100%;
}
.titl-recommended-service p {
	padding: 0 10px;
}
/*end update page category*/
