<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#yodogawa {
  padding-bottom: 3em;
}
#talk_wrap {
  padding-top: 60px;
}
#talk_wrap .talk_end {
  margin: 60px 0 0 0;
}
#talk_wrap .talk_end p {
  margin: 0 0 .5em 0;
}
#talk_wrap .talk_end p + p {
  padding-top: 10px;
  padding-bottom: 3em;
}

article {
  padding: 0px;
  width: 820px;
  max-width: 100%;
  box-sizing: border-box;
  background-color: unset;
}

#talk_nav, .talk_nav {
  max-width: 90%;
  margin: 0 auto;
}
#index_nav, #talk_wrap, footer {
  max-width: 820px;
  margin: 0 auto;
}

#information, #information_free {
  padding-top: 3em;
}

#information li:last-child, #information_free li:last-child {
  margin-bottom: 0;
}

footer .inner {
  padding-top: 50px;
}
footer .hobo {
  top: 56px;
}

@media (max-width: 820px) {
  #kv {
    width: 100%;
    margin-left: 0px;
  }
  #yodogawa {
    max-width: 90%;
    margin: 0 auto;
  }
  #talk_wrap {
    max-width: 90%;
  }
}
@media (max-width: 800px) {
  footer .hobo {
    top: 6px;
  }
}
@media (max-width: 640px) {
  #information, #information_free {
    padding-top: 1em;
  }
  #information li .info_desc, #information li .info_title,
  #information_free li .info_desc, #information_free li .info_title {
    max-width: 90%;
  }

  #information li:last-child, #information_free li:last-child {
    margin-bottom: 0;
  }
}
</pre></body></html>