/* ================ リストページ ================ */ 

.pagenumberarea {
	clear: both;
	width: 710px;
	height: 24px;
	margin-bottom: 10px;
	background-image:url(../product/img/pagenumberareaBack.gif);
}
.pagenumberarea ul {
	list-style: none;
	padding: 5px;
}
.pagenumberarea .left{
	float: left;
}
.pagenumberarea .right{
	float: right;
}
.pagenumber{
	font-size: 120%;
	font-weight: bold;
}
.listblock{
	width: 710px;
}
.listblockleft{
	float: left;
	width: 355px;
}
.listblockright{
	float: right;
	width: 355px;
}

.listblockimg{
	float: left;
	width: 130px;
}
.listblockimg img {
	border: 1px solid #CCCCCC;
}

.listblocktext{
	float: right;
	width: 225px;
}
.listblocktext h3{
	font-size: 105%;
	padding-bottom: 10px;
}
.listblocktext h4{
	color: #AD7500;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
}
.listblocktext .price{
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
}
.listblocktext .icon{
	padding-top: 5px;
}
.listblockline {
	clear: both;
	width: 710px;
	height: 20px;
	background-image: url(../img/common/line710.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.page-navi{
text-align:center;
margin:0 0 20px 0;
padding:0;
}