@charset "utf-8";
#tags{
	min-height:55px;
	box-sizing:border-box;
	background:#000;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('/s/img/tags.jpg');
	background-image: 
	-webkit-image-set(
	  url('/s/img/tags.jpg') 1x,
	  url('/s/img/tags@2x.jpg') 2x,
	  url('/s/img/tags@3x.jpg') 3x
	);
	background-image: 
	image-set(
	  url('/s/img/tags.jpg') 1x,
	  url('/s/img/tags@2x.jpg') 2x,
	  url('/s/img/tags@3x.jpg') 3x
	);
	font-size:22px;
	line-height:150%;
}
#tags ul{
	display:block;
	margin:0 auto;
	max-width:860px;
	padding:10px 10px;
	box-sizing:border-box;
}
#tags li{
	display:inline;
	padding:0 10px;
}
#tags a{
color:#3EA6BE;
text-decoration:none;
}
#tags a:hover,#tags a.sel{
	color:#FFF;
	text-decoration:underline;
}


#chairs{
	max-width:860px;
	margin:0 auto;
	padding:10px 0 25px 0;
	text-align:center
}
#chairs li{
	display:inline-block;
	padding:17px 17px 0 17px;
	box-sizing:border-box;
	width:25%;
}
#chairs a{
	display:block;
	text-decoration:none;
	position:relative;
	background-repeat:no-repeat;
	padding-bottom:53px;
	
}
#chairs img{
	width:180px;
	height:280px;
	
}
#chairs strong{
	display:block;
	background:#FFF;
	font-weight:600;
	color:#000;
	width:100%;
	height:32px;
	line-height:28px;
	text-align:center;
	font-size:20px;
	position:absolute;
	bottom:24px;
}
#chairs .order strong{
	color:#3EA8BE
}
#chairs a:hover strong{
	text-decoration:underline
}
#chairs div{
	position:absolute;
	bottom:0;
	background:#FFF;
	padding:0;
	padding-right:10px;
	box-sizing:border-box;
	line-height:27px;
	height:30px;
	font-size:13px;
	text-align:center;
	width:100%;
}

#chairs small{
	color:#646472;
}
#chairs span{	
	color:#000;
	font-size:110%;
	text-align:center;
	width:65px;
	text-align:center;
	font-weight:bold;
}



@media (max-width: 859px) {
#tags{
	font-size:20px;
	background-size:cover;
	background-position:left;
}
#chairs img{
	width:100%;
	max-width:180px;
	height:auto;
	
}
}

@media (max-width: 750px) {
#chairs li{
	width:33%;
	padding:14px;
}
}

@media (max-width: 490px) {
#chairs li{
	width:50%;
	padding:7px;
}
}