@charset "utf-8";

/*
** Description: 柏木クリニック｜医療法人社団ぶなの森
** Table - CSS
** ================================================== */

/* Navigation
======================================== */
table {
  border-collapse: collapse;
  font-size: clamp(16px, 4vw, var(--size-m));
  width: 100%;
  line-height: 1.4;
}
table tr th, table tr td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 3px;
}
table caption {
  caption-side: bottom;
  text-align: right;
  margin-top: var(--size-m);
}

#timeTable tbody td {
  color: var(--color_green);
}
#timeTable .sun {
  color: var(--color_red);
}
#timeTable .half {
  color: var(--color_orange);
}