﻿@charset "utf-8";
.finance-report-list-table > :not(caption) > * > *,
.evaluation-report-list-table > :not(caption) > * > *,
.research-report-list-table > :not(caption) > * > *,
.school-report-list-table > :not(caption) > * > *,
.student-report-list-table > :not(caption) > * > *,
.teacher-report-list-table > :not(caption) > * > * {
	padding: 0.45rem 0.6rem;
	vertical-align: middle;
}

.finance-report-list-table .btn,
.evaluation-report-list-table .btn,
.research-report-list-table .btn,
.school-report-list-table .btn,
.student-report-list-table .btn,
.teacher-report-list-table .btn {
	padding: 0.2rem 0.45rem;
	line-height: 1.2;
}

.finance-report-list-table th:nth-child(n+2),
.finance-report-list-table td:nth-child(n+2),
.evaluation-report-list-table th:nth-child(n+2),
.evaluation-report-list-table td:nth-child(n+2),
.research-report-list-table th:nth-child(n+2),
.research-report-list-table td:nth-child(n+2),
.school-report-list-table th:nth-child(n+2),
.school-report-list-table td:nth-child(n+2),
.student-report-list-table th:nth-child(n+2),
.student-report-list-table td:nth-child(n+2),
.teacher-report-list-table th:nth-child(n+2),
.teacher-report-list-table td:nth-child(n+2) {
	width: 6.5rem;
	min-width: 6.5rem;
	max-width: 6.5rem;
	white-space: nowrap;
}