@charset "UTF-8";


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

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

div#recommend-index h2 {
	width: 277px;
	height: 23px;
	text-indent: -9999px;
	background: #fff url(../../imgs/subt_recommend.png) no-repeat;
	background-size:contain;
	margin-bottom: 15px;
	float: none;
}

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

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

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


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

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

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


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

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



/*
div#recommend-index ul {
	clear: both;
	overflow: hidden;
}

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

div#recommend-index ul li img {
	margin:0;
	padding:0;
	vertical-align: bottom;
	width:174px;
	border: 1px solid #dddddd;
}

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

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



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

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

div#bestsellers-index h2 {
	width: 258px;
	height: 22px;
	text-indent: -9999px;
	background: #ffffff url(../../imgs/subt_bestsellers.png) no-repeat;
	background-size:contain;
	margin-bottom: 15px;
	float: none;
}


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

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


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


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

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

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


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

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 {
	clear: both;
	overflow: hidden;
}

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;
	border: 1px solid #dddddd;
}

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;
}*/

