@charset "UTF-8";

/*------------ コンテンツ ------------*/

section table.condition {
  width: stretch;
  margin: 10px 10px 10px 10px;
}

section select {
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section select:focus {
  box-shadow: 0 0 5px 0 blue;
  outline: 0;
  border-radius: 3px;
}

section select.year {
  width: 60px;
  height: 25px;
}

section select.month {
  width: 40px;
  height: 25px;
}

section input.cmd_show {
  width: 80px;
  height: 25px;
  border-radius: 25px;
  color: #ffffff;
  background-color: #1e90ff;
}

section input.cmd_today {
  width: 80px;
  height: 25px;
  border-radius: 25px;
  background-color: #ffff00;
}

section table.calendar {
  width: stretch;
  table-layout: fixed;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin: 5px 5px 5px 5px;
}

section caption.calendar {
  caption-side: top;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

section table thead th.otherday {
  background: linear-gradient(to bottom, #e6e6fa, #fff);
  font-size: 16px;
  border-bottom: 3px single;
  top: 0;
  left: 0;
}

section table thead th.sunday {
  background: #ff0000;
  color: white;
  font-size: 16px;
  border-bottom: 3px single;
  top: 0;
  left: 0;
}

section table thead th.saturday {
  background: #0000ff;
  color: white;
  font-size: 16px;
  border-bottom: 3px single;
  top: 0;
  left: 0;
}

section table tbody.calendar {
  vertical-align: top;
}

section td.otherday {
  vertical-align: top;
  text-align: center;
}

section td.sunday {
  background: #fff0f5;
  vertical-align: top;
  text-align: center;
}

section td.saturday {
  background: #e0ffff;
  vertical-align: top;
  text-align: center;
}

section td.today {
  background: #ffff00;
  vertical-align: top;
  text-align: center;
}

section label.otherday {
  color: black;
  font-weight: bold;
  font-size: 24px;
}

section label.sunday {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

section label.saturday {
  color: blue;
  font-weight: bold;
  font-size: 24px;
}

section label.today {
  color: black;
  font-weight: bold;
  font-size: 24px;
}

section label.holiday {
  color: red;
  font-weight: bold;
  font-size: 16px;
}

section label.solarterm {
  background: #adff2f;
  float: right;
  font-weight: bold;
  font-size: 14px;
}

section label.cnt_weekday {
  color: black;
  font-size: 18px;
}

section label.cnt_holiday {
  color: red;
  font-size: 18px;
}

section p.operation {
  margin: 10px 10px 10px 10px;
}

section table.operation {
  margin: 10px 10px 10px 10px;
}

section table thead th.control {
  width: 160px;
  font-size: 16px;
  border-bottom: 3px single;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
}

section table thead th.explain {
  width: 320px;
  font-size: 16px;
  border-bottom: 3px single;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
}
