/* カスタマイズ用CSS */
.amazon_btnarea{
	margin-top: 0;
margin-bottom: 0;
}

.amazon_btnarea img{
	height: 36px!important;
	max-height: 36px!important;
}

.bg_grey{
    background: #f2f2f2;
    padding: .5rem;
    font-size: .8rem;
}
.b-eyecatch__list-item{
    margin: 0 auto;
    width: 80%;
}
.b-eyecatch__product-image{
    text-align: center;
}
@media screen and (max-width:839px) {
.b-eyecatch__list-item{
    width: 100%;
}
}