@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */

td[data-date="2022/12/28"] span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px auto 0 auto;
  border: 3px solid #9cdaf7;
  border-radius: 10px;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
}

/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px) {
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px) {
}
/*===========================sp END====================================== */
