@charset "UTF-8";

/****************************/
/*      基 本 の 設 定      */
/****************************/

html{
  font-family: UDデジタル教科書体N-B, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
  overflow-x: hidden;
//  overflow-y: hidden;
  text-align: center;
  }

body{
  background-size: cover;
  }

table{
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-shadow:0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,
              0 0 5px #ffffff,0 0 5px #ffffff,0 0 5px #ffffff;	/* 縁取光彩 */
  }
 
 /* 書体設定 */

 
input {
  width: 50vw;
  height: 12vh;
  font-size: 1.8vw;
  font-weight: bold;
  border: 5px solid gray;
  border-radius: 0.67em;
  background-color:rgba(255, 255, 255, 0.8);
  text-align: center;
  }
  
#seiryuu img {
  width: 40vw;
  position:relative;
  top: 2vh;
  left: 22vw;
  z-index:99
  }

.script {
  width: 20vw;
  height: 20vh;
  position: absolute; /* 相対位置に指定 */
  top: 50%;
  left: 50%;
  }

img { max-width : 100%;
         height : auto; }
