@CHARSET "UTF-8";


p.lastUpdate{
	font-size:12px !important;
	text-align:right;
	padding-bottom:6px;
}




/* レビューボックス用 */

div.placeReviewListBoxWrapper{
	border-top:2px dotted #DDDDDD;
}


a.reviewLink:link , a.reviewLink:visited{
	color:#222222;
}

a.reviewLink:hover , a.reviewLink:active{
	color:#3355FF;
	text-decoration:underline;
}




div.placeReviewListBox{
	padding:5px 10px;
	border-bottom:2px dotted #DDDDDD;
	background:url('../img/icon/arrow_gray.png') no-repeat;
	background-position:99% center;
}

div.placeReviewListBox  div.comment{
	padding-bottom:4px;
	float:left;
}

div.placeReviewListBox  div.rating{
	float:left;
	margin-left:4px;
	font-size:14px;
}

div.placeReviewListBox  div.placeName{
	float:left;
	font-size:14px;
	margin-top:2px;
	margin-left:16px;
}


div.placeTypeName{
	float:left;
	margin:0 10px 5px 0;
}

div.placeTypeName span{
	background:#FFEE55;
	font-size:12px;
	font-weight:bold;
	color:#222222;
	padding:2px 10px;
	border-radius:4px;

}




table.ratingTable tr td{
	background:#EEEEEE;
	position:relative;
	height:20px;
	width:20px;
}

table.ratingTable tr td img.cover{
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	z-index:20;
}

table.ratingTable tr td div.rate{
	background:#FFCC00;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:20px;
	z-index:10;
}




