@charset "UTF-8";
.brand_search_block .overlayBrand {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	opacity: 0;
}
.brand_search_block .modalBrandIndex {
	display: none;
	position: fixed;
	background: #f5f5f5;
	padding: 0 30px 30px 30px;
	top: 100px;
	overflow: visible;
	z-index: 1001;
    width: 910px;
	min-height: 320px;
	box-shadow: 0 0 8px #aaa;
}
.brand_search_block .modalBrandIndex .closeBtn {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url(//media.aws.locondo.jp/contents/img/pc/btn-modal-close.png) no-repeat;
  background-size: 46px;
}
.brand_search_block #brands_sec h2 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 20px;
	margin-bottom: 16px;
	padding: 34px 0 10px;
}
.brand_search_block #brands_sec .brand_list {
	margin-bottom: 15px;
}
.brand_search_block #brands_sec .brand_list li {
	float: left;
	border-left: 1px solid #e6e6e6;
    width: inherit;
    padding-right: 0;
}
.brand_search_block #brands_sec .brand_list a {
	display: block;
    line-height: 24px;
    height: 24px;
    padding: 0 11px;
}
.brand_search_block #brands_sec .brand_list li:last-child {
	border-right: 1px solid #e6e6e6;
}
.brand_search_block #brandBlock {
	overflow-y: scroll;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 30px 30px 30px;
	height: 300px;
}
.brand_search_block #brandBlock li {
	float: left;
	width: 49%;
    padding-bottom: 16px;
}
.brand_search_block #brandBlock h2 {
	clear: both;
}
#left_navi .brand_search_block h3:nth-of-type(1) {
    border-top: none;
    padding-top:0;
}
#left_navi .brand_search_block .filter_list{
    padding-bottom: 8px !important;
}
