body{
  width: 100%;
  font-size: 16px;
  color: black;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.2;
}
header{
  padding: 1%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#hLogo{
  width: 110px;
  float: left;
}
header #hLogo a{
  display: block;
}
header #hLogo img{
  max-width: 100%;
  vertical-align: bottom;
}
#gNavi{
  float: right;
}
#gNavi ul{
  font-size: 0;
}
#gNavi ul li{
  display: inline-block;
  font-size: 14px;
  margin: 10px 0 0 2.03%;
  color: #fff;
}
#gNavi ul li:first-child{
  margin-left:0;
}
header .inner::after {
  content: "";
  display: block;
  clear: both;
}
#menuBtn{
  display: none;
}
#wrap {
  position: relative;
  text-align: left;
  overflow: hidden;
}