@charset "UTF-8";
*, html {
  margin: 0;
  padding: 0;
}

html {
  background-color: rgba(239, 192, 175, 0.05);
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: rgba(239, 192, 175, 0.05);
}
@media (min-width: 840px) {
  body .space {
    padding-top: 100px;
  }
}
@media (max-width: 840px) {
  body .space {
    padding-top: 20px;
  }
}
body #notice-title {
  color: rgb(239, 167, 141);
  margin: 10px;
}
@media (min-width: 840px) {
  body #notice-title {
    display: none;
  }
}
body #container {
  margin: 0 auto;
  background-color: white;
  padding-bottom: 30px;
  border-radius: 25px;
}
@media (min-width: 840px) {
  body #container {
    width: 60%;
  }
}
@media (max-width: 840px) {
  body #container {
    width: 99%;
  }
}
body #container #main-notice {
  background-color: white;
  padding: 20px;
  border-radius: 25px;
}
body #container #main-notice .main-notice-splitter {
  background-color: rgb(239, 167, 141);
  height: 2px;
}
body #container #main-notice #title {
  font-size: 30px;
  font-family: "STKaiti", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP行書体", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 20px;
  font-weight: bold;
}
body #container #main-notice #body {
  font-size: 25px;
  margin-top: 30px;
  white-space: pre-wrap;
}
body #container #calender-container {
  position: relative;
  overflow: hidden;
  margin: 100px auto;
}
@media (min-width: 840px) {
  body #container #calender-container {
    width: 80%;
    height: 400px;
  }
}
@media (max-width: 840px) {
  body #container #calender-container {
    width: 90%;
    height: 300px;
  }
}
body #container #calender-container iframe {
  position: absolute;
  border-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body #container #notice-list {
  height: 300px;
  overflow-y: scroll;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  margin: 0 auto;
  background-color: white;
  width: 80%;
  padding: 5px;
}
body #container #notice-list .notice-list-splitter {
  background-color: #c5d1d2;
  height: 2px;
  margin: 5px;
}
body #container #notice-list ul {
  margin: 10px;
  list-style-type: none;
}
body #container #notice-list ul li {
  list-style-type: none;
}
body #container #notice-list ul #year {
  padding: 10px;
}
body #container #notice-list ul #month {
  padding: 20px;
}
body #container #notice-list ul .notice-list-container {
  margin: 5px;
}
body #container #notice-list ul .notice-list-title {
  text-align: center;
  font-family: "STKaiti", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP行書体", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body #container #notice-list ul .notice-list-title a {
  color: black;
  margin: 10px;
  text-decoration: none;
  font-size: 20px;
}

/*# sourceMappingURL=notice.css.map */
