/* ---------------- search css ------------ */
@charset "UTF-8";
@media screen and (max-width: 50em) {

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

#container {
	width:100%;
}

/* スマホ用CSS ↓*/


/*------------------------------------------------
               おすすめ
--------------------------------------------------*/

div#recommend-index {
	width: 100%;
	position: relative;
	background: url(../imgs/line_star.png) no-repeat;
	background-position: 0 0;
}


div#recommend-index h2 {
	width: 100%;
	text-indent: -9999px;
	background: #fff url(../../imgs/subt_recommend.png) no-repeat;
	background-size:contain;
	margin: 15px 0;
	float: none;
}

div#recommend-index h3 {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:2px solid #f9e2d6;
}

div.rmd-bnr {
	display: block;
	margin-bottom:30px;
}

div.rmd-bnr dl {
	width:auto;
	margin:0 0 5px 0;
}

div.rmd-bnr dl:last-child {
	width:auto;
	margin:0;
}

div.rmd-bnr dl:nth-child(n+4) {
	margin-top:5px;
}

div.rmd-bnr dl dt img {
	width:auto;
	border: 1px solid #dddddd;
}


div.rmd-bnr dl:last-child {
	text-align:center;
	margin:2px 0 0 0;
	font-size:14px;
}

/*

div#recommend-index ul {
	margin:30px auto 0 auto;
}

div#recommend-index ul li {
	width:100%;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #000;
	float: none;
}

div#recommend-index ul li a {
	display: block;
	margin: 0;
	text-align: center;
}

div#recommend-index ul li img {
	border:1px solid #dddddd;
	width:100%;
	margin:0;
	padding:0;
	vertical-align: bottom;
}

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: 0 0px 5px 0px;
	display: inline-block;
	float: none;
}

div#recommend-index ul li:nth-child(n+5) {
	margin-top: 0;
	display: inline-block;
	background-color: #000;
	float: left;
}
*/
/*------------------------------------------------
               人気シリーズ
--------------------------------------------------*/

div#bestsellers-index {
	width: 100%;
	position: relative;
	background: url(../imgs/line_star.png) no-repeat;
	background-position: 0 0;
}

div#bestsellers-index h2 {
	width: 100%;
	text-indent: -9999px;
	background: #ffffff url(../../imgs/subt_bestsellers.png) no-repeat;
	background-size:contain;
	margin: 15px 0;
	float: left;
}

div.bsl-bnr {
	display: block;
	margin-bottom:30px;
}

div.bsl-bnr dl {
	width:auto;
	margin:0 0 5px 0;
}

div.bsl-bnr dl:last-child {
	width:auto;
	margin:0;
}

div.bsl-bnr dl:nth-child(n+4) {
	margin-top:5px;
}

div.bsl-bnr dl dt img {
	width:auto;
	border: 1px solid #dddddd;
}


div.bsl-bnr dl:last-child {
	text-align:center;
	margin:0;
}

div.bsl-bnr dl dd {
	display:nones;
	text-align:center;
	margin:2px 0 15px 0;
	font-size:14px;
}


/*
div#bestsellers-index ul {
	margin:30px auto 0 auto;
}

div#bestsellers-index ul li {
	width:100%;
	margin-left: 0px;
	margin-bottom: 5px;
	background-color: #000;
	float: none;
}

div#bestsellers-index ul li a {
	display: block;
	margin: 0;
	text-align: center;
}

div#bestsellers-index ul li img {
	border:1px solid #dddddd;
	width:100%;
	margin:0;
	padding:0;
	vertical-align: bottom;
}

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: 0 0px 5px 0px;
	display: inline-block;
	float: none;
}

div#bestsellers-index ul li:nth-child(n+5) {
	margin-top: 0;
	display: inline-block;
	background-color: #000;
	float: left;
}*/

/* スマホ用CSS ↑*/

}