body {
  font-family: "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #212529;
  font-size: 18px;
}

table.table th {
 background-color: #ffffcc;
}
table.table td {
  vertical-align: middle;
}

.img-thumbnail {
  max-width: 200px;
}

.w-80 {
  width: 80%;
}
.w-45 {
  width: 45%;
}
.w-30 {
  width: 30%;
}

.link {
  color: #007bff;
  text-decoration: underline;
}

footer.gray-bg {
  background: #0D1728;
  color: #fff;
}

.navbar-nav .dropdown .dropdown-menu {
  display: none;
}
.navbar-nav .dropdown .dropdown-menu.show {
  display: block;
}

/* -----------
 * TOP
 * ----------- */
#top .list-news {
  height: 220px;
  overflow: auto;
}
#top .list-news li:last-child {
  border-bottom: 0 !important;
}
#top .banner .block {
  padding: 80px 0px 80px;
}
#top .banner .block p {
  text-shadow: 2px 2px black;
}

/* -----------
 * History
 * ----------- */
#history table.table td {
  border: 0;
  vertical-align: top;
}

/* -----------
 * Member
 * ----------- */
#member .member-list table td {
  vertical-align: top;
}
#member .member-text {
  line-height: 1.25rem;
}
