@charset "utf-8";

.lat_review{
	position:relative;
	margin-bottom:50px;
	background:#fff;
}
.lat_review .lat_title {display:block;line-height:45px;font-size:16px;color:#253dbe;text-align:left;}
.lat_review .lat_title a {position:relative;color:#000;display:inline-block}
.lat_review table{
	width:100%;
	border-collapse:collapse;
	table-layout: fixed;
}
.lat_review table tr td{
	font-size:14px;
	border:1px solid #ddd;
	padding:8px 10px;
	border-left:none;
	border-right:none;
}
/*9477DC*/
.lat_review table tr td.info{
	font-size:12px;
	text-align:right;
	color:#888;
	border-left:none;
}
.lat_review table tr td:first-child{
	/*border-right:1px solid #ddd;*/
	color:#9477DC;
	font-size:12px;
	font-weight:600;
}
.lat_review table tr td:last-child{
}
.reply_cnt{
	color:#B4001B;
}
.txt_center{
	text-align:center;
}
.lat_review table tr td .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #23db79;
    background: #b9ffda;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle;
}
.lat_review .ex_lv_10{
	color:#B4001B;
}