﻿/*-----------------------------------
reset
-----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
section {
   line-height: 1;
   width:960px;
   margin: auto;
   text-align:left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------
style
-----------------------------------*/
section {
	color: #000000;
	font-family:sans-serif;
}
.filterArea{
	width: 75%;
	margin: 50px auto 20px auto;
	padding: 20px;
	border: solid 1px #494949;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#cce0e3;
}

.filterArea h1{
    font-size:120%;
	text-align: center;
	margin-bottom: 20px;
}

.filterArea .filter_brand,
.filterArea .filter_tag{
	margin-bottom: 30px;
}

.filterArea h2{
	margin-bottom:5px;
}

.resultArea{
	margin-top: 20px;
}

.productArea {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;

}
.productCntArea p {
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	color:#404040;
}
.productArea .product .photo {
	margin-bottom: 10px;
}
.productArea .product img {
	width: 50%;
}
.productArea .product .productTitle {
	line-height: 1.4;
	font-size: 16px;
}
.productArea .product .productBrand {
	line-height: 1.4;
	font-size: 13px;
	margin-bottom: 8px;
}
.productArea .product .tag {
	margin-bottom: 5px;
}
.productArea .product .tag li {
	display: inline-block;
	font-size: 10px;
	margin-bottom: 3px;
	padding: 3px;
	background: #C0C0C0;
	color: #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.productArea .product .description {
	line-height: 1.4;
	font-size: 12px;
}
.description{
	color:#FFFFFF;
}
.productTitle a  {
	text-decoration:none;
	color:#FFFFFF;
}

.productTitle a:hover {
  color: #bcbace;
  }

.filter_tag label.tag {
	display:block;
	float:left;
	padding-right:15px;
}
.clear-element {
  clear: both;
}

.productArea .product {
	width: 160px;
	padding: 10px;
	margin:5px 5px 0 0;
	border: solid 1px #202020;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    background-color:#707070;
}  
  
.resultArea {
	width: 100%;
	margin: 10px auto 0 auto;
} 
  
@media (max-width: 767px) {
.filterArea{
	width: 90%;
	padding: 10px 10px 20px 10px;
}
.productCntArea p {
	padding-right: 10px;
}
}

