@charset "utf-8";

/* ----------↓ SPAN ↓---------- */
span.red {
  color: #DD0000;
}

span.blue {
  color: #0000DD;
}





/* ----------↓ LIST ↓---------- */
#main ul {
  margin-bottom: 2em;
}

#main ul.last {
  margin-bottom: 4em !important;
}

#main ul li {
  margin-left: 23px;
  margin-bottom: 0.3em;
}




#main ul.lnk, #main ul.lnk li {
  list-style-type: none;
}

#main ul.lnk {
  margin-bottom: 2em;
}

#main ul.lnk li {
  background: url("../image/icon_lkbox.gif") no-repeat 10px 6px;
  margin-left: 0;
  padding-left: 2em;
  padding-bottom: 0.5em;
}


/* ----------↓ DL ↓---------- */
#main dl {
  width: 100%;
}

#main dt {
  float: left;
  clear: left;
  width: 60px;
}

#main dd {
  float: left;
  width: 615px;
  margin-bottom: 1em;
}

#main dd.mgn2 {
  margin-bottom: 2em;
}

#main dd.last {
  margin-bottom: 4em;
}

/* ----------↓ TABLE.contact ↓---------- */
#main table.contact {
  width: 100%;
  margin-bottom: 2em;
}

#main table.contact tr {
  border-top: 1px solid #CCCCCC;
  border-left: none;
}

#main table.contact tr:last-child, #main table.contact td {
  border-bottom: 1px solid #CCCCCC;
  border-right: none;
}

#main table.contact th, #main table.contact td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#main table.contact th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
  color: #303030;
}
