@charset "utf-8";

/* ========================================================
	detail css => 商品詳細ページ用css
======================================================== */
div#sideArea {
	width: 124px;
}
div#sideArea dl {
	margin-top: 10px;
}
body#gift div#sideArea ul {
	margin-top: 0;
}
body#gift div#sideArea ul li.first {
	margin-top: 0;
	border-top: 0;
}

div#mainArea {
	width: 770px;
}
div#mainArea p.ph {
	float: left;
	border: 2px solid #a8a57c;
}
div#mainArea div#detail {
	float: right;
	width: 410px;
}
div#mainArea h3 {
	margin-bottom: 5px;
	color: #a8a57c;
	font-size: 120%;
}
div#mainArea p {
	margin-bottom: 2em;
}
div#mainArea table {
	width: 100%;
	margin-bottom: 5px;
	background-color: #494936;
	color: #a8a57c;
}
div#mainArea table th,
div#mainArea table td {
	padding: 0.4em 1em;
	background-color: #10120c;
}
div#mainArea table th {
	width: 30%;
}
div#mainArea form {
	text-align: right;
	margin-top: 70px;
}


div#delivery {
	display: none;
}
.simplemodal-wrap {overflow: hidden !important;}



div.notes {
	margin: 20px 0 0;
}
div.notes p {
	margin-bottom: 0.6em !important;
}
div.notes em {
	color: #A33104;
}















