@charset "utf-8";

.page_data table {
	width: 100%;
}

.page_data table th {
	background: #e9f8ff;
	font-weight: bold;
	color: #5f9ea0;
	border-left: 4px solid #5f9ea0;
}

.page_data table.classtable td {
	text-align: center;
	width: 20%;
}
.page_data table.classtable tr:nth-child(odd) {
	background: #fff0f5;
}
