/* CSS Document */

/* = Common
-------------------------------------------------------------- */

/* = wc_item_single
-------------------------------------------------------------- */
#wc_regular {
	background-color: transparent;
	border: #ddd 1px solid;
	margin-top: 60px;
	padding: 50px;
}
#wc_regular .p-headline {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	margin-top: -0.4em;
	margin-bottom: 26px;
	padding: 0;
}
#wc_regular .inside {
	padding: 0;
}
#wc_regular .skuform {
	overflow-x: auto;
}
#wc_regular .skumulti {
	margin-bottom: 0 !important;
}
#wc_regular .item-sku,
#wc_regular .field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 1.2em;
}
#wc_regular .item-sku > *:nth-child(odd),
#wc_regular .field > *:nth-child(odd) {
	margin-right: 20px;
}
#wc_regular .item-sku > *:nth-child(even),
#wc_regular .field > *:nth-child(even) {
	margin-right: 40px;
}
#wc_regular .item-sku > *:last-child,
#wc_regular .field > *:last-child {
	margin-right: 0;
}
#wc_regular .skuquantity {
	border: 1px solid #ddd;
	line-height: 33px;
	margin-left: 8px;
	margin-right: 20px;
	padding: 5px 5px 5px 8px;
	width: 100px;
}
#wc_regular td .skuquantity {
	margin-left: 0;
	margin-right: 0;
	max-width: 100px;
	min-width: 64px;
	width: 100%;
}
#wc_regular td.quant,
#wc_regular td.button {
	text-align: center;
}
#wc_regular td.zaiko {
	white-space: nowrap;
}
dl.item-sku { border: none; display: block; margin-bottom: 10px; padding: 0; }
dl.item-sku::after {  clear: both; content: ''; display: table; }
dl.item-sku dt { background: none; border: none; clear: both; display: inline-block; float: left; font-weight: normal; line-height: 50px; padding: 0 1em 0 0; }
dl.item-sku dd { border: none; display: block; margin-bottom: 10px; padding: 0; }
dl.item-sku dd select { border: 1px solid #ddd; height: 50px; max-width: 100%; padding: 12px 34px 12px 16px; min-width: 220px; }
dl.item-sku dd input[type="radio"] { display: none; }
dl.item-sku dd label { color: #000; cursor: pointer;  border: 2px solid #ddd; display: inline-block; margin-bottom: 4px; padding: 1px 21px; -webkit-transition: border-color 0.2s ease; -moz-transition: border-color 0.2s ease; -ms-transition: border-color 0.2s ease; transition: border-color 0.2s ease; }
dl.item-sku dd input[type="radio"]:checked + label, dl.item-sku dd label:hover { border: 3px solid #aaa; padding: 0 20px; }

table.item-sku { margin: 0 0 20px; }
table.item-sku th { background: #f1f1f1; border: 1px solid #ddd; }
table.item-sku td { background: #fff; border: 1px solid #ddd; }

@media (max-width: 991px) {
	#wc_regular {
		margin-top: 40px;
		padding: 20px;
	}
	#wc_regular .p-headline {
		font-size: 16px;
		margin-bottom: 12px;
	}
}

/* = cart
-------------------------------------------------------------- */
.regular_info {
	color: #F60;
}
.regular_info_title {
	line-height: inherit;
	font-size: 16px;
	font-weight: bold;
}

/* = history
-------------------------------------------------------------- */
.continuation {
	color: #008000;
	font-weight: bold;
}
.stop {
	color: #800000;
	font-weight: bold;
}
.termination {
	color: #0000ff;
	font-weight: bold;
}
.p-wc-autodelivery_history .inside > table:first-child {
	margin-bottom: -1px;
}
.p-wc-autodelivery_history + .p-wc-member_submenu {
	margin-top: 40px;
}
