@charset "Shift_JIS";
	/*
	--------------------------------
	Name: brandlist.css
	Created: 2009.09.29
	Last Modified: 2012.07.31
	--------------------------------
	- Table of Contents -

	　掲載ブランド一覧

	--------------------------------
*/


/* --------------------------------
	掲載ブランド一覧
-------------------------------- */

div#title {
	padding: 13px 0 0 0;
}

div#title h2 {
}

div#title p.lead {
	width: 600px;
	margin: 9px 0 0 12px;
	font-size: 92%;
	color: #333;
}



/* ---------------------------
	ページ内共通
------------------------------ */

/* ブランドリスト ----------- */

div.contents div.brandList {
	position: relative;
	width: 650px;
	margin: 10px -20px 0 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	font-size: 92%;
}

div.contents div.brandList ul {
	width: 650px;
	margin: -1px 0 0 0;
	padding: 8px 0 8px 0;
	background: url(/images/brandcollection/brandlist/list_dotline.gif) no-repeat;
}
/* clearfix: Ver. 2007.05.31 ---------------- */
div.contents div.brandList ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
div.contents div.brandList ul { display:inline-block; }
/*\*/
* html div.contents div.brandList ul { height:1%; }
div.contents div.brandList ul { display:block; }
/**/


div.contents div.brandList ul li {
	float: left;
	width: 325px;
}

div.contents div.brandList ul li span {
	display: block;
	float: left;
}

div.contents div.brandList ul li span.box {
	width: 20px;
	margin: 0 5px 0 0;
	text-align: right;
}

div.contents div.brandList ul li span.box img {
	margin: 3px 0 0 0;
}

div.contents div.brandList ul li span.listText {
	width: 270px;
}

div.contents div.brandList ul li span.listText a {
	margin: 0 3px 0 0;
	color: #333;
}



/* まとめてお気に入り ----------- */

div.contents div.btnFavorite {
	position: relative;
	width: 630px;
	height: 40px;
	margin: 11px 0 0 0;
	background: url(/images/brandcollection/brandlist/btn_bg.gif) repeat-x;
}

div.contents div.btnFavorite p.text {
	width: 483px;
	font-size: 85%;
	line-height: 40px;
	text-align: right;
}

div.contents div.btnFavorite p.btn {
	position: absolute;
	top: 10px; right: 8px;
}



/* ---------------------------
	コミュニティ
------------------------------ */

div#community {
	margin: 5px 0 0 0;
}


/* 頭文字ボタン ----------- */

div#community div.btnFilter {
	width: 630px;
	height: 40px;
	margin: 10px 0 0 0;
	background: url(/images/brandcollection/brandlist/btn_bg.gif) repeat-x;
}

div#community div.btnFilter ul {
	padding: 8px 0 0 9px;
}

div#community div.btnFilter ul li {
	float: left;
	width: 55px;
}

div#community div.btnFilter ul li.btn_all {
	width: 64px;
}

div#community div.btnFilter ul li img {
	vertical-align: bottom;
}


/* ページング（共通系） ----------- */

div#pagingBoxWrap{
	width: 630px;
	background: url(/images/common/common_bg_dot01.gif) repeat-x left bottom;
	clear: both;
	padding: 0 0 3px 0;
}

div#pagingBox{
	background: url(/images/common/common_bg_dot03.gif) repeat-x left top;
/*	margin-bottom: 2px; */
	padding-top: 5px;
}

div#pagingBox p{
	float: left;
	font-size: 85%;
}

div#pagingBox p strong{
	margin-left: 10px;
}

div#pagingBox ul#pagination{
	float: right;
	margin-left:10px;
}

div#pagingBox ul#pagination img{
	vertical-align: bottom;
}

div#pagingBox ul#pagination li{
	display: inline;
	line-height: 100%;
}

div#pagingBox ul li a,
div#pagingBox ul li.more,
div#pagingBox ul li.on{
	margin-right: 3px;
	padding: 2px 4px 1px 4px;
	display: block;
	float: left;
	font-size: 90%;
}

div#pagingBox ul li.more{
	color: #cccccc;
	padding: 5px 0 0 0;
	font-size: 85%;
}

div#pagingBox ul li.on{
/*	color : #4eb691; */
	color: #ff8a9d;
	font-weight: bold;
}

div#pagingBox ul li a:hover,
div#pagingBox ul li a:active{
	text-decoration: none;
}

div#pagingBox ul li.back,
div#pagingBox ul li.next{
/*	width: 43px; */
	padding: 0;
}

div#pagingBox ul li.back a,
div#pagingBox ul li.next a{
	background: none;
	padding: 0;
	border: 0;
}

div#pagingBox ul li.next a{
	margin-right: 0;
}


div#pagingBox ul li a {
	color: #333;
}



/* ---------------------------
	情報掲載中
------------------------------ */

div#info {
	margin: 17px 0 0 0;
}


