html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

a:link,
a:visited,
a:active {
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

header {
  width: 100%;
  height: 135px;
  overflow: visible;
  border-bottom: 15px solid #15224e;
  box-sizing: border-box;
}
header * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
header nav {
  width: 865px;
  margin: 0 auto;
  position: relative;
}
header nav h1 {
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
header nav h1 a {
  display: block;
  width: 200px;
  height: 200px;
  text-indent: -9999px;
  outline: none;
  background: url(../img/logo_off.png) 0 0 no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
header nav h1 a:hover {
  background: url(../img/logo_on.png) 0 0 no-repeat;
}
header nav aside {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 9999;
}
header nav ul#globalNav {
  width: 665px;
  height: 91px;
  overflow: visible;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 29px;
  right: 0;
  list-style-type: none;
  border-left: 1px solid #dadada;
  box-sizing: border-box;
  z-index: 9999;
}
header nav ul#globalNav > li {
  float: left;
  border-right: 1px solid #dadada;
  box-sizing: border-box;
  background: #fff;
}
header nav ul#globalNav > li > a {
  display: block;
  font-size: 0;
  line-height: 100%;
}
header nav ul#globalNav > li:hover, header nav ul#globalNav > li.active {
  background: #edeef3;
}
header nav ul#globalNav > li:hover ul, header nav ul#globalNav > li.active ul {
  opacity: 1.0;
  visibility: visible;
  z-index: 9999;
}
header nav ul.sub {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 91px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  border-top: 15px solid #15224e;
  box-sizing: border-box;
}
header nav ul.sub li {
  display: block;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #747a9c;
}
header nav ul.sub li:first-child {
  border-left: 1px solid #747a9c;
}
header nav ul.sub li a {
  display: block;
  padding: 7px 35.5px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-decoration: none;
  background: transparent;
}
header nav ul.sub li a:hover, header nav ul.sub li a.active {
  background: #15224e;
}
header #subNav {
  background: url(../img/subnavi_bg.png) 0 0 repeat;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 135px;
  left: 0;
  z-index: 99;
}

.wrapper {
  width: 865px;
  margin: 0 auto;
}

.pagetop {
  position: fixed;
  left: 50%;
  text-align: center;
  width: 74px;
  height: 59px;
  margin-left: 358.5px;
}
.pagetop a {
  font-size: 0;
  line-height: 100%;
}

footer {
  width: 100%;
  margin: 100px 0 0 0;
  text-align: center;
  background: #f7f7f7;
}
footer p.copyright {
  background: #16214e;
  color: #fff!important;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 30px 0;
}
footer dl {
  display: block;
  margin: 0;
  padding: 0;
  background: url(../img/footer_shape.png) center bottom no-repeat;
}
footer dl dt {
  display: block;
  margin: 0;
  padding: 35px 0;
}
footer dl dd {
  display: block;
  padding: 0 0 132px 0;
  margin: 0;
}
footer dl dd ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
footer dl dd ul li {
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #333;
}
footer dl dd ul li:last-child {
  border-right: 1px solid #333;
}
footer dl dd ul li a:link,
footer dl dd ul li a:visited,
footer dl dd ul li a:active {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}
footer dl dd ul li a:hover {
  text-decoration: underline;
}

/* ClearFix For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* ClearFix For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
