/* 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}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;
}
*,
*: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;
	position:absolute;
}
#wrapper{
	position: relative;
	overflow:hidden;
	background:none;
	min-width:1100px;
}
.mt30{
	margin-top: 30px !important;
}
#contents{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
}
#contents:after{
	content:'';
	display:block;
	clear:both;
}
#main{
	position: relative;
	float: right;
	padding: 0 0 50px;
	box-sizing: border-box;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}






#facebook{
	float: right;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	background-color: #CCC;
	margin: 30px 0;
}




/* header */
#header{
	background:#fff;
	position:relative;
	z-index:150;
}
#header .wrap{
	margin:0 auto;
	max-width: 1080px !important;
	width:1100px !important;
	min-height:102px;
}
.logo{
	float:left;
	width:144px;
	height:74px;
	overflow:hidden;
	background:url(../img/images-top/logo.png) no-repeat 50%;
	text-indent:-9999px;
	margin-right:25px;
	margin-top:10px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.slogan{
	display:block;
	font-size:12px;
	line-height:18px;
	color:#000;
	font-weight:normal;
	margin:6px 0;
}
.menu-header{
	float: right;
	border: 1px solid #d6d6d6;
	position: relative;
	top: 11px;
}
.menu-header li{
	float:left;
	border-left:1px solid #d6d6d6;
}
.menu-header li:first-child{border:0;}
.menu-header a{
	display:block;
	width:188px;
	height:65px;
	text-align:center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-header a:hover{
	background-color:rgba(227, 96, 98, 0.1);
}
.menu-header strong{
	display:block;
	font-size:14px;
	line-height:30px;
	color:#000;
}
.menu-header span{
	display:block;
	position:relative;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
}
.menu-header span.item01{color:#15a6d6}
.menu-header span.item02{
	color:#d61518;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}
.menu-header span.item03{color:#15a6d6}
.menu-header span:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:28px;
	height:28px;
}
.menu-header span.item01:before{
	background:url(../img/images-top/ico-menu-header-01.png) no-repeat 50%;
}
.menu-header span.item02:before{
	background:url(../img/images-top/ico-menu-header-02.png) no-repeat 50%;
}
.menu-header span.item03:before{
	width:39px;
	background:url(../img/images-top/ico-menu-header-03.png) no-repeat 50%;
	margin:0;
}
.menu-header a:hover span:before{
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/* nav */
nav{
	display:block;
	background:#d61518;
	position:relative;
}
nav .holder{
	max-width:1100px;
	margin:0 auto;
}
nav .holder:after{
	content:'';
	display:block;
	clear:both;
}
.nav{
	float:left;
	border-left:1px solid #ad0003;
	border-right:1px solid #e36062;
}
.nav li{
	float:left;
	border-left:1px solid #e36062;
	border-right:1px solid #ad0003;
}
.nav a{
	display:block;
	position:relative;
	width:126px;
	height:55px;
	font-size:16px;
	line-height:55px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.nav a:hover{
	background:#ad0003;
}
.nav .tooltip-item{
	position:absolute;
	bottom:49px;
	left:50%;
	width:116px;
	padding:5px 5px 4px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	background:#fff;
	margin-left:-58px;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#000;
	box-shadow:0 0  4px 1px rgba(0, 0, 0, 0.3);
	display:none;
}
.nav a:hover .tooltip-item{display:block;}
.nav .tooltip-item b{
	font-size:14px;
	display:block;
}
.nav .tooltip-item:after{
	content:'';
	position:absolute;
	bottom:-9px;
	left:50%;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	-moz-transform:skew(-10deg);
	-ms-transform:skew(-10deg);
	-webkit-transform:skew(-10deg);
	-o-transform:skew(-10deg);
	transform:skew(-10deg);
}
.nav-btn-list{
	float:right;
	padding:9px 6px;
}
.nav-btn-list li{
	float:left;
	padding-left:11px;
}
.nav-btn-list li:first-child{padding:0;}
.nav-btn-list a{
	display:block;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	width:142px;
	line-height:37px;
	font-weight:bold;
	color:#3f3f3f;
	position:relative;
	overflow:hidden;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.nav-btn-list a:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003,
		3px 3px #ad0003;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.nav-btn-list a:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	height:37px;
	width:32px;
}
.nav-btn-list a.login:before{
	background:url(../img/images-top/ico-nav-btn-list-02.png) no-repeat 50%;
}
.nav-btn-list a.logout:before{
	background:url(../img/images-top/ico-nav-btn-list-03.png) no-repeat 50%;
}
.nav-btn-list a.car:before{
	background:url(../img/images-top/ico-nav-btn-list-01.png) no-repeat 50%;
}
/* header form */
.slogan-frame{
	float:left;
	margin-right:4px;
	width:333px;
}
.slogan-frame .pure-form{
	display:block;
	position:relative;
	width:258px;
	padding-right:74px;
}
.slogan-frame .pure-form fieldset{
	display:block !important;
	padding:0 !important;
}
.slogan-frame .pure-form button{
	position:absolute !important;
	right:0 !important;
	top:0 !important;
	padding:0 !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#373737 !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	width:64px !important;
	height:36px !important;
	line-height:36px !important;
	font-size:12px !important;
	color:#fff !important;
	text-align:center !important;
	border:0 !important;
	cursor:pointer !important;
	outline:none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.slogan-frame .pure-form button:hover{
	box-shadow:
		1px 1px #b7b7b7,
		2px 2px #b7b7b7;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.slogan-frame .text-input{
	display:block !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	appearance:none !important;
	border:1px solid #b7b7b7 !important;
	background:#fff !important;
	outline:none !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	-moz-box-sizing:border-box !important;
	-ms-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	box-sizing:border-box !important;
	width:100% !important;
	font-size:14px !important;
	line-height:16px !important;
	padding:9px 10px !important;
}
.swing:hover {
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes swing{
	15% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	30% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	50% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes swing {
	15% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	30% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	50% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
/* header form end */



/* footer */
#footer{
	width: 100%;
	overflow:hidden;
}
#footer .wrap{
	margin:0 auto;
	max-width:1100px;
	width: auto;
	overflow:hidden;
	border-top:1px solid #fff;
}
#footer .wrap:first-child{
	border:0;
	padding:10px 0 20px;
}
#footer .logo{
	width:144px;
	height:84px;
	background:url(../img/images-top/logo-footer.png) no-repeat 50%;
	margin-right:4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#footer .col-link{
	float:left;
	width:294px;
	height:84px;
	background:url(../img/images-top/ico-tell-col.png) no-repeat 50%;
	overflow:hidden;
	text-indent:-9999px;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#footer .logo:hover,
#footer .col-link:hover{
	-moz-opacity:0.8;
	opacity:0.8;
}
.footer-baner-list{
	float:right;
	width: auto;
	border:0;
	clear: inherit;
	padding-top: 0;
}
.footer-baner-list li{
	float:left;
	padding-left:7px;
}
.footer-baner-list a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.footer-baner-list a:hover{
	box-shadow:
		1px 1px #ad0003,
		2px 2px #ad0003,
		3px 3px #ad0003;
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.footer-baner-list img{display:block;}
.footer-nav{
	overflow:hidden;
	text-align:center;
}
.footer-nav li{
	display:inline-block;
	vertical-align:top;
}
.footer-nav a{
	position:relative;
	display:block;
	padding:0 7px;
	font-size:12px;
	line-height:60px;
	font-weight:bold;
	color:#fff;
}
.footer-nav a:hover{text-decoration:underline;}
 img.mark-grey {
	background-color: #e2e2e2;
	border: 1px solid #d7d7d7;
	margin: 14px auto;
}
.copyright{
	margin:0;
	text-align:center;
	font-size:16px;
	line-height:58px;
	font-weight:bold;
	color:#fff;
}






/* sidebar */
#sidebar{
	float:left;
	width:270px;
	min-width:270px;
	max-width:270px;
	margin-right:30px;
	padding: 0 0 50px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
}
#sidebar .sidebar-block{
	border:1px solid #c9c9c9;
	background:#fff;
	overflow:hidden;
	padding:11px 10px;
	margin-bottom: 18px;
}
#sidebar #delivery_date{
	background:#ffca00;
	overflow:hidden;
	padding:9px 0;
	margin-bottom:16px;
}
#sidebar #delivery_date h3{
	margin:0 0 4px;
	background:url(../img/images-top/text-delivery_date.png) no-repeat 50%;
	text-indent:-9999px;
	overflow:hidden;
	height:48px;
}
#sidebar #delivery_date .date{
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#000;
}
#sidebar #delivery_date a{
	position: relative;
	display: block;
	margin: 6px 16px 0;
	background: #d61518;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-align: center;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-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: 26px;
}
#sidebar #delivery_date a span:before{
	content: '';
	position: absolute;
	left: 7px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -6px;
	border-top: 5px solid transparent;
	border-left: 10px solid #ea0000;
	border-bottom: 5px solid transparent;
	z-index: 1;
}
#sidebar #delivery_date a span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.info-design-tool{
	margin-bottom:16px;
	padding:7px 10px 10px;
	position:relative;
}
.info-design-tool:after{
	content:'';
	display:block;
	clear:both;
}
.info-design-tool.red{background:#d61518;}
.info-design-tool.blue{background:#0096ff;}
.info-design-tool .btn-yellow{
	height:55px;
	line-height:22px;
}
.info-design-tool .btn-yellow span{
	display:block;
	padding-top:4px;
}
.info-design-tool .image{
	overflow:hidden;
}
.info-design-tool .image img{
	display:block;
	width:100%;
}
.info-design-tool h3{
	position:relative;
	margin:0 -14px;
	font-size:17px;
	line-height:20px;
	color:#fff;
}
.info-design-tool.red h3{background:#109104;}
.info-design-tool.blue h3{background:#ff1a00;}
.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{
	border-left:5px solid transparent;
	left:0;
}
.info-design-tool h3:before{
	border-right:5px solid transparent;
	right:0;
}
.info-design-tool h3 span{
	display:block;
	padding-left:78px;
	position:relative;
	height:66px;
	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{
	content:"無料!";
	position:absolute;
	left:15px;
	width:55px;
	height:55px;
	background:#fff;
	text-align:center;
	line-height:55px;
	font-size:20px;
	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:17px;
	line-height:21px;
	font-weight:bold;
	padding:11px 4px;
	text-align:center;
	margin-bottom:16px;
}
#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{
	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: 15px;
	line-height: 20px;
	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 10px;
	list-style: none;
}
.list-items-handled .sub-nav .sub-nav-item{
	display: block;
}
.list-items-handled .sub-nav .sub-nav-item + .sub-nav-item{
	margin-top: 6px;
}
.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: 13px;
	line-height: 18px;
	color: #1587d6;
	padding: 2px 4px 2px 14px;
	box-sizing: border-box;
	text-decoration: underline;
}
.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 > 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);
}
.titl-recommended-service{
	overflow:hidden;
	margin-bottom:12px;
}
.titl-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service{margin-bottom:20px;}
.list-recommended-service li{padding-top:15px;}
.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;
	margin-bottom:28px;
}
.sidebar-info .box{
	overflow:hidden;
	position:relative;
}
.sidebar-info .banner-box{
	background:#cceeff;
	padding:10px;
	overflow:hidden;
}
.sidebar-info .banner-box h3{
	overflow:hidden;
	margin-bottom:9px;
	line-height:10px;
}
.sidebar-info .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:after{
	content:'';
	display:block;
	clear:both;
}
.list-sidebar-soc li{
	float:left;
	width:50%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 4px;
}
.list-sidebar-soc li:first-child{padding:0 4px 0 0;}
.list-sidebar-soc img{
	display:block;
	width:100%;
}
.list-sidebar-soc a{
	display:block;
	position:relative;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.list-sidebar-soc a:hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.list-sidebar-soc a.f:hover{
	box-shadow:
		1px 1px #2a4272,
		2px 2px #2a4272;
}
.list-sidebar-soc a.t:hover{
	box-shadow:
		1px 1px #3fabcf,
		2px 2px #3fabcf;
}
#sidebar #facebook{
	overflow:hidden;
	margin-bottom: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:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	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:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	height:82px;
	-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;
	display:block;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:9px;
}




