/* SiteTable --------------------------------------------------------------- */



#siteTable .st_today {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.2em;
}

#siteTable .st_note {
  display: none;
}

#siteTable > div {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}

#siteTable table {
  min-width: 640px;
  margin: 0;
  table-layout: fixed;
  border: 0;
  border-bottom: 2px solid #f5639b;
  background: #fff;
}

#siteTable tr:nth-child(odd) {
  background: #f5f5f5;
}

#siteTable tr td,
#siteTable tr th {
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  white-space: normal;
}

#siteTable tr td:first-child,
#siteTable tr th:first-child {
  border-left: none;
}

/* TH */
#siteTable tr th {
  padding: 1em 8px 1em 0;
  color: #fff;
  font-weight: 400;
  border-left: 1px dotted #fff;
  background: #f5639b;
  box-sizing: border-box;
}
#siteTable tr th.tablesorter-headerUnSorted {
  background-image: url(https://nurse-labo.com/wp-content/themes/af4-child/images/black-unsorted.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
}
#siteTable tr th.tablesorter-headerAsc {
  background-image: url(https://nurse-labo.com/wp-content/themes/af4-child/images/black-asc.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
}
#siteTable tr th.tablesorter-headerDesc {
  background-image: url(https://nurse-labo.com/wp-content/themes/af4-child/images/black-desc.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
}

#siteTable tr th:first-child {
  width: 150px;
  background-image: none;
  padding: 1em 0;
}
#siteTable tr th:nth-child(2) {
  width: 86px;
}
#siteTable tr th:nth-child(2) {
  width: 100px;
}

/* TD */

#siteTable tr td {
  padding: 10px 5px;
  line-height: 1.5;
  border-left: 1px dotted #f5639b;
}

#siteTable tr td:first-child {
  background-color: #fff7fb;
}

#siteTable tr:nth-child(odd) td:first-child {
  background-color: #ffe6f2;
}

#siteTable tr td:first-child > a {
  font-size: 17px;
  font-weight: 700;
  color: #2432ff !important;
}

#siteTable tr td > span {
  display: block;
  color: #fc6621;
  font-size: 20px;
  font-weight: 700;
}

#siteTable tr td i {
  margin: -15px;
  padding: 15px;
  color: #ffb400;
  font-size: 16px;
}

#siteTable tr td:last-child > a {
  display: block;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  background: #18a318;
  border-radius: 5px;
  box-shadow: 0 2px 0 #076607;
  position: relative;
  overflow: hidden;
}

#siteTable td:last-child > a::after {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(40deg);
  animation: reflection 5s ease-in-out infinite;
  -webkit-transform: rotate(40deg);
  -webkit-animation: reflection 5s ease-in-out infinite;
}

#siteTable tr td:last-child > a:hover {
  box-shadow: 0 1px 0 #f90;
  top: 1px;
}

@media (max-width: 599px) {
  #siteTable .st_today {
    margin-bottom: 0.6em;
  }
  #siteTable .st_note {
    display: block;
    font-size: 14px;
    margin-bottom: 0.2em;
  }
  #siteTable .st_note span {
    text-decoration: none;
    background-color: #ff9;
  }
  #siteTable .st_note + p {
    display: none;
  }
}
