@charset "UTF-8";
/* ページコントロール */
/* カレンダー画面のページング */
#cal_page {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
#cal_page span.now_cal {
  font-weight: bold;
  font-size: 1.6em;
  color: slategray;
}
#cal_page img {
  vertical-align: middle;
}

/* カレンダー画面のグループリスト */
.group_container {
  background-color: #FFECDD;
  margin: 20px 0;
}

ul.group_list {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.group_list li {
  width: 20%;
  height: 35px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #ff7400;
}
ul.group_list li.sch_sel {
  background-color: #FFB997;
}
ul.group_list li.sch_sel a {
  color: #333;
}
ul.group_list li a {
  width: auto;
  line-height: 35px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  display: block;
}
ul.group_list li a:hover {
  background: #ffa443;
}

/* */
/* フォントカラー */
.text_red {
  color: red;
}

.text_blue {
  color: blue;
}

/* スケジュール（リスト）*/
#schList_container {
  margin-top: 20px;
}

.schList, .schList_clk {
  width: 100%;
  border: 1px solid #EEE;
}

.schList_inner {
  font-size: 1em;
  margin: 10px;
}

.schList_clk {
  background-color: #E2FEEE;
}

/* 日付 */
.schdule_day, .schdule_holiday, .schdule_sunday, .schdule_saturday {
  display: inline-block;
  width: 70px;
  height: auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px;
  background-color: #DDD;
}

/* 休日名 */
.schdule_holiday_name {
  font-size: 1em;
  margin: 8px;
  color: tomato;
  font-weight: normal;
}

/* 休日 */
.schdule_holiday {
  background-color: #FFE6E7;
}

/* 日曜日 */
.schdule_sunday {
  background-color: #FFE6E7;
}

/* 土曜日 */
.schdule_saturday {
  background-color: #D9E8FF;
}

/*td全体をボタンにする*/
a.widelink {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/*# sourceMappingURL=schedule_line.css.map */
