@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/brand/h2PageTitle.jpg);
}

/*コンテンツ*/

div.brandBox {
	height: auto;
	width: 700px;
	margin: 0px auto;
}

div.brandBox h3 {
	height: 160px;
	width: 700px;
	text-indent: -9999px;
	overbrand: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

ul.itemList {
	height: auto;
	width: 696px;
	margin: 60px auto 0px auto;
}

ul.itemList li {
	height: 350px;
	width: 220px;
	float: left;
	display: inline;
	margin: 20px 5px 0px 5px;
	border: #C5C5C5 1px solid;
}

div.itemImgBox01 {
	margin: 10px auto;
}

p.itemDtl01 {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

p.priceTxt01 {
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #FF0000;
}

p.brandText {
	padding: 20px 20px 15px 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
}

p.pagetopText {
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: right;
}

p.pagetopText a {
	text-decoration: none;
	color: #666;
}

p.pagetopText a:hover {
	color: #999;
}


/*-------------640以下ここから-------------*/

@media screen and (max-width: 640px){

div.brandBox {
	width: 100%;
}

div.brandBox h3 {
	height: 60px;
	width: 100%;
	background-size: contain;
}

ul.itemList {
	height: auto;
	width: 100%;
	margin: 20px auto 0px auto;
}

ul.itemList li {
	height: 350px;
	width: 80%;
	float: none;
	display: block;
	margin: 10px auto;
	border: #C5C5C5 1px solid;
}

}