@charset "utf-8";

html {
  line-height: initial;
  height: 100%;
}

body {
  background-color: #fff;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック  Medium', YuGothic,YuGothicM, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
  height: 100%;
  display: flex;
  font-size: 11pt;
}

#container {
  width: 280px;
  background-color: #02375b;
  display: flex;
  flex-direction: column;
  color: #fff;
}

#container footer {
  line-height: 1.25rem;
  padding: 0 16px;
  color: #ccc;
  font-size: 10.5pt;
}

#index {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
}

#sidebar-content {
  height: 90px;
}

#sidebar-content img {
  margin: 24px 0 0 24px;
  width: 180px;
}

#index a {
  color: #ccc;
}

#index h4 {
  font-size: 12pt;
}

#index h6 {
  margin: 8px 0 3px 0;
  color: #ccc;
}

li {
  line-height: 1.5rem;
}

#index ul {
  list-style: square;
}

#index li {
  padding-bottom: 5px;
}

#page {
  display: flex;
  flex: 1;
  padding: 24px 96px 24px 110px;
  overflow-y: scroll;
}

#page-content {
  flex: 1;
}

#page-content h1 {
  margin: 0 0 16px -16px;
  color: #02375b;
  font-weight: normal;
}

#page-content h2 {
  border-left: 4px solid #02375b;
  margin: 48px 0 16px -16px;
  padding-left: 16px;
  border-bottom: none;
  color: #02375b;
  font-weight: normal;
  font-size: 1.8em;
}

#page-content hr {
  background: none;
  margin: 50px 0 15px;
  border-bottom: solid 1px #ddd;
}

a:hover {
  text-decoration: underline;
}

.headerlink {
  color: #808080;
  cursor: pointer;
  padding: 0px 5px;
  text-decoration: none;
  visibility: hidden;
}

.headerlink:hover {
  color: #000000;
}

h1:hover .headerlink {
  visibility: visible;
}

h2:hover .headerlink {
  visibility: visible;
}

h3:hover .headerlink {
  visibility: visible;
}

h4:hover .headerlink {
  visibility: visible;
}

h5.hover .headerlink {
  visibility: visible;
}

h6:hover .headerlink {
  visibility: visible;
}

#login-button {
  display: inline-block;
  padding: 8px 32px;
  margin: 8px 0;
  font-size: 10pt;
  color: #fff;
  background-color: #1f78c1;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  text-decoration: none;
}

#login-button:hover {
  background-color: #185d95;
  transition: all .3s ease;
}
