@charset "UTF-8";

.block-purchase-history-detail--shipment-items td a {
	text-decoration: underline;
}

.block-purchase-history-detail--regular-delivery-change {
	display: inline-block;
	width: auto;
	margin-left: 10px;
	vertical-align: middle;
}

.goods-card-image {
	max-width: 160px;
	margin: 0 auto;
}
.goods-card-image img {
	max-height: 160px;
	object-fit: contain;
}

/* 領収書入力欄：発行済み（入力不可）時のグレーアウト */
input[type="text"].block-purchase-history-detail--receipt-input[disabled] {
	background: #dcdcdc;
	cursor: not-allowed;
}

/* オートフィルされた入力欄はブラウザ側の背景色が残るため、グレーで上書きする */
input[type="text"].block-purchase-history-detail--receipt-input[disabled]:-webkit-autofill {
	box-shadow: 0 0 0 1000px #dcdcdc inset;
	-webkit-box-shadow: 0 0 0 1000px #dcdcdc inset;
	-webkit-text-fill-color: #333;
}
