@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .mid {
  margin-bottom: 2em;
}
#main .spindnt1 {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}


/* ----------↓ LIST ↓---------- */

#main ul li {
  margin-left: 23px;
}


/* ----------↓ #PRICE ↓---------- */

/* ----------↓ TABLE ↓---------- */
#price table {
  width: 100%;
  margin-bottom: 1em;
}

#price tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#price th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#price th:last-child {
  border-right: 1px solid #CCCCCC;
}

#price td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}


#price th, #price td {
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.3em;
}

#price th {
  border-top: none;
  background-color: #425695;
  white-space: nowrap;
  text-align:center;
  width: 10%;
  color: #FFFFFF;
}


#price td.cp {
  background-color: #EEEEEE;
}

#price td:last-child {
  width: 20%;
}


/* ----------↓ #CONTACT ↓---------- */

/* ----------↓ TABLE ↓---------- */
#contact table {
  width: 100%;
  margin-bottom: 4em;
}

#contact table tr {
  border-top: 1px solid #CCCCCC;
}

#contact table tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#contact table th, table td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#contact table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}

