@charset "utf-8";

/* =wc_item_single_.php
-------------------------------------------------------------- */

.item-info #wc_regular .skubutton {
	padding: 0 30px;
}
.item-info #wc_regular {
	margin-top: 45px;
	border: 2px solid #ddd;
}
.item-info #wc_regular .wcr_tlt {
	font-size: 14px;
	background-color: #efefef;
	border-bottom: 2px solid #ddd;
}
#wc_regular table th {
	background: none;
}



/* =Cart-page + Member-page
-------------------------------------------------------------- */

#wc_autodelivery_history h3 {
	font-size: 14px;
	margin-bottom: 15px;
	position: relative;
	padding: 0;
	padding-bottom: .5em;
	background: none;
	border-bottom: 2px solid #ccc;
	letter-spacing: 1px;
}
#wc_autodelivery_history h3:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 0;
	content: '';
	width: 30%;
	height: 2px;	
}
#wc_autodelivery_history .inside {
	padding: 0;
	border: none;
}
#wc_autodelivery_history table th {
	font-weight: bold;
	background: none;
	border: 1px solid #ddd;
}

/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
	
	#wc_regular .itemGpExp dt,
	#wc_regular .itemGpExp dd {
		width: 100%;
	}
	
}

/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {}

/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {}

/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {}

/**
 * 16.6 Desktop Large 1240px
 */
@media screen and (min-width: 77.5em) {}