@charset "utf-8";
/* 売れ筋商品のcss */
.caption {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2.5rem !important;
}

/* カテゴリー */
.select-category {
	text-align: center;
    width: 70%;
	min-width: 736px;
    margin: 0 auto 4rem;
}
.select-category .selectmenu {
	width: calc(100% - 256px);
    display: inline-block;
}
.select-category p {
    line-height: 3.8rem;
    display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}

/* 商品リスト */
#rank_wrap { margin-bottom: 4rem; }
#rank_wrap ul { margin: 1rem auto; }
#rank_wrap .item { height: 100%; }
.col-4 .col { margin-bottom: 4rem; }
.btn_fav.enter a { padding: 4px 3.4rem; }
.btn_fav.delete a { padding: 4px 2.8rem; }

@media screen and (min-width: 1000px) {
	.col-4 .col:nth-child(4n+1) { margin-left: 0; }
}

@media screen and (max-width: 999px) {
	.select-category {
		width: 100%;
		margin: 0 auto 2rem;
		min-width: auto;
	}
	.select-category .selectmenu {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
	}
	.select-category p {
		float: none;
		margin-left: 0;
	}

	.item .btn_fav {
		display: block;
		width: 90%;
		margin: 1rem auto 0;
	}
	.btn_fav.enter a:before, .btn_fav.delete a:before { margin-right: 2px; }
	.btn_fav.enter a, .btn_fav.delete a { padding: 4px 0; }
	.col-4 .col { margin-bottom: 3rem; }
}

@media screen and (max-width:999px) and (min-width:481px) {
	.col-4 .col:nth-of-type(3n+1) { margin-left: 0; }
}
@media screen and (max-width:480px) {
	.col-4 .col:nth-child(odd) { margin-left: 0; }
}