@charset "utf-8";

/* ---------------------------------------- 今月の予定 */
#schedule-header {}
#schedule-menu-box {
  margin: 15px 0;
}
#schedule-menu {
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#schedule-menu a:link { color: #11c; }
#schedule-menu a:visited { color: #11c; }
#schedule-menu a:hover { color: #f22; text-decoration: none; }


#schedule-menu .menu-on {
  float: left;
  width: 104px;
  height: 24px;
  margin-right: 5px;
  background-image: url("../images/members/schedule/button-bg_on.png");
  background-repeat: none;
  text-align: center;
}
#schedule-menu .menu-off {
  float: left;
  width: 104px;
  height: 24px;
  margin-right: 5px;
  background-image: url("../images/members/schedule/button-bg.png");
  background-repeat: none;
  text-align: center;
}
#schedule-title-box { margin: 20px 0; }
#schedule-title {
  color: #00693e;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
}
#schedule-container .day-box {
  border-bottom: 1px dashed #999;
  padding-bottom: 4px;
  margin-top: 4px;
}
#schedule-container .day {
  color: #00693e;
  font-size: 14px;
  font-weight: bold;
  width: 50px;
  float: left;
  text-align: right;
}
#schedule-container .day img { margin-top: 2px; }
#schedule-container .item-container {
  padding-left: 10px;
  width: 506px;
  float: left;
}
#schedule-container .item {
  margin-bottom: 3px;
  border-bottom: 1px dashed #bbb;
}
#schedule-container .item-holiday {}
#schedule-container .title {
  color: #00693e;
  font-size: 12px;
  font-weight: bold;
}
#schedule-container .summary {
  padding-left: 12px;
  font-size: 12px;
  color: #333;
}
#schedule-container .holiday {
  color: #e22;
  font-weight: bold;
}
#schedule-container .empty-day {}



