/* カスタマイズ用CSS */
@media only screen and (max-width: 768px){
.ec-headerNaviRole__home {
	padding-left: 20px;
	}
}
.ec-option_item_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-top: 0px;
	font-weight: normal;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 360px;
}
.ec-option_item_list dt {
	font-weight: normal;
	width: 55%;
}
.ec-option_item_list dd {
	font-weight: normal;
	width: 30%;
	margin-bottom: 0.1rem;
}
.ec-orderDelivery__item .ec-imageGrid {
	padding: 10px 0px;
}
#page_mypage_history #RelatedProduct-product_area .ec-shelfGrid__item-image{
	min-height: 220px;
}
#page_mypage_history #RelatedProduct-product_area .ec-shelfGrid__item p {
	margin-bottom: 0.5rem;
}
#page_mypage_history #RelatedProduct-product_area .ec-shelfGrid__item p.pn {
	color: #0092C4;
}
#page_mypage_history #RelatedProduct-product_area .ec-shelfGrid__item p.pn:hover {
	color: #33A8D0;
}
#page_mypage_history #RelatedProduct-product_area .ec-shelfGrid__item p.expl{
	font-size: 90%;
}
#page_mypage_history #RelatedProduct-product_area {
	margin-top: 60px;
}
@media only screen and (min-width: 768px) {
	#page_mypage_history #RelatedProduct-product_area {
		margin-top: 80px;
		padding-left: 35px;
		padding-right: 35px;
	}
	#page_mypage_history #RelatedProduct-product_area .ec-shelfGrid {
		margin-top: 30px;
	}
}