#title h1 {
  fontsize: middle;
  font-weight: bold;
  color: #ff3366;
  text-align: center;
  margin-top: 20px;
}
#subtitle {}
#subtitle p {
  fontsize: middle;
  color: #ff3366;
  text-align: center;
  margin-bottom: 20px;
}
#caption_top {}
#caption_top p {
  fontsize: xx-small;
  text-align: center;
}
#caption_bottom {
  margin-top: 10px;
  margin-bottom: 40px;
}
#caption_bottom p {
  fontsize: xx-small;
  text-align: center;
}
#schedule {
  fontsize: xx-small;
}
#schedule h2 {
  font-size: x-large;
  color: hotpink;
}
#schedule h3 {
  font-size: xx-small;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1em;
}
#schedule p {
  fontsize: xx-small;
}
#schedule table {
  border-collapse: collapse;
}
#schedule th {
  border: 2px solid #FF3366;
  padding: 5px;
  background-color: lightpink;
}
#schedule td {
  font-size: xx-small;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border: 2px solid #FF3366;
  vertical-align: top;
}
.jikanhenkou {
  color: deeppink;
}
.mainst {
  color: purple;
}
.myst {
  color: blue;
}
.worcle {
  color: green;
}
.espoire {
  color: teal;
}
.sunday {
  color: red;
}
.saturday {
  color: blue;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
.white {
  color: white;
}
.green {
  color: green;
}
.pink {
  color: deeppink;
}