@charset "UTF-8";

.contents {
	background: #ffc600;
	}
h3 {
	margin-top: 0;
	color: #FFDB25;
	background: crimson;
	}

table.event_content {
	margin-top: 15px;
}

table.event_content th {
	border: 1px solid #f06;
	background: #f06;
}
table.event_content td {
	border: 1px solid #f06;
}
table.event_content td span {
	color: #f06;
}