@charset "UTF-8";


/*------------------------------------------------
               おすすめ
--------------------------------------------------*/

div#recommend-index,
div#bestsellers-index {
	margin: 0 0 30px 0;
	background: url(../../imgs/line_star.png) repeat-x;
	background-position: 268px 8px;
	overflow: hidden;
}

div#recommend-index p,
div#bestsellers-index p {
	line-height:1.6em;
	margin-bottom:30px;
}

div#recommend-index h3,
div#bestsellers-index h3 {
	font-size: 20px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:2px solid #f9e2d6;
}

div.rmd-bnr,
div.bsl-bnr {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom:30px;
}


div.rmd-bnr dl,
div.bsl-bnr dl {
	width:246px;
	margin-right:15px;
}

div.rmd-bnr dl:nth-child(3n),
div.bsl-bnr dl:nth-child(3),
div.bsl-bnr dl:nth-child(6) {
	margin-right:0;
}

div.rmd-bnr dl:nth-child(n+4),
div.bsl-bnr dl:nth-child(n+4) {
	margin-top:15px;
}


div.rmd-bnr dl dt,
div.bsl-bnr dl dt {
	text-align:center;
}

div.rmd-bnr dl dt img,
div.bsl-bnr dl dt img {
	width:246px;
	border: 1px solid #dddddd;
}



/*------------------------------------------------
               人気シリーズ
--------------------------------------------------*/

div.bsl-bnr dl dd {
	display:none;
	text-align:center;
	margin-top:5px;
	font-size:14px;
}

div#bestsellers-index ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#bestsellers-index ul::before {
	content:"";
	display: block;
	width:23%;
	order:1;
}

div#bestsellers-index ul::after {
	content:"";
	display: block;
	width:23%;
}

div#bestsellers-index ul li {
	width: 174px;
	margin-top: 15px;
}

div#bestsellers-index ul li img {
	max-width: 100%;
	border: 1px solid #dddddd;
}

/*
div#bestsellers-index ul {
	clear: both;
	overflow: hidden;
	border:1px solid;
}

div#bestsellers-index ul li {
	margin-left: 15px;
	display: inline-block;
	background-color: #000;
	float: left;
}

div#bestsellers-index ul li img {
	margin:0;
	padding:0;
	vertical-align: bottom;
	width:174px;
}

div#bestsellers-index ul li:first-child,
div#bestsellers-index ul li:nth-child(5),
div#bestsellers-index ul li:nth-child(9),
div#bestsellers-index ul li:nth-child(13),
div#bestsellers-index ul li:nth-child(17),
div#bestsellers-index ul li:nth-child(21),
div#bestsellers-index ul li:nth-child(25)
 {
	margin-left: 0;
	display: inline-block;
	background-color: #000;
	float: left;
}

div#bestsellers-index ul li:nth-child(n+5) {
	margin-top: 15px;
	display: inline-block;
	background-color: #000;
	float: left;
}*/