@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */

#main .cntr {
  text-align: center;
}

#main .flft {
  float: left;
}

#main .frgt {
  float: right;
}

/* ----------↓ H5 ↓---------- */
#main h5.mb {
  margin-bottom: 1em;
}


/* ----------↓ DIV ↓---------- */
#main div.w70p {
  width: 90%;
}

#main div.mgna {
  margin: auto;
}

/* ----------↓ #OVERVIEW ↓---------- */

/* ----------↓ TABLE ↓---------- */
#overview table {
  width: 100%;
  margin-bottom: 1em;
}

#overview table tr {
  border-top: 1px solid #CCCCCC;
}

#overview table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#overview table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#overview table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 20%;
}

