@charset "shift_jis";
/* CSS Document */

*{ margin:0; padding:0; }
body{
	background:#FFF;
	font-size: 10px;
	line-height: 180%;
	color:#666666;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing: 1px;
}
img,
a img{ border:0; }
li{ list-style:none; }
.mgb10{ margin-bottom:10px; }
.mgb30{ margin-bottom:30px; }

#contents {
    margin: 0 auto 50px auto;
    width: 930px;
}
#contents h1{
	margin-bottom:20px;
	padding:15px 0;
	border-bottom:5px solid #000;
}
.brandListArea .brandList{
	width:300px;
	float:left;
	display:inline;
}

p.footer{
	text-align:center;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
