@charset "utf-8";
#contents {
    width:100%;
}
div#cartTitleGroup,
div#dispInfoItemWrap,
div#headerGroup,
div#recommendBrowsingTitleItemWrap2,
h2.level_h3 {
    padding: 0px 5px;
}
/* 送料無料メッセージ */
div#cartInfoGroup {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
}
.postageMsgItemWrap .postageMsg {
	display: inline;
	color: #333;
}
.postageFreeMsgItemWrap .postageFreeMsg {
	display: inline;
	color: #426ed1;
}
.postageMsgLinkItemWrap .postageMsgLink {
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	background-color: #c5484f;
	color: #fff;
	padding: 5px 10px;
	margin-top: 10px;
}
.postageMsgLinkItemWrap .postageMsgLink:before {
	content: "\f054";
  font-family: 'Font Awesome 5 Free';
	padding-right: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
/*.postageMsgLinkItemWrap .postageMsgLink:hover {
	background: linear-gradient(#e2787b, #ef454a);
}*/

/* 酒認証説明 */
#liquorGroup {
	margin-top:20px;
	text-align:center;
}

/* 商品情報 */
div#headerGroup table.results thead tr:nth-child(2) {
	display: none;
}
div#headerGroup table.results tbody tr:nth-child(even) {
  min-height: auto;
}
div#headerGroup table.results tbody tr:nth-child(even) td {
	padding: 0;
	border: none;
}
div#headerGroup table.results tbody tr:nth-child(even).no-upsell td {
	display: none;
}
td.resultsUpsellImgLinkCol {
	text-align: center;
}
figure.itemBlock {
	width: 19%;
}

/* ボタン */
.continueLink2ItemWrap {
	margin-right: 10px;
}

#amazonPaymentButtoIncludeItemWrap {
	padding-top:20px;
	vertical-align: middle;
    text-align: center;
}

#resultsDeleteLinkSPTitle,
.orderGoodsList .resultsDeleteLinkSPCol,
.reduceTaxSP {
	display: none;
}
#buttonGroup #estimateButton {
	min-width: fit-content;
}
@media screen and (max-width: 642px) {
	.orderGoodsList .resultsDeleteLinkSPCol {
		display: table-cell;
	}
	.reduceTaxSP{
		display: inline-block;
	}
	#resultsDeleteLinkPCTitle,
	.orderGoodsList .deleteLinkPC,
	.reduceTax {
		display: none;
	}
	#buttonGroup #estimateButtonItemWrap {
		order: 4;
	}
	#estimateButtonItemWrap #estimateButton {
		max-width: 100%;
		width: 90%;
		height: 50px;
		margin-bottom: 20px;
	}
}

/* 軽減 */
.orderGoodsList td.resultsReduceTaxCol {
	width: 30px;
	text-align: center;
}

/* 内訳 */
.tbreakdownResultsArea {
	padding: 0px;
}
tr > .tbreakdownResultsCol {
	text-align: right;
	border: 0px;
}

/* 注意事項 */
.cautionGroup {
  border: 1px solid #dbdbdb;
  padding: 20px;
}

/* Amazonログイン */
.amazonPayLoginGroup {
  border-top: 1px solid #dbdbdb;
  margin-top: 60px;
  padding-top: 40px;
}
.amazonPaymentTitle.level_h2 {
  font-size: 1.3em;
  text-align: center;
}
.amazonPaymentDescriptionItemWrap .items {
  text-align: center;
}


/* 削除ダイアログ */
.noTitleDialog .ui-dialog-content {
  border-bottom: none;
  padding-top: 1.5em;
}
.noTitleDialog .ui-dialog-buttonset {
  text-align: center;
}
.noTitleDialog .ui-dialog-buttonset button {
  width: 40%;
  text-align: center;
  background: #f2f2f2;
}

/* 数量 */
.orderGoodsList .orderNum {
	margin:5px 0px;
	display:flex;
}
@media screen and (max-width: 641px) {
	.orderGoodsList .resultsPlusButtonCol.orderGoodsOrderNumCol {
		display: -webkit-flex;
	    display: flex;
	    align-items: flex-end;
		justify-content: flex-end;
	}
	.orderGoodsList .orderNum {
		width: 72px;
    	margin: 0;
    	order: 3;
	}
	.orderGoodsList .add_subbtn.plusButton {
		margin: 0 3px;
		order: 4;
	}
	.orderGoodsList .add_subbtn.minusButton {
		margin: 0 3px;
		order: 2;
	}
	.orderGoodsList .resultsPlusButtonCol.orderGoodsOrderNumCol #orderNumWrap {
		margin-left: 5px;
	}
}
/* 数量「＋」「－」 */
.orderGoodsList .add_subbtn.plusButton,
.orderGoodsList .add_subbtn.minusButton {
	width: auto;
	padding:5px 17px;
}

