.account_menu {
  overflow: hidden;
  border-bottom: 2px solid #000000;
  position: relative;
}
.account_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  padding: 20px;
}
.account_menu ul li {
  flex: 1;
  text-align: center;
  margin: 0 15px;
}
.account_menu ul li:first-child {
  text-align: left;
  font-size: 260%;
  line-height: 0.8em;
  font-family: bold;
  margin-left: 0;
}
.account_menu a {
  font-size: 180%;
  line-height: 1.3em;
  color: #000000;
  font-family: "bold";
  position: relative;
  display: block;
}
.account_menu .current_page:after {
  display: block;
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: black;
  bottom: -20px;
}

@media (max-width: 959px) {
  .account_menu {
    overflow-x: auto;
  }
  .account_menu ul li {
    margin: 0 10px;
  }
  .account_menu ul li:first-child {
    margin-left: 0;
    font-size: 160%;
  }
  .account_menu a {
    font-size: 130%;
  }
}
.web .account_menu a:hover {
  color: #333333;
  opacity: 0.7;
}

.touch .account_menu a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .account_menu a:active {
  color: #333333;
  opacity: 0.7;
}

.web .account_menu a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

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