body {
  overflow-x:hidden;
}

.headerMenu a img {
  border: none;
}
.footer .footerNavi li a {
  text-decoration: none;
  color: #868687;
}
.active_background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}
.headerMenu {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  opacity: 0;
  width: 100%;
  display: block;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(7,0,0,0.8);
  height: 100%;
  position: absolute;
  z-index: 10000;
}
.headerMenu p {
  margin: 0;
  color: #fff;
  font-size: 11px;
  width: 165px;
  line-height: 1.7;
  padding-left: 4px;
}
.headerMenu .gbg {
  background: black;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
  min-width: 700px;
  width: 100%;
  height: 645px;
}
.headerMenu ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  z-index: 3;
  list-style: none;
  position: absolute;
  margin-left: -20px;
}
.headerMenu ul li a {
  text-indent: 0;
  text-decoration: none;
  line-height: 1.3;
}
.headerMenu ul li {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding-top: 10px;
  transition: 0.3s;
  float: left;
  margin-left: 20px;
  height: 130px;
}
.headerMenu ul li:first-child {
  padding-bottom: 0;
}
.headerMenu ul li img {
  opacity: 1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header_bottom {
  height: 40px;
  margin: 0 auto;
  right: 200px;
  bottom: -40px;
  z-index: 1;
  width: 220px;
  position: absolute;
  overflow: hidden;
}
.header_bottom a img {
  border: none;
}
.header_bottom .navi03 {
  z-index: 1;
  cursor: pointer;
  bottom: 6px;
  right: 37px;
  position: absolute;
}

.header_bottom .header_menu_question {
  position: absolute;
  cursor: pointer;
  bottom: 6px;
  right: 0px;
  padding: 0;
  padding-top: 0;
  z-index: 0;
}
.header_bottom .header_menu_question img {
  opacity: 1;
}

.navi05 {
  position: absolute;
  width: 32px;
  list-style: none;
  padding: 11px 10px 5px 10px;
  height: 155px;
  top: 0;
  z-index: 100;
  right: 0;
  background-color: rgba(51, 51, 51, 0.6);
}
.navi05 li {
  position: relative;
}
.navi05 li .popUpBox {
  background: #fff;
  width: 123px;
  z-index: 1000;
  height: 34px;
  left: 45px;
  top: -1px;
  display: none;
  position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.navi05 iframe {
  position: relative;
  z-index: 100000;
}
.navi05 li .popUpBox:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 123px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0px solid transparent;
  border-right: 10px solid #fff;
}
.ua-ie-8 .headerMenu {
  background: black;
}
.ua-ie-8 .headerMenu a img{
  border: none;
}

