@charset "UTF-8";

.history_table {
	width: 550px;
	margin: 25px 0 0 35px;
}

.history_table th {
	width: 85px;
	text-align: center;
	padding: 6px 0 6px 0;
	border-bottom: #FFFFFF 1px solid;
	background: #E9F1F4;
	font-weight: normal;
}

.history_table td {
	text-align: left;
	padding: 6px 0 6px 20px;
	border-bottom: #E9F1F4 1px solid;
}
	

