#header {
  background-color: #f2f2f2;
}

h1 {
  color: #282e5f;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  line-height: 1.6;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

#main {
  max-width: 958px;
  margin-bottom: 30px;
  margin-top: 20px;
}

#main p {
  line-height: 1.8;
  font-size: 0.9em;
}

.btn-default,
.btn-info {
  background-color: #282e5f;
  background-image: none;
  border: 1px solid #9396af;
  text-shadow: none;
  color: white;
  padding-right: 20px;
  padding-left: 20px;
}

.nav-tabs > li > a {
  color: #aeb0ce;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  color: #282e5f;
  font-weight: bold;
}

#footer {
  background-color: black;
  padding-top: 22px;
}

#footer .sns {
  margin-top: 18px;
}

#footer .ft_menu {
  margin-top: 18px;
  font-size: 0.9em;
  padding: 0px;
}
#footer .ft_menu a {
  color: white;
}

#footer .copy {
  margin-top: 18px;
  color: #8f8f8f;
  font-size: 0.8em;
}
.size14 {
  font-size: 30px !important;
  margin-top: -2px;
  vertical-align: middle;
}

.page-navi {
  margin-top: 15px;
}

.day_select {
  display: inline-flex; /* ラジオボタンとラベルを横並びに */
  align-items: center; /* ラジオボタンとテキストの垂直方向の位置を揃える */
}

.day_select_radio {
  width: 24px; /* 横幅 */
  height: 24px; /* 高さ */
}
.day_select label {
  padding-left: 10px;
}
