@charset "utf-8";
/* ipad */
html, body {
	height: 100%;
}
@media screen and (max-width: 567px) {
	html, body {
		height: auto;
	}
}
.l-wrapper {
	height: auto;
	min-height: 100%;
}
/* 商品情報 */
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;
}

/* ボタン */
.continueLink2ItemWrap {
	margin-right: 10px;
}

#resultsDeleteLinkSPTitle,
.orderGoodsList .resultsDeleteLinkSPCol {
	display: none;
}
@media screen and (max-width: 567px) {
	.orderGoodsList .resultsDeleteLinkSPCol {
		display: table-cell;
	}
	#resultsDeleteLinkPCTitle,
	.orderGoodsList .resultsDeleteLinkPCCol {
		display: none;
	}
}

.cautionGoodsCategoryMsg {
	color:red;
}

.p-goodsdetail__recommend-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #f5f5f5;
	position: relative;
}

.p-goodsdetail__recommend-title::after {
	content: "";
	width: 100px;
	height: 2px;
	background-color: #00a0c9;
	position: absolute;
	left: 0;
	bottom: -2px;
}

@media ( max-width : 567px) {
	.p-goodsdetail__recommend-title {
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f5f5f5;
	}
	.p-goodsdetail__recommend-title::after {
		width: 90px;
		height: 1px;
		bottom: -1px;
	}
	#Cart .orderGoodsList {
		margin-bottom: 0px;
	}
}

.deliveryInstructPlanMsgPreLabel {
	float: left;
}
.deliveryInstructPlanMsg {
	color: red;
}

/* 軽減 */
.resultsReduceTaxCol {
    width: 30px;
	text-align: center;
}

/* 内訳 */
.tbreakdownResultsArea {
	padding: 0px;
}
tr > .tbreakdownResultsCol {
	text-align: right;
	border: 0px;
}

/* 酒認証グループ */
#liquorGroup {
    margin-bottom: 20px;
}