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

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

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

/* 表の画像の位置 */
table.trbgcolor img {vertical-align: middle;
}

/* 表の文字の位置 */
.table_center td {text-align: center;
}