body {
  font: 62.5%/2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

body > .outline {
  font-size: 1.4em;
}

.sub_part {
  color: #dddddd;
}

html, body {
  background-color: #000;
  height: 100%;
}

#modalCont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#modalCont .include {
  margin: 0 auto;
}
#modalCont .include .movWrap {
  padding: 0;
  text-align: center;
}
#modalCont .include .movWrap p.closeBtn {
  background: url(/special/kowapoke/common/images/btn_def.png);
  margin: 20px auto 0;
  width: 90px;
  height: 35px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#modalCont .include .movWrap p.closeBtn:hover {
  background: url(/special/kowapoke/common/images/btn_over.png);
}
#modalCont .include .movWrap p.closeBtn a {
  display: block;
  height: 100%;
}
