/* 共通 */
#productListSection {max-width: 1280px;}
.read {width: 100%; margin:0 auto 20px;}
.read img {max-width: 100%; display: block; height: auto;line-height: 0;}
.read .cp_sp, .read .cp_pc {line-height: 0 !important;}
.read a {display: block;}

/* sp */
@media screen and (max-width: 750px) {
	.read .cp_pc {display: none;}
	.read {max-width: 750px;}
	}

/* pc */
@media screen and (min-width: 751px) {
	.read .cp_sp {display: none;}
	.read {width: 1280px;text-align: center;}
}