@charset "UTF-8";

.header::before {
  /* clearfix */
  content: " ";
  display: table;
}

.header::after {
  /* clearfix */
  content: " ";
  display: table;
  clear: both;
}

/* #############################################################################
 * ヘッダー
 * #############################################################################
 */
.header {
  height: 32px;
  background: none;
  background-color: #591500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 32px;
  border: 0;
  z-index: 1000;
  position: relative;
}

.header__navbar {
  /* ---------------------------------------------------------------------------
   * ナビゲーションバー(各項目を横に並べる行)
   * ---------------------------------------------------------------------------
   */
  display: inline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.3rem;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

/*# sourceMappingURL=header.css.map */