

div.novel {
  width: 70%;
  height: 100%;
  background-color: #FFFFFFBB;
  overflow: scroll;
  margin: auto;
}

.nobel_bn {
  text-align: center;
}

.header {
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	margin: 30px auto;              /* 中央揃え */
  text-align: center;
}

.footer{
  position: fixed;            /* フッターの固定 */
  bottom: 20px;                /* 位置(下0px) */
  left: 0px;                  /* 位置(左0px) */
  width: 100%;                /* 横幅100%　*/
  height: auto;              /* 縦幅140px */
  margin: auto;
  text-align: center;
}

.menu_btn{
    border: 0px;
    width:190px;
    height:40px;
    background-size: 190px 40px;
}

body::before {
  content: "";
  background: url(../img/voicesidrfasH.png) no-repeat center center;
  background-size: 42%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
