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