/**
 * topBlandList.css
 *
 * Index
 *
 * #miz-Top-Brand-List
 */


#miz-Top-Brand-List {
	display: none;
}
#miz-Top-Brand-List .overlay {
	background-color: #fff;
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	width: 100%;
}
#miz-Top-Brand-List .miz-Top-Brand-List-Box {
	position:absolute;
	top:150px;
	left: 50%;
	z-index: 600;
	background: url(../images/parts/bg-04.png) no-repeat left bottom;
	padding: 0 0 50px 0;
	text-align:center;
	width:946px;
	margin: 0 auto;
}
#miz-Top-Brand-List .miz-Top-Brand-List-Box .cont {
	background: url(../images/parts/bg-03.png) left top repeat-y;
	margin:0 auto;
}
#miz-Top-Brand-List .miz-Top-Brand-List-Box .inner {
	background: url(../images/parts/bg-02.png) no-repeat left top;
	padding-top:20px;
}
#miz-Top-Brand-List .close-btn {
	background:url(../images/parts/bg-05.png) no-repeat left top;
	margin:0 auto;
	text-align:right;
	height:36px;
}
#miz-Top-Brand-List .close-btn p {
	padding: 5px 43px 0 0;
}
#miz-Top-Brand-List .set-Title {
	margin: 0 auto;
	padding-top: 30px;
}
#miz-Top-Brand-List .list-wrapper {
	margin:30px auto 0;
}

#miz-Top-Brand-List .list-inner {
	margin: 0 auto;
	width: 860px;
}
#miz-Top-Brand-List .list-inner li {
	margin: 0 10px 0 0;
	padding-bottom: 20px;
	width: 280px;
	float: left;
}
#miz-Top-Brand-List .list-inner li.last-child {
	margin: 0 0 0 0;
}
#miz-Top-Brand-List .set-Text strong {
	background: url("../images/parts/blt-r-03.gif") no-repeat scroll 0 0.4em transparent;
	display: block;
	margin-top: 4px;
	padding-left: 11px;
}
#miz-Top-Brand-List .set-Text span {
	display:none;
}