@charset "utf-8";

/* =================================================
	Column
================================================= */
body.kaitai #tertiary,
body.uritai #tertiary {
	float: left;
	width: 170px;
}
body.kaitai #content,
body.uritai #content {
	float: right;
	width: 520px;
}

/* =================================================
	Item
================================================= */
header.single-header {
	margin-bottom: 10px;
}
.column-more {
	margin-top: 10px;
	text-align: right;
}
.column-more a {
	padding-left: 15px;
	background: url(../images/item/arrow-more.gif) no-repeat left center;
}
.item-box {
	border-bottom: #CECEBF 1px solid;
}
.item-box .item-image {
	margin-top: 0;
}
.discount-table {
	margin: 25px 0 15px;
}
.discount-table .discount-label {
	line-height: 19px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/share/discount-mark.gif) no-repeat left center;
	color: #A300D9;
	font-size: 1.3em;
	font-weight: bold;
}
.discount-table ul {
	overflow: hidden;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
}
.discount-table li {
	float: left;
	width: 24.81%;
	line-height: 32px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	text-align: center;
}
.column-2 li {
	width: 49.81%;
}
.column-3 li {
	width: 33.143%;
}
.discount-table .dhead {
	background: #EEE;
	border-bottom: #CCC 1px solid;
}
.discount-table .ddata {
	color: #D80000;
}
.shipping-condition {
	margin: 20px 0;
}
.shipping-condition .shipping-label {
	line-height: 19px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/share/shipping-mark.gif) no-repeat left center;
	color: #F26900;
	font-size: 1.3em;
	font-weight: bold;
}
.shipping-condition ul {
	color: #D80000;
}
.shipping-condition li {
	margin-top: .3em;
}
.shipping-condition li:first-child {
	margin-top: 0;
}
.item-content {
	margin-bottom: 30px;
}
.cat-middle-banner {
	margin-bottom: 30px;
}
.item-trivia {
	margin-bottom: 20px;
}
.item-trivia h2 {
	margin-bottom: 10px;
}
.item-trivia h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.item-related,
.item-history {
	margin-bottom: 20px;
}
.item-related h2,
.item-history h2 {
	position: relative;
	line-height: 34px;
	padding: 0 10px 0 50px;
	background: #D90000;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: #c30000 1px solid;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
	body.uritai .item-related h2,
	body.uritai .item-history h2 {
		background: #23008C;
		border-bottom: #1C0070 1px solid;
	}
.item-related h2 img,
.item-history h2 img {
	position: absolute;
	top: -2px;
	left: 10px;
}
.item-related li,
.item-history li {
	padding: 9px 15px;
	border-top: #CECEBF 1px solid;
}
.item-related li:first-child,
.item-history li:first-child {
	border-top: none;
}
.shopping-guide {
	line-height: 300px;
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
	background: #DDDDDD;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

