@charset "UTF-8";
.navbar {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-logo {
  float: right;
  width: 75px;
  display: block;
  margin-left: auto;
}

.navbar-list {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

.navbar-list-item {
  text-align: center;
  line-height: 2em;
  display: inline-block;
  margin-left: 1em;
}

.navbar-link-eng {
  cursor: context-menu;
  font-weight: 100;
  font-size: 1em;
}

.navbar-link-jp {
  font-weight: 100;
  font-size: 1.3em;
}