div.cal_wrapper {
  padding: 0px;
  margin:5px auto;
  height:auto;
  max-width: 400px;
  border-radius: 5px;
  text-align:center;
}

div.schedule_wrapper {
  padding: 5px;
  margin:10px auto 0px;
  width: 300px;
  border: solid 1px #CCC;
  border-radius: 5px;
  height:auto;
  text-align:left;
}

div.schedule_wrapper #c_title{
  padding: 5px 10px;
  font-weight: normal;
  margin: 0px;
  font-size: 12px;
  color: #666;
}

div.schedule_wrapper #c_title table.cal tr td span {
  position: relative;
  padding: 6px;
  background-color: #ffd28b;
  border-radius: 3px;
}

div.schedule_wrapper #c_title table.cal tr td span.today {
  position: relative;
  padding: 6px;
  background-color: #E7E7E7;
  border-radius: 16px;
}
div.schedule_wrapper #c_title table.cal tr td span.Comment {
  position: relative;
  padding: 6px;
  background-color: #f9f9f9;
  border-radius: 3px;
  text-decoration: underline;
}

div.schedule_wrapper div.schedule_list {
  padding: 0px 10px;
  margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
  padding: 0px;
  margin: 5px auto;
  border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
  padding: 15px 10px 0px 0px;
  margin: 0px 0px 0px 40px;
  font-size: 12px;
  line-height: 1.5em;

}
div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}

div.cal_wrapper table.cal tr th p {
  float: left;
  padding: 5px;
  margin:0 0 10px;/**/
  color: #666;
  font-size: 15px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #CCC;
  background-color: #FFF;
  font-size: 12px;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
  /* border-top: solid 1px #EEE; */
}
div.cal_wrapper table.cal tr td {
  width: 55px;
  font-size: 15px;
  text-align: center;
  padding: 5px 3px;
}
div.cal_wrapper table.cal tr.headline td {
  padding: 8px 3px;
  color: #666;
  margin: 3px;
}
div.cal_wrapper table.cal tr.headline {
  background-color: #eadebe;
}
div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 7px 10px;/*ﾂ縦窶ｰﾂ｡窶卍ｲﾂ青ｮ*/
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
  width: 180px;
  border: solid 1px #EEE;
  background-color: #FFF;
  text-align: left;
  padding: 5px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666;
}



/*- コメント -*/

div.cal_wrapper table.cal tr td div.Sat {
  color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
  color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
  background-color: #E7E7E7;
  border-radius: 16px;
}
div.cal_wrapper table.cal tr td div.Deli {
  background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Close {
  background-color: #ffd28b;
  font-weight: bolder;

}
div.cal_wrapper table.cal tr td div.Comment {
  text-decoration: underline;
}
div.cal_wrapper table.cal tr td div.Holiday {
  color: #F00;
}
div.cal_wrapper table.cal tr td div.Birthday {
  font-weight: bolder;
  background-color: #EEF;
  color: #090;
  border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
  color: #848484;
  font-weight: normal;
  border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #EEE;
}
