div.cal_wrapper {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #efefef;
    border-radius: 3px
}

div.schedule_wrapper {
    padding: 10px 0px;
    border: solid 1px #CCC;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #666;
    box-shadow: 1px 1px 3px #666;
}

div.schedule_wrapper h3 {
    padding: 0px 10px;
    font-weight: normal;
    margin: 0px;
    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;
    line-height: 1.5em;
}

div.schedule_wrapper div.schedule_list ol li:hover {
    text-decoration: underline;
}

div.cal_wrapper table.cal tr th p {
    display: block;
    padding: 1em;
    font-size: 2rem;
    color: #666;
}

div.cal_wrapper table.cal tr th {
    position: relative;
}

div.cal_wrapper table.cal tr th div.cal_ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

div.cal_wrapper table.cal tr th div.cal_ui input {
    border-radius: 3px;
    padding: 1em;
    cursor: pointer;
}

div.cal_wrapper table.cal tr th div.cal_ui input:hover {
    opacity: .8;
}

div.cal_wrapper table.cal tr td {
    /*    border-top: solid 1px #EEE;*/
}

div.cal_wrapper table.cal tr td {
    text-align: center;
    padding: 2px
}

div.cal_wrapper table.cal tr.headline td {
    padding: .5em 0px;
    font-size: 80%;
    color: #666;
}

div.cal_wrapper table.cal tr.headline {
    background-color: #fff;
}

div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: .5em 0;
    text-align: center;
    background-color: #FFF;
    border-radius: 3px;
    margin: .1em 0;
}

div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: calc(100% + .25em);
    left: -25%;
    margin: auto;
    white-space: nowrap;
    border: solid 1px #efefef;
    background-color: #fff;
    z-index: 10;
    color: #666;
    font-size: 50%;
    font-weight: normal;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: .5em;
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
    color: #666;
}

div.cal_wrapper table.cal tr td div.Sun {
    color: #666;
}

div.cal_wrapper table.cal tr td div.Today {
    font-weight: bolder;
}


div.cal_wrapper table.cal tr td div.backward {
    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;
}

.cal_wrapper table {
    width: 100%;
    font-size: 1.6rem
}

/* add */
.auction {
    background: #7e7e7e !important;
    color: white !important;
}

.event {
    background: #365c89 !important;
    color: white;
}

.other {
    background: #5fb0b7 !important;
    color: white;
}

.calenderBtm {
    margin: .5em 0;
    font-size: 90%;
    font-weight: bold;
}

.calenderBtm span {
    height: 1em;
    display: inline-block;
    width: 1em;
    vertical-align: text-bottom;
    border-radius: 50%;
    margin-right: .1em;
}

.calenderBtm li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calenderBtm li:not(:last-child) {
    margin-right: .75em;
}
