@charset "Shift_JIS";
/* Event Table*/
table {
	border-collapse:separate;
	border-spacing:5px;
}

th {
	background-color:#ffffaa;
	position: sticky;
	top: 0px;
}

table tr:nth-child(odd) td {
  background: #eeeeff;
}