@charset "utf-8";

/* ----------↓ LIST ↓---------- */

#main ul, #main li {
  list-style-type: none;
}

#main ul {
  margin-bottom: 4em;
}

#main ul.last {
  margin-bottom: 3em;
}

#main ul li {
  background: url("../image/icon_lkbox.gif") no-repeat 10px 6px;
  padding-left: 2em;
  padding-bottom: 0.5em;
}



/* ----------↓ #SBMT ↓---------- */
/* ----------↓ TABLE ↓---------- */

#sbmt table {
  width: 100%;
  margin-bottom: 1em;
}

#sbmt tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#sbmt th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#sbmt th:last-child {
  border-right: 1px solid #CCCCCC;
}

#sbmt td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#sbmt th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#sbmt td {
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.3em;
  border-top: none;
}

#sbmt td.cp {
  text-align: center;
  background-color: #EEEEEE;
}






/* ----------↓ #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%;
}
