@charset "utf-8";
/* CSS Document */
#kogo_town { padding: 20px 0 40px 0; }
#kogo_town img { width: 100%; }
#kogo_town h2 {
  margin: 0;
  padding: 0;
  background: none;
  border-bottom: none;
  text-align: center;
}
#kogo_town h2 img { width: 60%; }
#kogo_town h3 {
  margin: 10px 0;
  font-size: 120%;
  text-align: center;
  color: #0068fc;
}
#kogo_town p#catchphrase {
  margin: 20px 0;
  line-height: 1.3;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  color: #0068fc;
}
#kogo_town p {
  margin: 0;
  padding: 0;
}
#kogo_town table {
  width: 100%;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 90%;
}
#kogo_town table th ,
#kogo_town table td {
  padding: 5px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
}
#kogo_town table td { text-align: right; }
#kogo_town table th.current { color: #fa6698;}
#kogo_town table tr.total th ,
#kogo_town table tr.total td { border-top: 3px double #000000; }
#kogo_town dl#history {
  display: grid;
  grid-template-columns: 5em 1fr;
  font-size: 90%;
  color: #214A99;
}
#kogo_town dl#history dd { margin: 0 0 5px 0; }