@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.salestaxrate {
  text-align: left;
  padding: 10px 5px 10px 5px;
  color: blue;
}

section table.salestaxrate {
  padding: 5px 5px 5px 5px;
}

section table thead.salestaxrate {
  background: #f5f5f5;
  vertical-align: middle;
}

section table tbody.salestaxrate {
  vertical-align: middle;
}

section label.taxatw {
  text-align: left;
  padding: 10px 5px 10px 5px;
  color: blue;
}

section table.taxatw {
  padding: 5px 5px 5px 5px;
}

section table thead.taxatw {
  background: #f5f5f5;
  vertical-align: middle;
}

section table tbody.taxatw {
  vertical-align: middle;
}

section label.taxeip {
  text-align: left;
  padding: 10px 5px 10px 5px;
  color: blue;
}

section table.taxeip {
  padding: 5px 5px 5px 5px;
}

section table thead.taxeip {
  background: #f5f5f5;
  vertical-align: middle;
}

section table tbody.taxeip {
  vertical-align: middle;
}

section td.year {
  text-align: center;
}

section td.month {
  text-align: center;
}

section td.day {
  text-align: center;
}

section td.taxrate {
  text-align: right;
}

section td.abatement {
  text-align: right;
}

section td.amount {
  text-align: right;
}

section td.types {
  text-align: left;
}

section td.ratio {
  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;
}
