/*-------------------------------------------------
 single　カテゴリページ
-------------------------------------------------*/

/* 全体 */
#contents .box{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 165px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .title img{
	margin-bottom: 5px;
}
#contents .box h3 {
	font-size: 98%;
	margin-top: 4px;
	}
#contents .img{
	padding-right: 10px;
}
#contents .txt{
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents .price{
	color: #9B0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents .p_box{
	float: left;
	margin-right: 15px;
}
#contents .p_box small{
	color: #987B45;
}
.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;
}