@charset "utf-8";
/* about_act01_03.css */


/* act01_03_table */
.act01_03_table {
  border-collapse: collapse;
}
.act01_03_table th, .act01_03_table td {
  border: 1px solid #666;
  padding: 4px 10px;
  text-align: left;
  vertical-align: middle !important;
}
.act01_03_table td {
  text-align: center;
}

/* about_act01_03_water用の色指定 */
.act01_03_table.tbl_water th:nth-child(2) {
  background-color: #b7dee8;
}
.act01_03_table.tbl_water td:nth-child(2) {
  background-color: #dbeef4;
}
.act01_03_table.tbl_water th:nth-child(3), .act01_03_table.tbl_water th:nth-child(4), .act01_03_table.tbl_water th:nth-child(5) {
  background-color: #c3d69b;
}
.act01_03_table.tbl_water tr:nth-child(2) td:nth-child(3), .act01_03_table.tbl_water tr:nth-child(2) td:nth-child(4), .act01_03_table.tbl_water tr:nth-child(2) td:nth-child(5), .act01_03_table.tbl_water tr:nth-child(3) td:nth-child(3), .act01_03_table.tbl_water tr:nth-child(4) td:nth-child(3) {
  background-color: #ebf1de;
}
.act01_03_table.tbl_water th:nth-child(6) {
  background-color: #e6b9b8;
}
.act01_03_table.tbl_water tr:nth-child(3) td:nth-child(4), .act01_03_table.tbl_water tr:nth-child(4) td:nth-child(4) {
  background-color: #f2dcdb;
}
.act01_03_table.tbl_water tr:nth-child(2) td:nth-child(6), .act01_03_table.tbl_water tr:nth-child(5) td:nth-child(3), .act01_03_table.tbl_water tr:nth-child(5) td:nth-child(4), .act01_03_table.tbl_water tr:nth-child(5) td:nth-child(5), .act01_03_table.tbl_water tr:nth-child(5) td:nth-child(6) {
  background-color: #bfbfbf;
}
/* 幅 */
.act01_03_table.tbl_water td:nth-child(1) {
  width: 21%;
}
.act01_03_table.tbl_water td:nth-child(2) {
  width: 21%;
}
.act01_03_table.tbl_water td:nth-child(3), .act01_03_table.tbl_water td:nth-child(5) {
  width: 10%;
}
.act01_03_table.tbl_water td:nth-child(4) {
  width: 14%;
}
.act01_03_table.tbl_water td:nth-child(6) {
  width: 24%;
}

/* about_act01_03_sanitation用の色指定 */
.act01_03_table.tbl_sanitation th:nth-child(2) {
  background-color: #c3d69b;
}
.act01_03_table.tbl_sanitation th:nth-child(3) {
  background-color: #fac090;
}
.act01_03_table.tbl_sanitation th:nth-child(4) {
  background-color: #ffff00;
}
.act01_03_table.tbl_sanitation td:nth-child(2) {
  background-color: #d7e4bd;
}
.act01_03_table.tbl_sanitation tr:nth-child(2) td:nth-child(3), .act01_03_table.tbl_sanitation tr:nth-child(3) td:nth-child(3), .act01_03_table.tbl_sanitation tr:nth-child(4) td:nth-child(3) {
  background-color: #fcd5b5;
}
.act01_03_table.tbl_sanitation tr:nth-child(2) td:nth-child(4), .act01_03_table.tbl_sanitation tr:nth-child(3) td:nth-child(4), .act01_03_table.tbl_sanitation tr:nth-child(4) td:nth-child(4) {
  background-color: #fafbd5;
}
.act01_03_table.tbl_sanitation tr:nth-child(5) td:nth-child(3), .act01_03_table.tbl_sanitation tr:nth-child(5) td:nth-child(4) {
  background-color: #bfbfbf;
}
/* 幅 */
.act01_03_table.tbl_sanitation td:nth-child(1) {
  width: 22%;
}
.act01_03_table.tbl_sanitation td:nth-child(2), .act01_03_table.tbl_sanitation td:nth-child(4) {
  width: 21%;
}
.act01_03_table.tbl_sanitation td:nth-child(3) {
  width: 36%;
}

/* blue_frame内リスト */
.blue_frame ul li {
  margin-bottom: 1em !important;
}
.blue_frame ul li:last-child {
  margin-bottom: 0;
}
