@charset "utf-8";
/* CSS Document */
.shoplist img{
	width:70%;
}
@media only screen and (max-width: 750px) {
	.shoplist img{
	width:100%;
}
}
