﻿@charset "UTF-8";

/* -----------------------------
*	ユーザーレビュー
----------------------------- */

.reviewList { margin-top: 15px; padding: 10px; border: 1px solid #c8c8c8;}
.reviewList p { margin: 0;}
.reviewList em { font-weight: normal;}
.reviewList img.image { float: left; margin-right: 10px; border: 1px solid #eee;}
.reviewList .rating { margin-bottom: 10px;}
.reviewList .rating a { text-decoration: none;}

.reviewList dl { margin-left: 90px;}
.reviewList dt { padding-left: 25px; background: url(../img/icon.gif) no-repeat left top; font-size: 93%;}
.reviewList dt .userName { font-size: 108%;}
.reviewList .review { margin-top: 0.3em; padding: 10px; background: #f5efe4; color: #333; font-size: 93%;}




/* clearfix
----------------------------- */
.reviewList .rating { clear: both; display:inline-block;}
.reviewList .rating:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
/* Hides from IE-mac \*/
* html .reviewList .rating { height:1px;}
.reviewList .rating { display:block; }
/* End hide from IE-mac */

