@charset "utf-8";

/* ----------↓ TABLE ↓---------- */

#main table {
  width: 100%;
  margin-bottom: 1em;
}

#main table.mgn1 {
  margin-bottom: 1em;
}

#main table.mgn2 {
  margin-bottom: 2em;
}

#main table.last {
  margin-bottom: 4em;
}

#main table tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main table th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main table th:last-child {
  border-right: 1px solid #CCCCCC;
}

#main table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main table tr:nth-child(even) {
  background-color: #FFFFFF;
}

#main table tr:nth-child(odd) {
  background-color: #F9F5EA;
}

#main table th {
  background-color: #A1AFDD;
  padding: 5px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#main table td {
  text-align: left;
  vertical-align: middle;
  padding: 7px 5px 5px 5px;
  line-height: 1.4em;
}

#main table td.cp {
  background-color: #EEEEEE;
}

#main table td.cntr {
  text-align: center;
}