@charset "utf-8";


/* ----------↓ TABLE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 4em;
}

#main table tr {
  border-top: 1px solid #CCCCCC;
}

#main table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#main table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#main table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}