:root {
  --baceFontColor: #333333;
}

#soccer_list > * + * {
  margin-top: 30px;
}
#soccer_list section > h3 {
  font-size: 1.3rem;
  text-align: left;
}
#soccer_list section > h3 a {
  position: relative;
  color: #0850a8;
  height: 1em;
  display: inline-block;
}
#soccer_list section > h3 a::after {
  display: block;
  content: "";
  background-color: #0850a8;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM281 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L136 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L393 239c9.4 9.4 9.4 24.6 0 33.9L281 385z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM281 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L136 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L393 239c9.4 9.4 9.4 24.6 0 33.9L281 385z"/></svg>');
  mask-size: contain;
  height: 18px;
  width: 18px;
  position: absolute;
  bottom: -5px;
  right: -23px;
}
#soccer_list section > h3 a:hover {
  color: red;
  text-decoration: underline;
}
#soccer_list section > h3 a:hover::after {
  background: red;
}
#soccer_list section div {
  margin: 10px auto 0 auto;
}
#soccer_list section table {
  border: 2px solid #555;
  width: 100%;
}
#soccer_list section table tr th {
  border: 1px solid silver;
  padding: 0.5em 0;
  background: #f5f5f5;
}
#soccer_list section table tr td {
  border: 1px solid silver;
  padding: 0.5em 0;
  width: 33%;
}
@media screen and (max-width: 480px) {
  #soccer_list section div {
    overflow: auto;
    white-space: nowrap;
  }
  #soccer_list section div::-webkit-scrollbar {
    height: 15px;
  }
  #soccer_list section div::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #soccer_list section div::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #soccer_list section div table {
    width: 100%;
  }
  #soccer_list section div table tr th, #soccer_list section div table tr td {
    padding: 0.5em 10px;
  }
}

#soccer_log {
  margin: 30px auto 0 auto;
}
#soccer_log table {
  margin: 10px auto 0 auto;
  border: 2px solid #555;
  width: 100%;
}
#soccer_log table tr th {
  border: 1px solid silver;
  padding: 0.5em 0;
  background: #f5f5f5;
  vertical-align: middle;
}
#soccer_log table tr th span {
  display: block;
  font-size: 0.9rem;
}
#soccer_log table tr th:has(a) {
  padding: 3px;
  width: 7em !important;
}
#soccer_log table tr th a {
  display: block;
  border: 1px solid #0850a8;
  color: #0850a8;
  padding: 5px 0;
  border-radius: 5px;
  background: white;
  line-height: 1em;
}
#soccer_log table tr th a:hover {
  background: #0850a8;
  color: white;
}
#soccer_log table tr td {
  border: 1px solid silver;
  padding: 0.5em 0;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  #soccer_log {
    overflow: auto;
    white-space: nowrap;
  }
  #soccer_log::-webkit-scrollbar {
    height: 15px;
  }
  #soccer_log::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #soccer_log::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #soccer_log table {
    width: 100%;
  }
  #soccer_log table tr th, #soccer_log table tr td {
    padding: 0.5em 10px;
  }
}/*# sourceMappingURL=index.css.map */