@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .bld {
  font-weight: bold;
}

#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; }


/* ----------↓ #SCHEDULE ↓---------- */

/* ----------↓ TABLE ↓---------- */
#allocation table {
  width: 100%;
  margin-bottom: 2em;
}

#allocation th:first-child {
  width: 4%;
}

#allocation tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#allocation th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#allocation th:last-child {
  border-right: 1px solid #CCCCCC;
}

#allocation td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#allocation th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
  width: 16%;
}

#allocation td.cp {
  background-color: #EEEEEE;
}

#allocation td.am {
  background-color: #FFF7E9;
}

#allocation td {
  text-align: center;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.3em;
}

#allocation td ul {
  list-style-type: none;
}

#allocation td ul li {
  font-size: 85%;
  color: #ff4500;
}


