@charset "utf-8";


/* ----------↓ #MAIN ↓---------- */

/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .bld {
  font-weight: bold;
}

#main td.nowrap {
  white-space: nowrap;
}

#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 .mgn-B1em { margin-bottom: 1em !important; }
#main .mgn-B2em { margin-bottom: 2em !important; }


/* ----------↓ LIST ↓---------- */
#main ul li span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}


/* ----------↓ #ANC-DATE ↓---------- */
#anc-date {
  padding-top: 1em;
  margin-bottom: 4em;
}

#anc-date h3 {
  color: #888888;
}

#anc-date ul, #anc-date li {
  list-style-type: none;
}

#anc-date ul {
  margin-bottom: 1em;
}

#anc-date ul:after {
  content: "";
  clear: both;
  display: block;
}

#anc-date ul li {
  margin-bottom: 0.3em;
  float: left;
  width: 28%;
}

#anc-date ul li.w50 {
  width: 60.5%;
}

#anc-date ul li:last-child {
  margin-bottom: 1em;
}

#anc-date ul li a {
  padding-left: 18px;
  background: url("../image/arw_anchor.gif") no-repeat left 2px;
}

#anc-date ul li a:hover {
  background: url("../image/arw_anchor-on.gif") no-repeat left 2px;
}


/* ----------↓ #SCHEDULE ↓---------- */
#schedule {
  margin-bottom: 4em;
}

/* ----------↓ TABLE ↓---------- */
#schedule table {
  width: 100%;
  margin-bottom: 0.5em;
}

#schedule tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#schedule th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
}

#schedule th:last-child {
  border-right: 1px solid #CCCCCC;
}

#schedule td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#schedule th:first-child {
  width: 20%;
}

#schedule th {
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
}

#schedule td:first-child {
  text-align: center;
  padding: 8px 8px 8px 15px;
  background-color: #EEEEEE;
}

#schedule td {
  text-align: center;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.3em;
  border-top: none;
}

#schedule td.circle {
  background: url("../image/icon_circle.gif") no-repeat 50% center;
}

#schedule td.cross {
  background: url("../image/icon_cross.gif") no-repeat 50% center;
}

#schedule td.check {
  background: url("../image/icon_check.gif") no-repeat 50% center;
}

#schedule td.check_sp {
  background: url("../image/icon_check_sp.gif") no-repeat 50% center;
}

#schedule td.tri {
  background: url("../image/icon_tri.gif") no-repeat 50% center;
}

#schedule td.attention {
  background: url("../image/icon_attention.gif") no-repeat 50% center;
}

#schedule td.check_dbl {
  background: url("../image/icon_check_dbl.gif") no-repeat 50% center;
}

#schedule td.check_stm {
  background: url("../image/icon_check_cln.gif") no-repeat 50% center;
}


/* ----------↓ LIST ↓---------- */
#main ul, #main ol {
  margin-bottom: 2em;
}

#main ul li, #main ol li {
  margin-left: 30px;
}


/* ----------↓ #SCHEDULE ↓---------- */
#schedule ul li {
  list-style-type: none;
  text-indent: 18px;
  margin-left: 10px;
}

#schedule ul li.dbl {
  text-indent: 30px;
}

#schedule ul li.circle {
  background: url("../image/icon_circle.gif") left 3px no-repeat;
}

#schedule ul li.cross {
  background: url("../image/icon_cross.gif") left 3px no-repeat;
}

#schedule ul li.check {
  background: url("../image/icon_check.gif") left 3px no-repeat;
}

#schedule ul li.check_sp {
  background: url("../image/icon_check_sp.gif") left 3px no-repeat;
}

#schedule ul li.tri {
  background: url("../image/icon_tri.gif") left 3px no-repeat;
}

#schedule ul li.attention {
  background: url("../image/icon_attention.gif") left 3px no-repeat;
}

#schedule ul li.check_dbl {
  background: url("../image/icon_check_dbl.gif") left 3px no-repeat;
}

#schedule ul li.check_stm {
  background: url("../image/icon_check_cln.gif") no-repeat 50% center;
}


/* ----------↓ DL/DT/DD ↓---------- */
#schedule dl, dt, dd {
  box-sizing: border-box;
}

#schedule dl {
  border-bottom: 1px solid #CCCCCC;
}

#schedule dt, dd {
  border-top: 1px solid #CCCCCC;
  line-height: 1.3em;
  vertical-align: middle;
  padding: 13px;
}

#schedule dd {
  padding-left: 50px;
}

#schedule dt {
  white-space: nowrap;
  font-weight: normal;
  background-color: #F6F6F6;
  punctuation-trim: adjacent;
  text-align: left;
  width: 30%;
  float: left;
}

/* ----------↓ #TIME ↓---------- */

/* ----------↓ TABLE ↓---------- */
#time table {
  width: 100%;
}

#time tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#time th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #FFFFFF;
  background-color: #A1AFDD;
  padding: 8px 0;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
  width: 15%;
}

#time th:last-child {
  border-right: 1px solid #CCCCCC;
}

#time td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 10px;
}

#time td.title {
  background-color: #F9F5EA;
  text-align: center;
  width: 15%;
}