@charset "utf-8";

.exam_table{
	margin:1em 0px 2em 15px;
	}
.exam_table th{
	width:120px;
	padding:8px 0px 5px 5px;
	border-bottom: dashed 1px #ccc;
	vertical-align:top;
	background:#fff;
	color:#666;
	border-top:3px solid #FFF;
	}
.exam_table td{
	width:230px;
	padding:8px 0px 5px 5px;
	border-bottom: dashed 1px #aca;
	}