﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
	color: #EFCB09;
}

table.trbgcolor tr:nth-child(2n+1) {
	background-color: #ECF2F3;
}