/* calendar パーツ 暫定 */
/* Vue 設定 */
[v-cloak] {  display: none; }

.v-enter-active {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.v-enter, .v-leave-to, .v-leave-active {
    opacity: 0;
}

.loader {
    position: relative;
    text-indent: -9999em;
    margin: 88px auto;
    width: 80px;
    height: 80px;
    background-image: url('/cmn/img/loader.gif');
}

#calendar .VueCarousel-slide {
    width: 180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
    border-right: 1px solid #ddd;
}

#calendar .VueCarousel-inner div:first-child {
    border-left: none;
}

#calendar .VueCarousel-inner div:last-child {
    border-right: none;
}

#calendar .VueCarousel-pagination {
    margin-top: -20px;
    margin-bottom: 30px;
}

#calendar {
    height: 1911px;
}

#calendar-movie {
    height: 473px;
}

#calendar-game {
    height: 482px;
}

#calendar-music {
    height: 442px;
}

#calendar-comic {
    height: 442px;
}

#calendar .titleText {
    padding-left: 10px;
}

.item-container {
    width: 94%;
    margin: auto;
}

.item-left {
    display: block;
    width: 120px;
    height: 185px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.item-left img {
    height: auto;
    width: auto;
    max-width: 120px;
    max-height: 100%;
}

.item-detail{
    margin: 5px 10px;
    color: #666;
    font-size: 12px;
}

.item-right .item-link .cmnBtn {
    width: 140px;
    height: 40px;
}

.item-right h3 {
    display: block;
    height: 4.5em;
    margin: 5px 10px 11px;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
}

.item-category {
    background: #eee;
    color: #666;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
}

.calendar-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    height: 50px;
}

.calendar-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fed006;
    font-size: 16px;
    color: #192b5b;
    line-height: 40px;
    width: 120px;
    text-align: center;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin-right: 20px;
}

.calendar-this-week {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
        -ms-flex: 4;
            flex: 4;
    font-size: 16px;
    color: #192b5b;
    line-height: 40px;
    width: 450px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    background: lightgray;
    background: #eee;
    color: #192b5b;
}

.calendar-this-week .cursor::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 -5px 0 5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #192b5b;
}

.calendar-link {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
}

.item-rsv {
    background: #00d200;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
}

.item-rsv-end
{
    background: #808080;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
}
