/*** eigakaitaku area CSS Document ***/

@import"base.css";

/************************/
/***** レビュー一覧 *****/
/************************/
.h2contents{
	width:590px;
	height:60px;
	background:url("../pic/bgh2review01.jpg") no-repeat top left;
}

.h2contents span{display:none;}

.review_div{
	width:550px;
	margin:10px auto;
	border:1px solid #AAAAAA;
}

.rev_div_header{
	background:#AAAAAA;
	padding:5px 5px 5px 10px ;
	margin-bottom:10px;
}

.rev_div_header h3{
	font-size:130%;
	font-weight:600;
	color:white;
	float:left;
}

.rev_div_header p{
	float:right;
}

.review_div span{
	color:white;
}

.review_img{
	width:220px;
	text-align:center;
	float:left;
}

.review_data{
	width:300px;
	float:right;
}

.review_data td,th {
	border-bottom:1px dotted #AAAAAA;
}

.review_data th{
	width:80px;
}

.review_data td{
	width:200px;
}

.review_text{margin:20px 15px;}
.review_text p{
	font-size:110%;
	letter-spacing:0.1em;
	line-height:140%;
}

