/* import
---------------------------------------- */
@import url("../../shared/css/reset.css");
@import url("../../shared/css/common.css");
/* archive
---------------------------------------- */
#archive p.subtit {
  height: auto;
}

/* schedule
---------------------------------------- */
#schedule {
  background-color: #ecf8fd;
}
#schedule p.notice {
  width: 94%;
  margin: 12px auto 0;
  color: #e80000;
}
#schedule p.caption {
  width: 94%;
  margin: 12px auto 0;
  color: #00c7f9;
  font-weight: bold;
  text-align: center;
}
#schedule article {
  width: 93%;
  margin: 12px auto 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #14b2ed;
  background-color: #fff;
}
#schedule article:nth-of-type(1) {
  margin-top: 15px;
}
#schedule article h3 {
  height: 32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: url("../../img/shared_mark_arw_circle_blue_down.gif") 97% 50% no-repeat, -webkit-linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_down.gif") 97% 50% no-repeat, -moz-linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_down.gif") 97% 50% no-repeat, -ms-linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_down.gif") 97% 50% no-repeat, -o-linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_down.gif") 97% 50% no-repeat, linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_down.gif") no-repeat 97% 50%, -webkit-gradient(linear, center top, center bottom, from(#6ddbff), to(#05c9fa));
  background-color: #00aff0;
  color: #fff;
  text-shadow: 0px 0px 1px #006eb4;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
#schedule article h3.active-sch {
  background: url("../../img/shared_mark_arw_circle_blue_up.gif") 97% 50% no-repeat, -webkit-linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_up.gif") 97% 50% no-repeat, -moz-linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_up.gif") 97% 50% no-repeat, -ms-linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_up.gif") 97% 50% no-repeat, -o-linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_up.gif") 97% 50% no-repeat, linear-gradient(top, #6ddbff 0%, #05c9fa 100%);
  background: url("../../img/shared_mark_arw_circle_blue_up.gif") no-repeat 97% 50%, -webkit-gradient(linear, center top, center bottom, from(#6ddbff), to(#05c9fa));
  background-color: #00aff0;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #14b2ed;
}
#schedule article ul li {
  background: url(../../img/shared_mark_arw_small.gif) 97% 50% no-repeat;
  border-bottom: 1px dotted #d3d3d3;
}
#schedule article ul li:last-child {
  border-bottom: none;
}
#schedule article ul li a {
  display: block;
  padding: 10px 18px 10px 10px;
}
#schedule article ul li a span.done {
  color: #999;
}
#schedule ul.guide {
  margin: 15px auto 0;
}
#schedule ul.guide li {
  border-top: 1px dotted #c5c5c5;
  background: url(../../img/shared_mark_arw_square.gif) 4% 13px no-repeat;
  text-indent: 16px;
}
#schedule ul.guide li:nth-of-type(1) {
  margin-top: 0px;
}
#schedule ul.guide li a {
  display: block;
  padding: 10px 4% 10px 4%;
}
