@charset "utf-8";

#homAbout div.cal_wrapper table th {
 padding: 5px;
}

div.cal_wrapper {
  margin: -30px 0 10px;
}
div.cal_wrapper table {
 width: 100%;
 margin-bottom: 5px;
}
div.cal_wrapper table tr.headline,
div.cal_wrapper table td{
  background: #f3f3f3;
}
div.cal_wrapper table.cal tr th {
  background: none;
}
div.cal_wrapper table.cal tr th p {
  /* 当月 */
  float: left;
  margin: 0px;
  color: #333;
  font-weight:normal;
  font-size: 14px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  /* next/prevボタン */
  float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
  /* next.prev btn */
  border:1px solid #549cb0;
  background-color: #549cb0;
  font-size: 10px;
  margin: 0px 1px 5px;
  padding: 1px 5px;
  border-radius: 3px;
  cursor: pointer;
  color:#fff;
}
div.cal_wrapper table.cal tr td{
  /* カレンダーボーダー */
  border: none;
  border-top: 1px solid #aaa;
}

div.cal_wrapper table.cal tr td {
  /* 日付のサイズ */
  font-size: 12px;
  text-align: center;
  padding: 0px;
}

div.cal_wrapper table.cal tr.headline td {
  /* 曜日 */ 
  padding: 5px;
  color: #333;
  border: none;
  border-top: 1px solid #aaa;
}
div.cal_wrapper table.cal tr.headline {
  /* 曜日背景 */
  background: ;
}

div.cal_wrapper table.cal tr td div {
  /* 日付サイズなど */ 
  position: relative;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
div.cal_wrapper table.cal tr td div span {
  /* 休日名など、ポップアップ */
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  display: none;
  width: 180px;
  border: solid 1px #EEE;
  background-color: #FFF;
  text-align: left;
  padding: 3px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666;
}

/* BGcolor FONTcolor etc */

div.cal_wrapper table.cal tr td div.Tue,div.cal_wrapper table.cal tr td div.Thu,
div.cal_wrapper table.cal tr td div.Sat{
  background:#d1ebfc;
  color:#006cd1;
}

div.cal_wrapper table.cal tr td div.Sun,
div.cal_wrapper table.cal tr td div.Holyday{
  background:#ffe9e9;
  color:#dc0000;
}

div.cal_wrapper table.cal tr td div.otherDay{
  background: #BFE8BD ;
  color: #0E971E;
}

div.cal_wrapper table.cal tr td div.weekday{
  background: transparent;
  color: #333;
}

div.cal_wrapper table.cal tr td div.Today{
  font-weight: bold;
  color:#333;
}
div.cal_wrapper table.cal tr td div.backward {
  color: #CCC !important;
  font-weight: normal;
}

div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #AAA;
  color:#fff;
}

.cal-txt {
  font-size: 13px;
}
.cal-off {
 color: #dc0000;
}
.cal-halfOff {
 color: #006cd1;
}
.cal-other {
 color: #0E971E;
}