/*-------------------------------------------------
 single　個別ページ
-------------------------------------------------*/

/* 全体 */
.item h2 {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	}
.item h3{
	margin-top: 10px;
	margin-bottom: 10px;
}
.item p{
	line-height: 130%;
	margin-bottom: 10px;
}
.free{
	background-color: #B60000;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}
.cartimg{
	margin-right: 15px;
	margin-bottom: 10px;
}
#cart{
	clear: both;
	background-repeat: no-repeat;
	background-image: url(images/cart_out.gif);
}
#cart a:link, #cart a:visited, #cart a:active, #cart a:hover {
	display: block;
	height: 42px;
	width: 167px;
}
#cart a:link, #cart a:visited{
	background-image: url(images/cart_out.gif);
}
#cart a:active, #cart a:hover{
	background-image: url(images/cart_in.gif);
}
.p_box{
	float: left;
	margin-right: 15px;
}
.p_box small{
	font-size: 105%;
}
.price{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
.price strong{
	color: #CC0000;
	font-size: 140%;
	line-height: 100%;
}
.off{
	float: right;
	width: 80px;
	background-image: url(images/off.gif);
	background-repeat: no-repeat;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 98%;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-right: 30px;
}
.more{
	background-color: #EFEEE0;
	padding: 10px;
	margin-top: 10px;
}
.more p{
	line-height: 140%;
	font-size: 90%;
	margin-bottom: 10px;
}
table h3{
	color: #8A0000;
	font-size: 98%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.guide{
	margin-top: 20px;
	width: 300px;
}
.guide h4{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #DBB500;
}
.guide p{
	font-size: 80%;
	line-height: 110%;
	margin-bottom: 10px;
	color: #7B776C;
	margin-top: 4px;
}
.small{
	font-size: 85%;
	line-height: 100%;
}