#e-header label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: baseline;
}

#e-header .label,
#e-header .badge {
  display: inline;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.5;
  color: inherit;
  text-shadow: none;
  white-space: normal;
  vertical-align: baseline;
  background-color: transparent;
}

#e-header .header-nav {
  display: none !important;
}

/* #e-header .header-subnav {
  display: none !important;
} */

#e-header .download {
  display: none !important;
}

#timetable_view #e-header .header-nav {
  display: block !important;
}

#timetable_view #e-header .header-subnav .download {
  display: list-item !important;
}

[class^="icon-"],
[class*=" icon-"] {
  display: initial;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
}

#e-header .header_title {
  order: 2;
  font-size: 150%;
}

@media screen and (width < 768px) {
  #e-header .header_title {
    order: 2;
    font-size: 120%;
  }
}

.sb_confirm_index .language,
.sb_complete_index .language,
.change_password_change .language,
.change_password_finish .language {
  display: none !important;
}

.icon-home {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: 0 -24px;
}

.icon-user {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: -168px 0;
}

.navbar .nav.ss_mypage_nav a {
  display: flex;
  align-items: center;
}

.faq {
  display: none;
}

#cart_view .faq,
.sb_user_index.login_0 .faq,
.mypage_login_plain .faq{
  display: list-item !important;
}

#e-header .header-logo {
  width: 80px;
}

#e-header {
	background-image: none;
	background-color: #003B8F;
}