@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./fx/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/**
 * 要素を中央に寄せる。
 * @return {[type]} [description]
 */
/**
 * ｓｕｂｍｉｔボタンを画像に置き換えた際に、テキストを非表示にする。
 * @return {[type]} [description]
 */
/**
 * 要素を中央に寄せる。
 * @return {[type]} [description]
 */
.btn.link.action:disabled {
  background-color: lightgrey;
  border: none;
}

.btn.link.action:disabled:hover {
  background-color: lightgrey;
  color: #fff;
  cursor: not-allowed;
}

.btn.link.action:disabled:hover::after {
  color: #fff;
}

.hide {
  display: none !important;
}

nav.tabs {
  flex-basis: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0 0 20px;
}
nav.tabs > .tabs--primary,
nav.tabs > .primary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  list-style: none;
}
nav.tabs > .tabs--primary li,
nav.tabs > .primary li {
  padding-right: 30px;
}
nav.tabs > .tabs--primary a,
nav.tabs > .primary a {
  text-decoration: none;
  color: #d92231;
}

.messages {
  flex-basis: 100%;
  width: 100%;
  min-width: 100%;
}

.box-alert-importance {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px #d92231 solid;
  border-radius: 5px;
  background-clip: padding-box;
}

/**
 * Custom-style for Drupal. (independent with V6)
 */
.search-local-form {
  max-width: 600px;
}
@media (max-width: 767px) {
  .search-local-form {
    max-width: inherit;
  }
}
.search-local-form .site-search .input-search {
  width: 448px;
}
@media (max-width: 767px) {
  .search-local-form .site-search .input-search {
    width: 86%;
  }
}

/**
 * It is the overriding of the V6 design as follows.
 */
.webform-submission-form .form-list-02 {
  align-items: flex-end;
}

.btn.align-left {
  text-align: left;
}

/**
 * Navbar styling.
 */
.nav-local-buttons ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .nav-local-buttons ul {
    justify-content: center;
  }
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon {
  margin-right: 0.25em;
}
a.icon-after .glyphicon {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

.icon.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.info-grouping .view-grouping-header {
  font-weight: bold;
  padding-bottom: 16px;
  font-size: 123%;
}

.pager ul > li.is-active {
  font-weight: bold;
  font-size: 105%;
}
.pager ul > li.is-active .is-current {
  padding-bottom: 1px;
  border-bottom: #d92231 1px solid;
  display: inline-block;
}

/**
 * Toolbar module styling.
 */
#toolbar-administration {
  padding-bottom: 2.5rem;
}

.image-center {
  text-align: center;
  margin: 0 0 20px;
}

.embedded-entity.image-caption-div {
  position: relative;
  margin-bottom: 30px;
}
.embedded-entity.align-left {
  float: left;
  margin-right: 20px;
}
.embedded-entity.align-left .caption {
  position: absolute;
  left: -50%;
  right: -50%;
}
.embedded-entity.align-right {
  float: right;
  margin-left: 20px;
}
.embedded-entity.align-right .caption {
  position: absolute;
  left: -50%;
  right: -50%;
}
.embedded-entity.align-center {
  text-align: center;
}
.embedded-entity .caption {
  text-align: center;
}

.qr-code-wrapper {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.qr-code-wrapper:before, .qr-code-wrapper:after {
  content: " ";
  display: table;
}
.qr-code-wrapper:after {
  clear: both;
}
.qr-code-wrapper #qr-code-current-url {
  max-width: 100px;
  max-height: 100px;
  float: right;
  margin-left: 20px;
}

#SS_suggest {
  position: absolute;
  top: 48px;
  z-index: 9999;
  left: 20px;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
#SS_suggest li {
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
}
#SS_suggest li:first-child {
  border-top: 1px #ebebeb solid;
}
#SS_suggest li a {
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  display: block;
  padding: 4px 10px;
}
#SS_suggest li a:hover, #SS_suggest li a:active, #SS_suggest li a:focus {
  background-color: #f9f9f9;
}
@media (min-width: 992px), print {
  #SS_suggest {
    left: 0;
  }
}
