@CHARSET "UTF-8";
.searchArea {
	background: #f2f2f2;
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
}
.makerBrandSearch {
	margin-bottom:10px;
}
.searchArea ul {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: calc(100% + 10px);
	margin-left: -10px;
}
.searchArea li {
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #fff;
	padding: 5px 10px;
	cursor: pointer;
}
.resultText {
	display:none;
}

.makerBrandListResult {
	margin:20px 0;
	box-sizing: border-box;
}

.makerBrandListResult .brandList .titleClass {
	margin-top: 10px;
	background: #f2f2f2;
	display: block;
	padding: 5px 10px;
}

.makerBrandListResult ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.makerBrandListResult li.brandListDetail {
	background: #fff;
	width: calc(33% - 10px);
	margin-top:10px;
	padding:0 10px;
}
@media screen and (max-width: 767px) {
	.makerBrandListResult li.brandListDetail {
		width: 100%;
	}
}
.filterWrap_heading {
	margin:10px 0 0 0;
}
.searchArea li.is-active {
	background-color:#008473;
	color:#fff;
}
/** side不要 */
.sideContents {
	display:none;
}
.contents #topGroupName {
	width:100%;
	float:none;
}
.contents div.mainInner {
	padding-left:0;
	padding-right:0;
}
