@charset "utf-8";
/* 送料無料メッセージ */
.cartInfoGroup {
	border: 3px solid #d35336;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 10px 0 30px;
}
.postageMsgItemWrap .postageMsg {
	display: inline;
	color: #f00;
}
.postageFreeMsgItemWrap .postageFreeMsg {
	display: inline;
	color: #426ed1;
}
#cartInfoGroup .postageMsgLinkItemWrap .postageMsgLink {
    margin-top: 10px;
}


/* 定期コース、毎にお届け */
.orderGoodsList .orderGoodsNameCol .upsellLinkWrap.reglTermWrap {
	left: auto;
	right: 40px;
	width: auto;
	bottom: 18px;
}
.orderGoodsList .orderGoodsNameCol .upsellLinkWrap.reglTermWrap .upsellLinkTerm {
	display: inline-block;
	transform: translate(0,3px);
	margin-left: 12px;
}
@media screen and (max-width: 1000px){
	.orderGoodsList .orderGoodsNameCol .upsellLinkWrap.reglTermWrap {
		right: 0;
	}
}
@media screen and (max-width: 767px){
	.orderGoodsList .orderGoodsNameCol .upsellLinkWrap.reglTermWrap {
		bottom: auto;
	}
}

/* 酒認証説明 */
#liquorGroup {
	display: table;
	border: 3px solid #d35336;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 30px auto;
	text-align:center;
}
#liquorGroup .liquorExpItemWrap {
	margin-bottom: 10px;
}
#liquorGroup .liquorItemWrap label:first-of-type {
	margin-right: 30px;
}


/* 商品情報 */
div#headerGroup table.results thead tr:nth-child(2) {
	display: none;
}
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%;
}


/* サイクル・単価・数量ライン */
.orderGoodsList .orderGoodsPriceCol{
	vertical-align: bottom;
}
.orderGoodsList .orderGoodsOrderNumCol{
	vertical-align: bottom;
}
.orderGoodsList tr[id^="resultsRow_"] .resultsCol.orderGoodsOrderNumCol {
	padding-bottom: 18px;
}
.orderGoodsList .orderGoodsTotalPriceCol{
	vertical-align: bottom;
}


/* ボタン */
.continueLink2ItemWrap {
	margin-right: 10px;

}
@media screen and (min-width:1001px){
	.continueLink2ItemWrap {
		width: 392px;
		height: 60px;
	}
}
.continueLink2ItemWrap .items {
	position: absolute;
}
.continueLink2ItemWrap .items::before {
	position: absolute;
	top: 24px;
	right: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	cursor: pointer;
	z-index: 1;
}
.continueLink2ItemWrap .items:hover::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.continueLink2ItemWrap .items a {
	display: none;
}
.continueLink2ItemWrap .items a:first-of-type {
	display: block;
}
.continueLink2ItemWrap .items:hover a:first-of-type {
	background-color: #000;
	color: #fff;
	cursor: default;
	margin-top: 0;
}
.continueLink2ItemWrap .items:hover a {
	display: block;
	margin-top: -1px;
}

.resultsDeleteLinkPCCol input.btn_lg[type="button"],
.resultsDeleteLinkSPCol input.btn_lg[type="button"] {
	min-width: 60px;
}
#contents .resultsDeleteLinkSPCol input.btn_lg[type="button"] {
	margin-top: 30px;
}
@media screen and (max-width:600px){
	#buttonGroup .continueLink2ItemWrap {
		margin-right: 0;
		margin-left: 0;
	}
	.continueLink2ItemWrap .items {
		width: 100%;
	}
	.continueLink2ItemWrap .items::before {
		top: 19px;
	}
}


/* 非表示に */
#resultsDeleteLinkSPTitle,
.orderGoodsList .resultsDeleteLinkSPCol {
	display: none;
}
@media screen and (max-width: 641px) {
	.orderGoodsList .resultsDeleteLinkSPCol {
		display: table-cell;
	}
	#resultsDeleteLinkPCTitle,
	.orderGoodsList .resultsDeleteLinkPCCol {
		display: none;
	}
}
