@charset "UTF-8";

h4 {
	padding:5px 10px;
	margin:20px 0;
}

h3 {
	font-weight:bold;
	font-size:18px;
	margin:10px 0;
}

div.brandNav {
	padding:15px 15px;
	margin-bottom:20px;
	background: none repeat scroll 0% 0% rgb(247, 247, 247);
}

.brandNav a {
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 15px;
	background:url(/common/img/icon_arrow_grey_down.gif) no-repeat left center;
}

.brandList ul {
	list-style-type: none;
	overflow:hidden;
}

.brandList li {
	width:445px;
	height:145px;
	margin:0px 5px 10px 5px;
	border:1px solid rgb(204, 204, 204);
	display:block;
	float:left;
}

.brandList figure {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}

.brandList dl {
	margin:10px 15px 5px 5px;
}

.brandList dt {
	font-weight:bold;
	font-size:12px;
}
	.brandList dt a{
		color:#000;
	}

.brandList dd {
	margin:5px 0px 0px 0px;
}

.brandList dd a {
	padding:0px 0px 0px 12px;
	background:url(/common/img/icon_arrow_grey.gif) no-repeat left center;
}

h2 {
	font-size:20px;
	border-top:1px dotted #ccc;
	padding:20px 0 20px 40px;
	margin-top:20px;
}


h2.kitchen {
	background:url(/contents_file/products/brand/img/icon_kitchen.gif) no-repeat left center;
}

h2.sweets {
	background:url(/contents_file/products/brand/img/icon_sweets.gif) no-repeat left center;
}

h2.beauty {
	background:url(/contents_file/products/brand/img/icon_beauty.gif) no-repeat left center;
}

h2.mens {
	background:url(/contents_file/products/brand/img/icon_mens.gif) no-repeat left center;
}

h2.daily {
	background:url(/contents_file/products/brand/img/icon_daily.gif) no-repeat left center;
}

/* ----- index ----- */
.itemList li.brandBox {
	list-style-type: none;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}

.itemList figure {
	float: left;
}

.itemList dl {
	float: right;
	width:290px;
	margin-left:30px;
}

.itemList dt {
	margin-bottom:20px;
}

p.outline {
	font-size:12px;
	margin-bottom:20px;
}

.pageTop {
	margin:0px;
}

.pageTop a {
	display:block;
	background: url(/common/img/icon_arrow_black_up.gif) left center no-repeat;
	padding-left:15px;
	float:right;
	width:115px;
}
body.products .itemList li.lastBrandBox,
body.products .itemList li.brandBox {
	padding-left: 20px;
}
body.products .itemList li.brandBox:first-child {
	padding-top: 20px;
}
body.products .itemList dl {
	margin-right: 20px;
	margin-left: 0;
}
body.products .itemList li.lastBrandBox {
	list-style-type: none;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
body.products .brandList ul li {
	width: 335px;
	height: 168px;
}
body.products .brandList dd {
	margin: 5px 0px 0px 145px;
}
#sideProducts .current{
	font-weight: bold;
}
body.products .brandList h2 {
	border: none;
	margin-top: -20px;
}
body.products #mainContent-right.beauty,
body.products #mainContent-right.sweets,
body.products #mainContent-right.mens,
body.products #mainContent-right.daily,
body.products #mainContent-right.kitchen {
	border: none;
}
body.products ul.beauty li{
  height: 180px;
}
/*  SP  */
@media screen and (max-width:739px) {
  .products .brandList ul.beauty li dd:nth-of-type(3){
    margin: 3px 0px 5px 3px;
	}
}