@charset "utf-8";
/*
	ファイル名＝list.css
	商品一覧設定用ファイル

*/
#pagenavi {
	clear: both;
	height: 30px;
	width: 590px;
	margin-left: 5px;
	background-color: #D5EFFE;
	position: relative;
}
#number {
	width: 200px;
	position: absolute;
	left: 240px;
	top: 7px;
}
#preview a {
	background-image: url(../img/all/mainBox/bg_preview.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 49px;
	display: block;
	text-indent: -20000px;
	float: left;
	position: absolute;
	top: 0px;
	left: 5px;
}
#next a {
	background-image: url(../img/all/mainBox/bg_next.jpg);
	height: 28px;
	width: 44px;
	background-repeat: no-repeat;
	text-indent: -20000px;
	display: block;
	float: right;
	position: absolute;
	top: 0px;
	right: 5px;
}
.list_item {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 155px;
	width: 560px;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 10px;
}

.listingProductImage {
	padding-top:10px;
}


.listphoto {
	float: left;
}
.listright {
	float: right;
	width: 445px;
}
.listright li {
	float: left;
	padding-left: 3px;
}
.listimg {
	margin-top: 30px;
}

#background #wrapperBox #mainBox #right_side #bg_right_side #three_maincolumn .list_item .listright p {
	margin-bottom: 0px;
	margin-left: 3px;
	
}

#p_title {
	padding-top:5px;
	margin-bottom: 5px;
	height: 20px;
	width:420px;
	padding-left: 3px;
	background-image: none;
	color: #0073BF;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #0073BF;
}

#p_title a:hover {
	text-decoration: none;
}
