@charset "utf-8";

#content_wrap p#parent-category{
	padding-top: 25px;
	margin-bottom: 19px;
}

h1{
	height: 41px;
}

div.category-description{
	margin-bottom: 31px;
	color: #444444;
}

.cost50 div.category-description,
.cost50-100 div.category-description,
.cost100-500 div.category-description,
.cost500-1000 div.category-description,
.cost1000-2000 div.category-description,
.cost2000 div.category-description,
.etc div.category-description
{
	display: none;
}

div.category-description p{
	margin-bottom: 0.618em;
}

ul.page-navigation{
	border-top: 2px solid #CBCBCB;
	width: 715px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 26px;
}

ul.page-navigation{
	display: block;
}

ul#content-footer.page-navigation{
	border-top-width: 1px;
}

ul.page-navigation li{
	float: left;
	padding-top: 10px;
}

ul.page-navigation li.navi{
	float: right;
}

ul.page-navigation li.next{
	background: url(../img/separator.gif) no-repeat left 9px;
	padding-left: 16px
}

ul.page-navigation li.prev{
	padding-right: 14px;
}

ul.page-navigation li.navi a{
	padding-top: 6px;
}

#content_wrap dl{
	padding-left: 18px;
	margin-bottom: 51px;
}


#content_wrap dl dd{
	margin-bottom: 31px;
	width: 693px;
	overflow: hidden;
	display: inline-block;
	background: url(../img/vr_dotted.gif) repeat-y 114px top;
	position: relative;
}

#content_wrap dl dd{
	display: block;
}

#content_wrap dl dd a.photo-wrap{
	float: left;
	width: 94px;
	height: 112px;
	text-align: center;
	background: url(../img/bg_photo.gif) no-repeat left top;
	position: relative;
}

#content_wrap dl dd a.photo-wrap:hover{
	background: url(../img/bg_photo.gif) no-repeat left -94px;
}

#content_wrap dl dd a.photo-wrap span{
	display: block;
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 4px;
	width: 94px;
	height: 14px;
}
#content_wrap dl dd a.photo-wrap img.photo{
	visibility: hidden;
	position: static;
}

#content_wrap dl dd h2,
#content_wrap dl dd p{
	margin-left: 138px;
}

#content_wrap dl dd h2{
	font-size: 15px;
	font-weight: bold;
	height: 23px;
}

#content_wrap dl dd p.price{
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 12px;
	font-size: 12px;
	height: 28px;
	font-weight: bold;
}

#content_wrap p{
	color: #555555;
}

#content_wrap dl dd h2 a,
#content_wrap dl dd h2 a:link{
	color: #333333;
	text-decoration: none;
}

#content_wrap dl dd h2 a:hover{
	color: #555555;
	text-decoration: underline;
}



a.to_detail{
	clear: both;
	float: right;
	width: 43px;
	position: relative;
	top: -12px;
	margin-bottom: -12px;
}