/* WJB:追加 */
h2#cartTitle_innerId {
    font-weight: 900;
    font-size: 22px;
}

div#cartSummaryGroup {
    padding: 15px;
    background: #f2f2f2;
}

div#amountInfoGroup {
    background: white;
}

#cartSummaryGroup div.th {
    background: white;
}

div#promotionArea {
    background: white;
    padding: 20px;
}

.deleteLinkPC,
.deleteLinkSP {
    font-size: 12px;
    border: 1px solid #dbdbdb;
    background: #f2f2f2;
    padding: 4px;
    border-radius: 10px;
    line-height: 1;
}


/* (消費税)税率10%,8%ラベル */
.ttaxPreLabel,
.ttax8PerPreLabel {
    float: left;
}
#ttaxThSurround {
    width:150px;
}
.ttaxItems {
	border-bottom: 0.5px solid #dbdbdb;
	padding-bottom: 10px;
}
.ttaxInner8PerItems {
	padding-top: 10px;
}
.ttaxItems, .ttax8PerItems {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
#ttaxTdSurround > .items {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}
.ttaxInnerItems, .ttaxInner8PerItems {
		width: 175px;
}
span#ttax_innerId {
    white-space: nowrap;
}
@media screen and (max-width: 740px) and (min-width: 642px) {
	.ttaxInnerItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	}
	.ttax8PerItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	}
	.ttaxPreLabel, .ttax8PerPreLabel {
    width: 100%;
    text-align: left;
	}
	.ttaxInnerItems, .ttaxInner8PerItems {
    width: 150px;
}
}
@media screen and (max-width: 642px) {
	.ttaxInnerItems, .ttaxInner8PerItems {
		width: 175px;
	}
}
@media screen and (max-width: 360px) {
	.ttaxInnerItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	}
	.ttax8PerItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	}
	.ttaxPreLabel, .ttax8PerPreLabel {
    width: 100%;
    text-align: left;
	}
	.ttaxInnerItems, .ttaxInner8PerItems {
    width: 135px;
}
}

/*waitダイアログ*/
#wait_dialog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);	/* IE6、IE7対応 */
	-moz-opacity: 0.8;			/* Firefox1.5以前対応 */
}

#wait_dialog_message {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 45%;
	left: 45%;
	opacity: 0.8;
}

#wait_dialog_loadingImg {
	display: inline-block;
	background: url(../img/base/loading.gif) left center no-repeat;
	width: 50px;
	height: 50px;
	background-size: 50px;
}
.bulkBuyingRecommendArea {
	font-weight: bold;
}
#bulkBuyingRecommendWrap {
	position: relative;
}
#bulkBuyingRecommendWrap #bulkBuyingMessageGroup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    max-width: 100%;
    background-color: white;
    padding: 1px 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 4px rgb(0 0 0 / 13%);
    z-index: 10;
}
#bulkBuyingRecommendWrap:hover #bulkBuyingMessageGroup {
	visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    background-color: #f2f2f2;
}
#bulkBuyingMessageGroup li {
	list-style: none;
	text-decoration: none;
	margin: 5px;
	padding: 4px 10px;
	background-color: #fff;
}
.bulkBuyingRecommendAndSalesGoodsCode {
	/* display:flex; */
}
#bulkBuyingRecommendWrap {
	padding-left: 10px;
    width: 50%;
}
@media screen and (max-width: 768px) {
	.bulkBuyingRecommendAndSalesGoodsCode {
		display:block;
	}
	#bulkBuyingRecommendWrap {
		padding: 0px;
	    width: auto;
	}
	#bulkBuyingMessageGroup li {
		font-size: 0.9em;
	}
	#bulkBuyingRecommendWrap:hover #bulkBuyingMessageGroup {
		margin-left: 40px;
	}
}
@media screen and (max-width: 642px) {
	#bulkBuyingRecommendWrap:hover #bulkBuyingMessageGroup {
		margin: 0px;
	}
}
@media screen and (max-width: 360px) {
	#bulkBuyingMessageGroup li {
		font-size: 0.8em;
	}
}

.reglTermWrap .reglTerm {
	width: 110px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}

.nextReglDeliveryDatePreLabel {
    margin-left: 12px;
}

.beforeDiscount {
    text-decoration: line-through;
}
