@charset "UTF-8";
/* CSS Document */


div.cal_wrapper {
    padding: 0;
	width:230px;
}
table.cal {
    width: 100%;
	background-color:#FFF;
}
#cal0 {
    padding-top: 0;
	float:left;
}
#cal1 {
    padding-top: 0;
	float:right;
}
div.schedule_wrapper {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #666;
    padding: 10px 0;
    width: 310px;
}
div.schedule_wrapper h3 {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
}
div.schedule_wrapper div.schedule_list {
    margin: 0;
    padding: 0 10px;
}
div.schedule_wrapper div.schedule_list ol {
    border-top: 1px solid #ccc;
    margin: 5px auto;
    padding: 0;
}
div.schedule_wrapper div.schedule_list ol li {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0 0 0 30px;
    padding: 5px 10px 0 0;
}
div.schedule_wrapper div.schedule_list ol li:hover {
    text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
    color: #666;
    /* float: left; */
    font-size: 13px;
	font-weight:bold;
    margin: 0;
    padding: 5px;
   
}

div.cal_wrapper table.cal  th  {
   background-color: #FFF;
   
}

div.cal_wrapper table.cal tr th div.cal_ui {
    float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 1px;
    padding: 1px 5px;
}
div.cal_wrapper table.cal tr td {
    border-top: 1px solid #c0c0c0;
	color:#222222;
}
div.cal_wrapper table.cal tr td {
    font-size: 9px;
    padding: 2px 7px;
    text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
    color: #222222;
    padding: 2px 0;
}
div.cal_wrapper table.cal tr.headline {
    background-color: #DDDDDD;
}
div.cal_wrapper table.cal tr td div {
    background-color: #fff;
    border-radius: 3px;
    font-size: 9px;
    position: relative;
    text-align: center;
}
div.cal_wrapper table.cal tr td div span {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px #666;
    color: #000;
    display: none;
    font-weight: normal;
    right: 0;
    line-height: 1.5em;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: 180px;
    z-index: 10;
}
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 {
    border: thin solid #963;
    font-weight: bolder;
    padding: 3px;
}
div.cal_wrapper table.cal tr td div.Deli {
    background-color: #fc8103;
}
div.cal_wrapper table.cal tr td div.Holyday {
    color: #f00;
    font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.off {
    background-color: #CCC;
    color: #FFF;
}
div.cal_wrapper table.cal tr td div.off_non{
    background-color: #fff !important;
    color: #000 !important;
}
div.cal_wrapper table.cal tr td div.rinjioff {
    background-color: #e50505;
    border-radius: 30px;
    color: #666;
    font-weight: bolder;
    text-shadow: none;
}
div.cal_wrapper table.cal tr td div.event {
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    font-weight: bolder;
    text-shadow: none;
}
div.cal_wrapper table.cal tr td div.backward {
    background-color: #fff;
    border-radius: 3px;
    color: #ccc;
    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: #eee;
}
.dayoff, .eventday, .kyuugyoubi {
    display: inline-block;
    height: 12px;
    list-style-type: none;
    margin-left: 12px;
    margin-right: 8px;
    width: 12px;
}
div.cal_wrapper table.cal tr td div.back {
    color: #ccc;
}
.dayoff {
    background-color: #e1fffc;
    color: #ccc;
}
.eventday {
    background-color: #3cf;
    border-radius: 25px;
    color: #fff;
}
.kyuugyoubi {
    background-color: #ffe298;
}
#caltext p {
    font-size: 0.8em;
    margin-bottom: 0;
    margin-top: 5px;

    text-align: center;
}
#caltext ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#caltext ul li {
    display: inline;
    font-size: 0.7em;
    list-style-type: none;
}
.abouttiekyubi {
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: center;
}
.abouttiekyubi a {
    color: #00b7f3;
    font: 0.8em "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}