:root {
  --baceFontColor: #333333;
}

#volley_list > * + * {
  margin-top: 30px;
}
#volley_list section > h3 {
  font-size: 1.3rem;
  text-align: left;
}
#volley_list section > h3 a {
  position: relative;
  color: #0850a8;
  height: 1em;
  display: inline-block;
}
#volley_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;
}
#volley_list section > h3 a:hover {
  color: red;
  text-decoration: underline;
}
#volley_list section > h3 a:hover::after {
  background: red;
}
#volley_list section > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 20px;
  margin: 10px auto 0 auto;
}
#volley_list section > div table {
  border: 2px solid #555;
}
#volley_list section > div table tr th {
  border: 1px solid silver;
  padding: 0.5em 0;
}
#volley_list section > div table tr td {
  border: 1px solid silver;
  padding: 0.5em 0;
}
#volley_list section > div table:nth-of-type(1) tr:first-child {
  background: #d9f4ff;
}
#volley_list section > div table:nth-of-type(1) tr th {
  background: #d9f4ff;
}
#volley_list section > div table:nth-of-type(2) tr:first-child {
  background: #ffeaeb;
}
#volley_list section > div table:nth-of-type(2) tr th {
  background: #ffeaeb;
}
@media screen and (max-width: 480px) {
  #volley_list section {
    overflow: auto;
    white-space: nowrap;
  }
  #volley_list section::-webkit-scrollbar {
    height: 15px;
  }
  #volley_list section::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #volley_list section::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #volley_list section table {
    width: 100%;
  }
}

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