@charset "utf-8";

/* ========================================================
	contents css => 下層ページ用css 2009.12.20 更新
======================================================== */

/* 取扱ブランド
============================================================================================================ */
div#brandList {
	width: 550px;
	padding-bottom: 30px;
}
* html div#brandList {
	overflow: hidden;
}
div#brandList ul {
	width: 580px;
	zoom: 1;
}
div#brandList ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#brandList ul li {
	float: left;
	margin-right: 15px;
	padding-bottom: 15px;
}
div#brandList ul li a {
	display: block;
	position: relative;
	width: 124px;
	height: 116px;
	border: 1px solid #ffffff;
	overflow: hidden;
}
* html div#brandList ul li a {
	width: 126px;
	height: 118px;
}
div#brandList ul li img {
	position: relative;
}

div#brandList p {
		color:#FFF;
		line-height:1.3em;
}