/* topicpath */
#topicpath{
	width: 100%;
	margin: 30px 0 30px;
}
#topicpath ul{
	display: block;
	margin:0 auto;
}
#topicpath li{
	font-size:75%;
	line-height:150%;
	display:inline;
	list-style-type:none;
	padding:0 0 0 18px;
	background:url(img/topicpath.gif) no-repeat 0 50%;
}
#topicpath li a{
	color:#333;
}
#topicpath li.home{
	padding:0 5px 0 0;
	background:none;
}
#topicpath li strong{
	color:#202020;
	font-weight: bold;
}
#topicpath li span{
	color:#999;
}

/* link-top2 */
#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: 330px;
	width: auto;
	height: 38px;
	overflow: hidden;
	background: #ff2100;
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
}
#link-top2 a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 8px solid transparent;
	border-bottom: 13px solid #fff;
	border-top: 0;
	margin: -4px 5px 0 0;
}





/* item_detail */
.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 5px 20px;
	margin: 9px 0 0;
}
.goods li a{
	display: block;
	border: 2px solid #d8d8d8;
	text-decoration: none;
	height: 100%;
	transition: 0.3s;
	padding: 2px 12px;
}
.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 -11px 18px;
	background-color: #ff6814;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	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: 120px;
}
.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;
}
/* item_detail end */
/* product-page begin */
.product-page-top{
	overflow: hidden;
	position: relative;
	height: 220px;
	margin-bottom: 28px;
	background: url(../img/product-page/product-page-top-bg.png) no-repeat;
	background-size: 100% 100%;
}
.product-page-top h1{
	position: absolute;
	left: 20px;
	top: 58px;
	font-size: 26px;
	line-height: 44px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	max-width: 64%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-page-top p{
	position: absolute;
	left: 24px;
	top: 120px;
	font-size: 14px;
	line-height: 24px;
	color: #323232;
	margin: 0;
	width: 64%;
}
.product-page-top img{
	position: absolute;
	top: 22px;
	right: 19px;
	width: 197px;
	height: 183px;
}
.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 80px;
}
.product-page-list-n li{
	width: 50%;
	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;
	height: 100%;
	-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: 16px 14px;
}
.product-page-list-n .box:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.product-page-list-n .box:before{
	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 li:nth-child(1) .box:before{
	content: "1位";
	background: url('../img/product-page/product-page-n1.png') no-repeat;
}
.product-page-list-n li:nth-child(2) .box:before{
	content: "2位";
	background: url('../img/product-page/product-page-n2.png') no-repeat;
}
.product-page-list-n li:nth-child(3) .box:before{
	content: "3位";
	background: url('../img/product-page/product-page-n3.png') no-repeat;
}
.product-page-list-n li:nth-child(4) .box:before{
	content: "4位";
	background: url('../img/product-page/product-page-n4.png') no-repeat;
}
.product-page-list-n h3{
	margin: 0 0 24px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #494949;
}
.product-page-list-n .image{
	overflow: hidden;
	height: 118px;
	margin-bottom: 24px;
	display: block;
}
.product-page-list-n .image img{
	display: block;
	margin: 0 auto;
	max-height: 118px;
}
.product-page-list-n table{
	width: 228px;
	margin-left: -5px;
}
.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: 12px;
	line-height: 18px;
	color: #323232;
	padding: 6px;
	text-align: left;
}
.product-page-list-n table th{
	border-color: #2682c3;
	background: #219ed2;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	text-align: right;
}
.product-page-list-n mark{
	color: #cf0000;
}
.product-cat-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px 80px;
}
.product-cat-list li{
	width: calc(100% / 3);
	padding:0 7px 13px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.product-cat-list .box{
	display: block;
	height: 100%;
	-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 15px 9px;
	text-decoration: none;
}
.product-cat-list .box:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.product-cat-list h3{
	position: relative;
	margin: 0 -20px;
	background: #ff6813;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	min-height: 33px;
	padding: 2px;
	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-cat-list h3:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid #b67919;
	border-left: 4px solid transparent;
	position: absolute;
	bottom: -4px;
	left: 0;
}
.product-cat-list h3:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid #b67919;
	border-right: 4px solid transparent;
	position: absolute;
	bottom: -4px;
	right: 0;
}
.product-cat-list .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;
	padding: 14px;
}
.product-cat-list .image img{
	display: block;
	margin: 0 auto;
	height: 118px;
}
.product-cat-list .two-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3px;
}
.product-cat-list .two-items > span{
	width: 48.5%;
	height: 45px;
	border: 1px solid #000;
	position: relative;
	background: #444;
	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-size: 12px;
	line-height: 18px;
	color: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-cat-list .two-items > span:first-child{background: #007b80;}
.product-cat-list .two-items > span:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #fff;
}
.product-cat-list .two-items > span i{
	font-size: 18px;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	margin-top: -3px;
}
.product-cat-list .two-items > span em{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-style: normal;
}
.product-cat-list .two-items > span span{
	display: block;
	width: 100%;
	text-align: center;
}
.product-cat-list .items{
	width: 100%;
	height: 45px;
	border: 1px solid #000;
	position: relative;
	background: #747474;
	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-size: 12px;
	line-height: 20px;
	color: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 3px;
	text-align: center;
}
.product-cat-list .items:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #fff;
}
.product-cat-list .price{
	display: block;
	padding: 1px;
	border: 1px solid #000;
	background: #fff;
}
.product-cat-list .price .t{
	display: block;
	background: #c00020;
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #fff;
}
.product-cat-list .price .info-p{
	display: block;
	padding: 4px 6px;
	line-height: 18px;
	font-size: 14px;
	color: #db0000;
	font-weight: bold;
}
.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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-page-list-n.add .col:first-child{
	padding: 16px 14px;
	width: 244px;
}
.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:25px;
}
.product-page-list-n.add .col:last-child p{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 20px;
}
.product-page-list-n.add .col:last-child strong{
	display: block;
	position: relative;
	background: #fff;
	font-size: 18px;
	line-height: 44px;
	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-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 15px solid #fff;
	position: absolute;
	bottom: -15px;
	left: 50%;
	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;
	padding: 0 10px;
}
.product-page-list-n .imag-list li{
	margin: 0 4px;
	padding: 3px;
	width: 107px;
	height: 107px;
	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: 92px;
	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 7px 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;
	height: 100%;
	-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: 12px 10px 14px;
	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: 16px;
	line-height: 18px;
	color: #212121;
	text-align: center;
	font-weight: bold;
	margin-bottom: 26px;
}
.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-bottom: 16px;
}
.list-other-product .image img{
	display: block;
	height: 117px;
}
.list-other-product .name{
	display: block;
	text-decoration: underline;
	font-size: 14px;
	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: 18px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
}
.list-other-product .push span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 26px;
}
.list-other-product .push span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #fff;
}
.list-other-product .push span:before{
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-left: 10px solid #ea0000;
	border-bottom: 5px 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;
	height: 100%;
	-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:hover{
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
}
.new-product-list .box:after{
	content: 'NEW';
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	z-index: 1;
	webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.new-product-list .box:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 80px solid #d90003;
	border-right: 80px solid transparent;
	top: 0px;
	left: 0px;
}
.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: space-between;
	background: #bb0404;
}
.new-product-list .data-item{
	display: block;
	background: #000;
	white-space: normal;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	min-width: 110px;
	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: 0 12px;
	font-size: 12px;
	line-height: 30px;
	text-decoration: underline;
	color: #fff;
}
.new-product-list .box:hover .link{text-decoration: none;}
.new-product-list p{
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #0095c6;
	padding: 16px 20px;
}

	/* product-page end */
/* */
.btn-salud{
	display: block;
	background-color: #3b90e8;
	box-shadow: 0 3px #004797;
	border-radius: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 40%;
	margin: 0 0 30px auto;
	text-align: center;
}
.btn-salud:hover{
	box-shadow: none;
	transform: translate( 0, 4px);
}
.btn-salud span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-left: 24px;
}
.btn-salud span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
}
.btn-salud span:after{
	content: '';
	position: absolute;
	left: 7px;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #3b90e8;
	border-bottom: 4px solid transparent;
}
.banner-a{
	display: block;
	margin-bottom: 110px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.banner-a img{
	display: block;
}
/* */