@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 767px) {
	#bProducts.index .item-list {
    margin:0 auto;
    width: 600px;
	}
}
@media only screen and (max-width: 628px) {
	#bProducts.index .item-list {
    width: 392px;
	}
}
@media only screen and (max-width: 400px) {
	#bProducts.index .item-list {
    width: 190px;
	}
}