*{
  margin: 0;
}
header{
  font-size: 40px;
}
body{
  padding-top: 40px;
  font-family:'Courier New',monospace;
  text-align: center;
}
#target,#Stime{
  font-size: 48px;
  letter-spacing: .1em;
}
p{
  padding-top: 30px;
}
section{
  text-align: initial;
  padding-top: 20px;
  margin-left: 30%;
}
#miss{
  font-weight: 600;
  font-size: 25px;
  color: red;
}

/*テーブル（表）のスタイル*/
table{
  margin: 0 auto;
  border-collapse: collapse;
}
th{
  border:1px solid;
  width: 160px;
  height: 30px;
}
td{
  border:1px solid;
  height: 60px;
  font-family:Arial,"MSPゴシック",sans-serif;
}
