/* BASIC css start */
#productReviewList {
	width:100%;
}
#productReviewList .list {
	margin-bottom:10px;
}
#productReviewList .table_01 {
	width:100%;
	border-right:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
#productReviewList .table_01 th {
	text-align:center;
	background:#f6f6f6;
	font-weight:bold;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
        padding-top:5px;
        padding-bottom:5px;
}
#productReviewList .table_01 td.list_img {
	text-align:center;
	width:200px;
}
#productReviewList .table_01 td.list_img img {
	width:100%;
}
#productReviewList .table_01 td:first-child {
	padding-left:0px;
}
#productReviewList .table_01 td {
	padding-left:10px;
	text-align:left;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#productReviewList .c_red {
	color:#da2426;
}
#productReviewList a:hover {
	text-decoration:underline;
	color:#da2426;
}
/* BASIC css end */

