#header {
  background: #ffffff;
}
#header.fixed {
  z-index: 512;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#header .inner {
  width: 980px;
  margin: auto;
}
#header .gnav {
  height: 36px;
  background: url('/STEPWGN/common/image_gNavi/bg_gnav.png') repeat-x;
  line-height: 1;
}
#header .gnav a {
  display: inline-block;
  height: 36px;
  vertical-align: top;
}
#header .gnav .logo {
  float: left;
  width: 143px;
}
#header .gnav .logo img {
  margin-top: 12px;
}
#header .gnav .menu {
  margin-left: 143px;
  text-align: right;
  font-size: 0;
}
#header .gnav .menu > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}
#header .gnav .menu > li.store a {
  height: auto;
  margin-top: 6px;
  margin-left: 10px;
  padding: 0;
  background: none;
  transition: opacity 0.3s ease;
}
#header .gnav .menu > li.store a:hover {
  opacity: 0.65;
}
#header .gnav .menu > li.store a:hover {
  background: none;
}
#header .gnav .menu > li.store a img {
  margin-top: 0;
}
#header .gnav .menu > li a {
  position: relative;
  padding: 0 15px;
  background: url('/STEPWGN/common/image_gNavi/menu_separator.png') no-repeat 0 50%;
}
#header .gnav .menu > li a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
#header .gnav .menu > li img {
  margin-top: 6px;
}
#header.styling .gnav .menu li.styling a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999999;
  opacity: 0.7;
}
#header.interior .gnav .menu li.interior a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999999;
  opacity: 0.7;
}
#header.type .gnav .menu li.type a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999999;
  opacity: 0.7;
}
#header.performance .gnav .menu li.performance a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999999;
  opacity: 0.7;
}
#header.equipment .gnav .menu li.equipment a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999999;
  opacity: 0.7;
}
#header.faq .gnav .menu li.faq a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #999999;
  opacity: 0.7;
}
#header .lnav {
  position: relative;
  margin-top: 12px;
  padding-bottom: 6px;
  overflow: visible;
}
#header .lnav:after {
  content: "";
  display: table;
  clear: both;
}
#header .lnav:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 4px;
  background: url('/STEPWGN/common/image_gNavi/bg_lnav.png') no-repeat 50% 100%;
}
#header .lnav a:hover {
  text-decoration: underline;
}
#header .lnav .breadcrumbs {
  float: left;
  font-size: 0;
}
#header .lnav .breadcrumbs > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 28px;
  background: url('/STEPWGN/common/image_gNavi/breadcrumbs_separator.png') no-repeat 10px 50%;
  font-size: 11px;
}
#header .lnav .breadcrumbs > li:first-child {
  padding-left: 0;
  background: none;
}
#header .lnav .anchors {
  float: right;
  font-size: 0;
}
#header .lnav .anchors > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-left: 10px;
  font-size: 11px;
}
#header .lnav .anchors > li a {
  display: inline-block;
  padding-left: 9px;
  background: url('/STEPWGN/common/image_gNavi/icon_anchor.png') no-repeat 0 50%;
  color: #016ba2;
}
