#page {
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", "MS P GOTHIC", Arial, sans-serif;
}
#page a {
  text-decoration: underline;
}

/* Header */
#page .pageHeader h1 {
  margin: 1.25rem 0;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #5a5a5a;
}
@media only screen and (min-width: 40.063em) {
  #page .pageHeader h1 {
    text-align: left;
  }
}
#page .pageHeader .breadcrumbs {
  background-color: #f9fbfc;
}
#page .pageHeader .breadcrumbs > * {
  line-height: 1.5rem;
}
@media only screen and (min-width: 40.063em) {
  #page .pageHeader .breadcrumbs > * {
    line-height: 0.6875rem;
  }
}

/* Footer */
#page .pageFooter {
  margin-top: 1.25rem;
}
#page .pageFooter__btn {
  margin-bottom: 0.625rem;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  #page .pageFooter__btn {
    text-align: right;
  }
}
#page .pageFooter__btn a {
  overflow: hidden;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  color: #5a5a5a;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
}
#page .pageFooter__btn a:hover {
  color: white;
  background-color: #2c3e50;
  -webkit-transition: color, background-color 500ms ease-out;
  -moz-transition: color, background-color 500ms ease-out;
  -ms-transition: color, background-color 500ms ease-out;
  -o-transition: color, background-color 500ms ease-out;
  transition: color, background-color 500ms ease-out;
}
#page .pageFooter__btn a:active {
  background-color: white;
}

.copyright {
  font-size: 0.9rem;
}
@media only screen and (min-width: 40.063em) {
  .copyright {
    text-align: right;
  }
}

/* Contents */
.contents h2 {
  font-size: 1.4rem;
}

.item {
  margin-bottom: 2rem;
  padding: 1rem 1rem 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.item:after {
  content: "";
  display: block;
  clear: both;
}
.item__title {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.item__description {
  margin-bottom: 1rem;
  padding: 0;
}
.item__description table {
  width: 100%;
  margin-bottom: 0;
}
.item__description table th, .item__description table td {
  text-align: left;
  vertical-align: baseline;
  font-weight: normal;
  border: 1px solid #dddddd;
}
.item__description table tr:nth-of-type(even) {
  background-color: #f9fbfc;
}
.item__description table th {
  width: 8rem;
}
.item__description table td {
  word-break: break-all;
}
.item__description table p, .item__description table li {
  font-size: 0.875rem;
}
.item:last-child {
  margin-bottom: 0;
}

.label {
  margin: 0 5px 3px 0;
  font-size: 0.75rem;
  background-color: #2c3e50;
}

.toc {
  width: 100%;
  margin-bottom: 0;
}
.toc th, .toc td {
  text-align: left;
  vertical-align: baseline;
  font-weight: normal;
  border: 1px solid #dddddd;
}
.toc .fa {
  color: #888888;
}

/* Side menu */
#page .sideMenu__menu {
  padding-top: 0;
}
#page .sideMenu__menu li {
  margin: 0;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
}
#page .sideMenu__menu li a {
  overflow: hidden;
  padding: 0.3125rem 0.625rem;
  text-decoration: none;
  color: #5a5a5a;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#page .sideMenu__menu li a:hover {
  color: white;
  background-color: #2c3e50;
  -webkit-transition: color, background-color 500ms ease-out;
  -moz-transition: color, background-color 500ms ease-out;
  -ms-transition: color, background-color 500ms ease-out;
  -o-transition: color, background-color 500ms ease-out;
  transition: color, background-color 500ms ease-out;
}
#page .sideMenu__menu li a:active {
  background-color: white;
}
#page .sideMenu__menu li.active a {
  color: white;
  background-color: #2c3e50;
  -webkit-transition: color, background-color 500ms ease-out;
  -moz-transition: color, background-color 500ms ease-out;
  -ms-transition: color, background-color 500ms ease-out;
  -o-transition: color, background-color 500ms ease-out;
  transition: color, background-color 500ms ease-out;
}
