@charset "utf-8";

body {
  padding: 0;
  margin: 0;
  background-color: rgb(62, 58, 58);
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
  -webkit-touch-callout: none;
}
#wrapper {
  position: relative;
}
#canvas {
  position: absolute;
  cursor: default;
}

#ad_footer {
  position: fixed;
  bottom: -7px;
  width: 100%;
}
#ad_footer_inner {
  width: 320px;
  margin: auto;
}
#ad_left {
  position: fixed;
  left: 0;
}
#ad_right {
  position: fixed;
  right: 0;
}
