@charset "utf-8";
/* 統計資料 */

:root {
	--header: #d3f2ac;
	--footer: #239a2e;
	--color1: #0D1E2B;
	--color2: #239a2e;
	--color3: #239a2e;
}
.reports_message {
	width: 80%;
	margin: 10px auto;
}
.reports_message ul li {
	list-style: square;
	margin-bottom: 5px;
}
.reports_message ol li {
	list-style: decimal;
	margin-bottom: 5px;
}

