@charset "utf-8";

.gnaviWrap {
  position: fixed;
  height: 170px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);*/
  background: url(../img/navi_logo.svg) no-repeat center 45px #fff;
}
  
.gnaviInCts {
  height: 23px;
  width: 699px;
  overflow: hidden;
  margin: 22px auto 0;
}
.linkTop a {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.gnaviInCts li a {
  height: 23px;
}
.menu00 a {
  display: block;
  width: 23px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat 0 -23px;
}
.menu01 a {
  display: block;
  width: 37px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -23px -23px;
}
.menu02 a {
  display: block;
  width: 167px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -60px -23px;
}
.menu02 a:hover {
  display: block;
  width: 167px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -60px 0;
}
.menu03 a {
  display: block;
  width: 120px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -227px -23px;
}
.menu03 a:hover {
  display: block;
  width: 120px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -227px 0;
}
.menu04 a {
  display: block;
  width: 120px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -347px -23px;
}
.menu04 a:hover {
  display: block;
  width: 120px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -347px 0;
}
.menu05 a {
  display: block;
  width: 100px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -467px -23px;
}
.menu05 a:hover {
  display: block;
  width: 100px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -467px 0;
}
.menu06 a {
  display: block;
  width: 132px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -567px -23px;
}
.menu06 a:hover {
  display: block;
  width: 132px;
  text-indent: -9999px;
  background: url(../img/gnavi_0910.svg) no-repeat -567px 0;
}
/* グローバルナビ */

#subPageFooter {
  height: 310px;
  width: 100%;
  margin: -220px auto 0;
  min-width: 1370px;
  background: url(../img/footer_bg_sub.png) no-repeat 0 0;
  background-size: 100% auto;
}
.footerInCts {
  overflow: hidden;
}
.logoCopy {
  margin-top: 70px;
  margin-left: 35px;
  float: left;
}
.logoCopy img {
  padding: 0 0 25px 30px;
}
.logoCopy p {
  color: #fff;
  text-align: left;
  font-size: 11px;
  font-family: times;
  letter-spacing: 0.05em;
}
.footerNavi {
  height: 132px;
  margin-top: 130px;
  margin-right: 60px;
  font-size: 93%;
  line-height: 1.6em;
  padding-left: 25px;
  padding-bottom: 3px;
  float: right;
  border-left: 1px solid #fff;
}
.footerNavi li a {
  font-weight: normal;
  color: #fff;
}
.footerNavi li a:hover {
  color: #fff;
}
    
.ls1px {
  letter-spacing: 1px;
}
/*サブページのフッターbg*/

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.pagetop a {
  display: block;
  height: 35px;
  width: 35px;
  background: url(../img/pageTop_arrow.svg) no-repeat -35px 0;
}
.pagetop a:hover {
  background: url(../img/pageTop_arrow.svg) no-repeat 0 0;
}
/*サブページのtop*/
