@charset "Shift_JIS";

/* CSS目次
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[00]body共通設定
[00]各項目共通設定
[00]indexコンテンツ領域共通設定

[00]ハック
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div#rank {
	text-align: left;
}

div#usersReview p.title{
	padding-bottom: 10px;
}

div#usersReview div#contentsLink dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d9e9f5;
	overflow: hidden;
}

div#usersReview div#contentsLink dl.end{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

div#usersReview div#contentsLink dl dd.img {
	float: left;
	padding: 5px;
}

div#usersReview div#contentsLink dl dd.img a{
	width: 80px;
}


div#usersReview div#contentsLink dl dd.price {
	display: block;
	font-weight: bold;
	color:  #f00;
}

div#usersReview div#contentsLink dl dd.img a:hover{
border-color: #ccc;
}


