@charset "UTF-8";

/*---------同じカテゴリー関連の「他の製品」削除の為---------*/
.contents_related .inner_item:nth-of-type(2n) {
	margin-left: 0;
	margin-right: 2%;
}
.contents_related .inner_item:nth-last-child(2):nth-of-type(2n-1) {
	margin-bottom: 20px;
}
@media screen and (max-width: 600px){
	.contents_related .inner_item:nth-of-type(2n) {
		margin-right: 0;
	}
}