body {
    margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    background-image: url(../assets/images/boy/bg_stage04.jpg);
    background-size: 20%;
    background-repeat: repeat;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/ui/orientation2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

canvas {
  margin-left: auto !important;
  margin-right: auto !important;

}

#scoreResult {
    position: absolute;
    display: none;
    width: 90%;
    top: 10px;
    left: 5%;
    margin: 0 auto;
    background-color: white;
    border-radius: 12;
}

#zumba-ad {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

#footer-ad {
    position: absolute;
    bottom: 4px;
    width: 320px;
    margin: 0 auto;
    display: none;
    height: 50px;
    left: 0;
    right: 0;
}

#aeriaGamesAd {
    background-color: white;
}

#menu-button {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 1%;
    top: auto !important;
    bottom: 70px !important;
    background-image: url("../assets/images/menu_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:100%;
}

#menu-content {
    position: absolute;
    margin-width: 0px;
    padding:0;
}

.howto {
  margin-left: auto;
  margin-right: auto;
}
.howto-image {
  width: 100%;
  max-width: 640px;
}

#yjg-menu {
  border: 8px gray solid;
}

#menu_yg {
    z-index: 11000;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #AAA;
}

#side-menu {
    height: 100%;
}

#menu-header {
    height: 0% !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

#edit-box {
  display: none;
}

#group1-edit-box {
  position: absolute;
  top: 40px;
  left: 190px;
}

#group2-edit-box {
  position: absolute;
  top: 40px;
  left: 446px;
}

#group3-edit-box {
  position: absolute;
  top: 280px;
  left: 190px;
}


#stage-edit-box {
  position: absolute;
  top: 280px;
  left: 446px;
}

#json-import-box {
  position: absolute;
  display: none;
  top: 40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0px;
}

#json-textarea {
  margin-top: 10px;
  margin-left: 10px;
}

.overlay-area {
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.notice-panel {
  position:absolute;
  width: 90%;
  height: 70%;
  max-width: 600px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 0.5em;
}

.notice-content {
  overflow: scroll;
  margin: auto;
  width: 96%;
  height: 98%;
}

#startLoading {
   color: #FFF;
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 30px;
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}
