@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .red {
  color: #DD0000;
}

#main .undr {
  text-decoration: underline;
}

#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; }

#main .spindnt2 {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
}


/* ----------↓ LIST ↓---------- */
#main ul {
  margin-bottom: 2em;
}

#main ul.dec {
  list-style-type: decimal;
}

#main ul.dec li {
  margin-bottom: 1em;
}

#main ul li {
  margin-left: 23px;
}

/* ----------↓ TABLE ↓---------- */
/* ----------↓ COL2 ↓---------- */
#main table.col2 {
  width: 100%;
  margin-bottom: 1em;
}

#main table.col2 tr {
  border-top: 1px solid #CCCCCC;
}

#main table.col2 tr:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#main table.col2 th, table.col2 td {
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#main table.col2 th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
}

/* ----------↓ COURSE ↓---------- */
#main table.course {
  width: 100%;
}

#main table.course th:first-child {
  width: 50%;
}

#main table.course tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#main table.course th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#main table.course th:last-child {
  border-right: 1px solid #CCCCCC;
}

#main table.course td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#main table.course th {
  background-color: #A1AFDD;
  padding: 7px;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
  width: 16%;
}

#main table.course td:first-child {
  text-align: left;
  background-color: #EEEEEE;
}

#main table.course td {
  font-size: large;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
  line-height: 1.3em;
}

/* ----------↓ DIV ↓---------- */
#main div.notice {
  border: 1px solid #EE0000;
  color: #EE0000;
  font-size: 120%;
  padding: 15px;
  margin-bottom: 2em;
}

#main div.notice p {
    margin-bottom: 0;
}

