@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  min-width: 1170px;
  font-family: -apple-system, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  font-weight: 500;
}

body.modal-open {
  padding-right: 0px !important;
}

h1.page-title {
  margin-top: 4px;
  font-size: 24px;
}

h1 .page-menu {
  display: inline-block;
  padding-bottom: 8px;
  margin-left: 16px;
}

h1 .page-menu .btn {
  margin-top: -4px;
}

.section {
  margin-top: 24px;
  margin-bottom: 24px;
}

.form-single {
  display: inline-block;
}

/*
 * Bootstrap カスタマイズ
 */
.container {
  max-width: none !important;
  width: 1170px;
}

.row-flex {
  display: -webkit-box;
  display: flex;
}

.row-flex > * {
  -ms-grid-row-align: center;
  align-self: center;
}

.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-brand {
  padding-left: 44px;
  background: url("/img/logo-icon.png") no-repeat left center;
  background-size: 30px;
  background-position-x: 8px;
}

.dropdown-menu > li > a {
  padding: 8px 20px;
}

.form-group .annotation {
  padding-top: 7px;
}

.btn {
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
