@charset "utf-8";

.contents {
	background: #011E6E;
	}
h3 {
	margin-top: 0;
	color: #dc143c;
	background: #FFDB25;
	}

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

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