@charset "utf-8";


.title {
	width: 37px;
	margin-top: 70px;
	margin-left: 0;

	float: left;
}

#contentArea {
	/*height: 100%;*/
	margin-left: 100px;
	/*margin-bottom: -103px;*/
	padding-top: 75px;
	padding-right: 60px;
}


#contentArea .recList {
	font-size: 12px;
	line-height: 150%;
}

#contentArea .recList th {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;

	font-weight: bold;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .recList th.guideLine {
	padding-right: 30px;
}


#contentArea .recList td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .recList .last {
	border-bottom: 0;
}

#contentArea .recList .toPageTop {
	padding-top: 18px;
	border-bottom: 0;
	
	font-size: 11px;
	text-align: right;
}

#contentArea .recList .timeTable td {
	padding: 0;
	border-bottom: 0;
}
#contentArea .recList .timeTable td.time {
	padding-left: 20px;
}