table , td, th {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
table {
	border-top:2px solid #fff;
	border-right:none;
	border-bottom:none;
	border-left:2px solid #fff;
	margin-bottom: 60px;
}
td,th {
	border-top:none;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	border-left:none;
}
th {
	width: 30px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	background-color: #004B93;
	text-align: center;
	vertical-align: middle;
}
td {
	position:relative;
	width: 30px;
	height: 40px;
	color: #004B93;
	background-color: #E4E4E4;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}

th:first-child {
	width: 210px;
}
td:first-child {
	width: 210px;
}
th:nth-child(2) {
	width: 840px;
}
td:nth-child(2) {
	width: 840px;
	text-align: left;
}
p.game,
p.training,
p.birth,
p.media,
p.event,
p.others,
p.text {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-left: 7px;
	border-radius: 11px;
	display: inline-block;
}
p.training {
	width: 50px;
	color: #fff;
	background-color: #004B93;
}
p.game {
	width: 50px;
	color: #fff;
	background-color: #001976;
}
p.birth {
	width: 50px;
	color: #fff;
	background-color: #DC000C;
}
p.media {
	width: 50px;
	color: #001976;
	background-color: #D0E8FF;
}
p.event {
	width: 50px;
	color: #004B93;
	background-color: #FFEC00;
}
p.others {
	width: 50px;
	color: #fff;
	background-color: #000000;
}
p.text {
	color: #001976;
	margin-left: 10px;
	text-align: left;
}

td.saturday:before {
	content: "";
	background: #004B93;
	height: 100%;
	width: 16px;
	left: 0;
	position: absolute;
	top: 0px;
}
td.holiday:before {
	content: "";
	background: #DC000C;
	height: 100%;
	width: 16px;
	left: 0;
	position: absolute;
	top: 0px;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.ps {
	font-size-adjust: 16px;
	font-weight: bold;
	color: #004B93;
	width: calc(100% - 30px);
	margin: 0 auto 30px;
}
.calen {
	width: calc(100% - 30px);
	height: 600px;
	margin: 0 auto 60px;
}
.calen iframe {
	width: 100%;
	height: 100%;
}

.banner {
	width: 720px;
	margin: 0 auto 60px;
}

@media (max-width: 700px) {
	td {
		height: auto;
	}
	.banner {
		width: calc(100% - 30px);
		margin: 0 auto 60px;
	}
}

@media (max-width: 374px) {
	td.saturday:before {
		width: 6px;
	}
	td.holiday:before {
		width: 6px;
	}
}