
h1{
  font-size: 300%;
  text-align: center;
  font-family: 'UD デジタル 教科書体 NP-B','Meiryo UI',sans-serif;
  text-shadow: 3px 3px 0px silver;
  background-color: white;
}

h2{
  text-align: center;
  font-family: 'UD デジタル 教科書体 NP-B','Meiryo UI',sans-serif;
  text-shadow: 2px 2px 0px silver;
  background-color: white;
  word-break:normal;
}

h3{
  text-align: center;
  font-family: 'UD デジタル 教科書体 NP-B','Meiryo UI',sans-serif;
  text-shadow: 1px 1px 0px silver;
  background-color: white;
}

h4{
  text-align: center;
  font-family: 'UD デジタル 教科書体 NP-B','Meiryo UI',sans-serif;
  text-shadow: 1px 1px 0px silver;
  background-color: white;
}

.kuro{
  color: black;
  text-decoration: none;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 0.5px;
}

.shiro{
  color: white;
  text-decoration: none;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 0.5px;
}

.hai{
  color: gray;
  text-decoration: none;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 0.5px;
}


.table1{
  margin-left: auto;
  margin-right: auto;
}

.table1 td{
  width: 150pt;
  height: 25pt;
}
/*
.table1 {
  display:block;
}

.table1 tr{
  display: inline;
}
*/

@media screen and (max-width: 500px) {
  .table1 td{
    display:block;
  }
}

.all{
  background-color: white;
}
