@charset "UTF-8";

/*------------ コンテンツ ------------*/

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 input.cmd_get {
  width: 80px;
  height: 30px;
  border-radius: 25px;
  color: #ffffff;
  background-color: #1e90ff;
}

section input.cmd_csv {
  width: 120px;
  height: 30px;
  border-radius: 25px;
  background-color: #ffff00;
}

section label.era {
  text-align: left;
  padding: 10px 5px 10px 5px;
  color: blue;
}

section table.era {
  padding: 5px 5px 5px 5px;
}

section table thead.era {
  background: #f5f5f5;
  vertical-align: middle;
}

section table tbody.era {
  vertical-align: middle;
}

section label.sixday {
  text-align: left;
  padding: 10px 5px 10px 5px;
  color: blue;
}

section table.sixday {
  padding: 5px 5px 5px 5px;
}

section table thead.sixday {
  background: #f5f5f5;
  vertical-align: middle;
}

section table tbody.sixday {
  vertical-align: middle;
}

section label.holiday {
  text-align: left;
  padding: 10px 5px 10px 5px;
  color: blue;
}

section table.holiday {
  padding: 5px 5px 5px 5px;
}

section table thead.holiday {
  background: #f5f5f5;
  vertical-align: middle;
}

section table tbody.holiday {
  vertical-align: middle;
}

section label.solarterm {
  text-align: left;
  padding: 10px 5px 10px 5px;
  color: blue;
}

section table.solarterm {
  padding: 5px 5px 5px 5px;
}

section table thead.solarterm {
  background: #f5f5f5;
  vertical-align: middle;
}

section table tbody.solarterm {
  vertical-align: middle;
}

section td.key {
  text-align: center;
}

section td.year {
  text-align: center;
}

section td.month {
  text-align: center;
}

section td.day {
  text-align: center;
}

section td.lname {
  text-align: left;
}

section td.cname {
  text-align: center;
}

section td.kubun {
  text-align: center;
}

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;
}
