@charset "utf-8";
/*
Theme Name:iconic child
Theme URI:
Description:WordPressテーマ「iconic」の自作子テーマです。
Template:iconic_tcd062
Author:nakano satomi
Author URI:
Version:1.10.1
*/

@charset "utf-8";

/**
 * 1.1 Product Details Page | SKU Select
 *
 * Styles for SKU Select
 */
.p-entry-item__cart-item-sku {
	margin-bottom: 14px;
}
dl.item-sku {
	border: none;
	display: block;
}
dl.item-sku::after {
	clear: both;
	content: " ";
	display: table;
}
dl.item-sku dt,
dl.item-sku dd {
	width: 100%;
}
dl.item-sku dt {
	background: none;
	border: none;
	clear: both;
	display: inline-block;
	float: left;
	font-weight: 800;
	margin-right: 0;
	margin-top: 2px;
	padding: 0;
}
dl.item-sku dd {
	border: none;
	display: inline-block;
	float: left;
	margin-bottom: 14px;
	margin-top: -2px;
	padding: 0;
}
dl.item-sku dd:last-child {
	margin-bottom: 0;
}
dl.item-sku dd select {
	border: 1px solid #ddd;
	padding: 6px 8px;
	max-width: 100%;
}
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 #0097cc;
	padding: 0 20px;
}
table.item-sku {
	margin: 0;
}
table.item-sku th {
	background: #f0f0f0;
	border: 1px solid #ddd;
}
table.item-sku td {
	background: #fff;
	border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
	.p-entry-item__cart-item-sku {
		overflow-x: auto;
	}
}

/**
 * 1.2 Product Details Page | Product Options
 *
 * Styles for Product Options
 */
.p-entry-item__cart-option {
	font-weight: 800;
}
.p-entry-item__cart-option label {
	display: block;
}
.p-entry-item__cart-option input[type="checkbox"].iopt_checkbox {
	display: none;
}
.p-entry-item__cart-option input[type="checkbox"].iopt_checkbox + span {
	display: block;
	background-color: #fff;
	margin: 0 0 2px;
	padding: 0 8px;
	border: #ddd 1px solid;
	border-radius: 4px;
	cursor: pointer;
}
.p-entry-item__cart-option input[type="checkbox"].iopt_checkbox:checked + span {
	color: #0097cc;
	border-color: #0097cc;
}

/**
 * 2.0 Mypage
 *
 * Styles for Mypage
 */
a.to_item_link {
	background-color: mediumblue;
	border: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	min-width: 180px;
	padding: 0 20px;
	text-align: center;
	margin-right: 15px;
}
@media only screen and (max-width: 991px) {
	a.to_item_link {
		min-width: 160px;
		display: block;
		margin: 0 auto 10px;
	}
}
