@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .red {
  color: #DD0000;
}

#main .mgn-B00 { margin-bottom: 0 !important; }
#main .mgn-B10 { margin-bottom: 10px !important; }
#main .mgn-B15 { margin-bottom: 15px !important; }
#main .mgn-B20 { margin-bottom: 20px !important; }
#main .mgn-B30 { margin-bottom: 30px !important; }
#main .mgn-B40 { margin-bottom: 40px !important; }
#main .mgn-B50 { margin-bottom: 50px !important; }


/* ----------↓ TABLE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 1em;
}

#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 tr.sub th, table tr.sub td {
  border-top: 1px solid #FFFFFF;
  line-height: 1.3em;
  
}

#main table tr.sub th:before {
  content: "・";
}

#main table tr.sum th, table tr.sum td {
  border-top: 1px solid #FFFFFF;
  line-height: 0.5em;
}

#main table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}

/* ----------↓ DIV ↓---------- */
#main div.notice {
  border: 1px solid #EE0000;
  color: #EE0000;
  font-size: 120%;
  padding: 15px;
  margin-bottom: 2em;
}

#main div.notice p {
    margin-bottom: 0;
}

/* ----------↓ #COST ↓---------- */

/* ----------↓ TABLE ↓---------- */

#cost table th {
  white-space: break-spaces;
}

#cost table td{
  width: 15%;
}

