@charset "UTF-8";
/* CSS Document */




h3 {
	font-size: 30px;
	font-weight: 550;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
	line-height: 1.5em;
}
@media screen and (max-width:780px) {
	h3 {
		font-size: 25px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width:500px) {
	h3 {
		font-size: 18px;
		margin-bottom: 40px;
		padding: 5px;
	}
}

h3 br {
	display: none;
}
@media screen and (max-width:620px) {
	h3 br {
		display: block;
	}
}

.event-contents {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	font-feature-settings: "palt";
	padding: 10px;
	line-height: 1.5em;
}
@media screen and (max-width:500px) {
	.event-contents {
		font-size: 0.8em;
	}
}

.event-contents table {
	margin-bottom: 20px;
	border: 1px solid #999;
}

.event-contents th {
	text-align: center;
	background-color: #999;
	color: #fff;
	padding: 10px;
	vertical-align: middle;
}

.event-contents td {
	border: 1px solid #999;
	padding: 10px;
	vertical-align: middle;
}

.day {
	text-align: center;
	min-width: 160px;
}
@media screen and (max-width:500px) {
	.day {
		min-width: 120px;
	}
}








