@charset "utf-8";
/* CSS Document */

.cell_left {
	padding:5px;
	height:35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:center;
}
.cell_right {
	padding:5px;
	height:35px;
	font-size:16px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.result_title {
	font-size:13px;
	font-weight:bold;
}
.result_recommend {
	font-size:13px;
	font-weight:bold;
	color:#CC0000;
}
.result_cell {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:left;
}
.result_cell_noline {
	text-align:left;
	padding:5px;
}
