<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.main-content {
  padding-top: 80px;
  padding-bottom: 60px;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #2e3191;
  border-color: #1861ac;
}
.text-primary {
  color: #2e3191 !important;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.mincho {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-top: 30px;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  body {
    margin-bottom: 180px;
  }
}
@media (min-width: 991px) {
  body {
    margin-top: 70px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}
@media (max-width: 992px) {
  .footer {
    line-height: 100px;
  }
}
.navbar-brand {
  color: #2e3191 !important;
  font-size: 1.7rem;
}
.navbar-brand img {
  max-height: 50px;
  margin-top: -6px;
}
.nav-link {
  color: #2e3191 !important;
}
@media (max-width: 768px) {
  .nav-item {
    padding: 5px 20px;
  }
  .navbar-nav {
    padding-top: 15px;
  }
}
.table td {
  vertical-align: middle;
}
/* map */
#map {
  width: 100%;
  height: 500px;
  border: solid 2px #ccc;
}
#map .marker {
  font-size: 110%;
  color: #000;
}
/* calendar */
table.calendar th {
  color: #000;
  background-color: #f8f9fa;
  text-align: center;
}
table.calendar td {
  text-align: center;
}
table.calendar td.other {
  color: #fff;
  background-color: #007bff;
}
table.calendar td.othermonth {
  color: #ccc;
  background-color: #f5f5f5;
}
table.calendar td.selected {
  color: #fff;
  font-weight: bold;
  background-color: #e55;
}</pre></body></html>