@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}


/* ----------↓ LIST ↓---------- */
#main ul {
  list-style-type: none;
}

#main ul li {
  margin-bottom: 5px;
}

#main ul li.sb {
  display: block;
  padding-left: 1em;
  font-size: 90%;
}


/* ----------↓ TABLE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 4em;
}

#main tr:first-child {
  border-top: 1px solid #CCCCCC;
}

#main th, #main td {
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.3em;
}

#main th {
  border: 1px solid #CCCCCC;
  border-top: none;
  background-color: #EEEEEE;
  white-space: nowrap;
  text-align:center;
  width: 1%;
  font-weight: bold;
  font-size: 130%;
  color: #666666;
}

#main td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

#main td.map {
  width: 40%;
  text-align:center;
}

#main td.map img {

  text-align:center;
}

#main td:last-child {
  width: 20%;
}

