<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 講演方法 */
.sideExample {
  display: block;
  margin: 1.5rem auto;
}

@media print, screen and (min-width: 1024px) {
  .posterFormat {
    width: 50%;
    margin: 1.5rem auto;
  }
}

.posterFormat-header {
  text-align: center;
}

.posterFormat-data {
  text-align: center;
}

.footnote {
  margin: 30px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

/*# sourceMappingURL=../map/pages/guide.css.map */
</pre></body></html>