div.cal_wrapper {
    padding: 10px;
    background: #fff;
    width: 200px;
}
div.schedule_wrapper {
    padding: 10px 0px;
    border: solid 1px #CCC;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #999;
}
div.schedule_wrapper h3 {
    padding: 0px 10px;
    font-weight: normal;
    margin: 0px;
    font-size: 12px;
    color: #666;
}
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: 5px 10px 0px 0px;
    margin: 0px 0px 0px 30px;
    font-size: 12px;
    line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
    text-decoration: underline;
}
div.cal_wrapper table {
    width: 200px;
    background: #fff;
}
div.cal_wrapper table.cal tr th p.month {
    float: left;
    width: 65%;
    text-align: center;
}
div.cal_wrapper table.cal tr th input {
    float: left;
    border: none;
    text-align: center;
    color: #FFF;
    background: #cccccc right bottom / 20px auto no-repeat !important;
    width: 5%;
}
div.cal_wrapper table.cal tr th p {
    float: left;
    padding: 2px;
    margin: 0px;
    color: #666;
    font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
}
div.cal_wrapper table.cal tr th div.cal_ui input {
    font-size: 12px;
    margin: 0px 1px;
    padding: 1px 5px;
    border-radius: 3px;
    cursor: pointer;
}
div.cal_wrapper table.cal tr td {
}
div.cal_wrapper table.cal tr td {
    font-size: 90%;
    text-align: center;
    color: #444;
}
div.cal_wrapper table.cal tr.headline td {
    border: none;
    padding: 10px 0 2px 0;
}
div.cal_wrapper table.cal tr.headline {
}
div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 4px 0;
    font-size: 10px;
    text-align: center;
    background-color: #FFF;
    border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 180px;
    border: solid 1px #EEE;
    background-color: #FFF;
    text-align: left;
    padding: 5px;
    z-index: 10;
    font-weight: normal;
    line-height: 1.5em;
    box-shadow: 1px 1px 3px #999;
}
/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
    color: #de0000;
    font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Sun {
    color: #de0000;
    font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Today {
    font-weight: bolder;
    border: #009be5 1px solid;
    box-sizing: border-box;
}
div.cal_wrapper table.cal tr td div.Deli {
    background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
    color: #de0000 !important;
    font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.backward {
    color: #CCC;
    font-weight: normal;
    background-color: #FFF;
    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;
}
.ico_cap01 {
    color: #009be5 !important;
}
.ico_cap02 {
    color: #de0000 !important;
}
.ico_cap03 {
    color: #f7a400 !important;
    font-size: 120%;
    margin: 0 2px 0 0 !important;
    vertical-align: middle;
}
.ccolor1 {
    color: #de0000 !important;
}
.ccolor2 {
    color: #f7a400 !important;
}
.cap {
    font-size: 80%;
    background: #fff;
    width: 200px;
    color: #444;
    padding: 10px;
    border-top: 1px dashed #ccc;
    margin-bottom: 20px;
}
.cap ul {
    margin: 3px 0 0;
}
.cap li {
    display: inline-block;
    line-height: 140%;
    overflow: hidden;
}
.cap li span {
    margin: 0 10px 0 0;
}
.cap .ico_cap01 {
    font-size: 120%;
    vertical-align: middle;
    margin: 0 2px 0 0;
}
.cap .ico_cap02 {
    font-size: 120%;
    vertical-align: middle;
    margin: 0 2px 0 0;
}
.cap .cap-info {
    line-height: 140%;
    padding: 10px 0 0;
    color: #626262;
}
