body {
	background-color: #c0c5c8;
	margin: 0;
	font-size: 0;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

img.hg {
	width: 100%;
}

h1 {
	font-size: 40px;
	color: white;
	margin: -50px 3px 20px 3px;
	text-align: center;
}

h2 {
	font-size: 25px;
	color: white;
	text-align: center;
	padding: 10px 43px 0 5px;
}

h3 {
	text-align: center;
}

h3 a {
	font-size: 20px;
	color: white;
}

p {
	font-size: 18px;
	color: white;
	font-weight: bold;
}

article {
	font-size: 13px;
	color: black;
}

div.calendar {
	text-align: center;
	max-width: 1100px;
	margin: auto;
}

div.gate {
	width: 160px;
	height: 180px;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	vertical-align: top;
}

div.gate p {
	position: absolute;
	top: 86px;
	right: 38px;
}

div.gate.closed p {
	position: absolute;
	top: 86px;
	right: 38px;
}

div.gate.open p {
	position: absolute;
	top: 86px;
	right: 19px;
}

div.gate img {
	width: 100%;
}

div.gate.closed {
	cursor: not-allowed;
}

#layer {
	position: fixed;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
	background-color: black;
	opacity: 0.8;
}

#video {
	position: fixed;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 90px);
	top: 90px;
	left: 0;
	display: none;
	z-index: 2;
}

#layer img {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 40px;
	height: 40px;
}

.none {
	display: none;
}