@charset "UTF-8";

/*横長に対応するサイズ設定*/
canvas{
  width: 95vw;
  max-width: 216vh; /*90*1200/500*/
}


.checkbox{
  font-size: 1.5rem;
}

input{
  font-size: 1.5rem;
}

#blueball{
  font-size: 1.5rem;
  vertical-align: top;
  width: 10rem;
}

#time{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 10rem;
}
