@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; }


/* ----------↓ IMG ↓---------- */
#main a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}


/* ----------↓ LIST ↓---------- */
#main ul {
  margin-bottom: 2em;
}

#main ul li {
  margin-left: 23px;
}


/* ----------↓ TABLE ↓---------- */
/* ----------↓ COURSE ↓---------- */
#main table {
  width: 100%;
  margin-bottom: 4em;
}

#main th:first-child {
  width: 20%;
}

#main th:last-child {
  width: 8em;
}

#main tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main th:last-child {
  border-right: 1px solid #CCCCCC;
}

#main td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main th {
  background-color: #A1AFDD;
  padding: 7px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#main td.fst {
  background-color: #EEEEEE;
  text-align: center;
}

#main td:last-child {
  text-align: center;
}

#main td {
  vertical-align: middle;
  padding: 7px;
  line-height: 1.3em;
}

#main td img {
  vertical-align: middle;
}

