/*!
 * FullCalendar Custom */

#FullCalendar .fc-toolbar .fc-center h2 {
    font-size: 30px;
    width: 100%;
    font-weight: 800;
    float: none;
    line-height: 1.3;
    margin-bottom:0;
}
.fullCalendarArea{
	background:inherit;
	padding:0;
    position:relative;
}
.fc-ltr .fc-basic-view .fc-day-number{
    font-size: 1.6em;
    font-weight: 800;
}


.fc-toolbar{
	margin-bottom:0
}
th.fc-day-header{
	/*background-color:#DDD;*/
	font-weight:800;
}
.fc-sat{
	/*color:#2492e6;*/
}
.fc-day-grid-event .fc-content{
	/*padding: 9px 0px 2px 15px;*/
    padding:0px 0px 0px 0px;
    height:100%;
	/*font-size:14px;*/
}

.fc-day-grid-event .fc-content img{
    height: 60px;
    vertical-align: top;
    margin: 2px 4px 2px 0px;
}

.fc-day-grid-event .fc-content span{
    /*display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 9px;
    padding-left: 6px;*/
}

.fullCalendarArea a.fc-day-grid-event{
    /*background-color: cadetblue;*/
    /*border-radius: 2px;*/
    /*border-top-left-radius:2px;
    border-bottom-left-radius:2px;
    border-top-right-radius:1px;
    border-bottom-right-radius:1px;*/
    margin-top: 12px;
    color:inherit; 
    padding: 4px 0px 4px 4px;
    position: relative;
    height: auto;
    margin-right:17px;
    margin-left:0px;
    border:none;
    /*z-index:1;*/
}

/*.fullCalendarArea a.digestPic-set {
    padding: 4px 0px 4px 2px;
}*/

.fullCalendarArea a.fc-day-grid-event .digestPic {
    float:left;
}

.fullCalendarArea .fc--box{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullCalendarArea a.fc-day-grid-event .kikan {
    font-size: 0.9em;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullCalendarArea a.fc-day-grid-event:hover{
    color:inherit; 
}
.fullCalendarArea a.eve_holiday:hover{
    color:#FF0000;
}

.fullCalendarArea a.fc-day-grid-event:after{
    content:"";
    top:0px;
    right:-16px;
    position:absolute;
    /*border-left: 17px solid black;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;*/
    /*background-color:#FFFFFF;*/
    background:
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #f00 50.5%) no-repeat top left/100% 50%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #f00 50.5%) no-repeat bottom right/100% 50%;
    height:100%;
    width:16px;
}

.fullCalendarArea a.fc-not-end:after{
    background: none !important;
}


.fullCalendarArea a.fc-event-end-today:after{
    background-color:#fcf8e3;
}

.fullCalendarArea a.eve_holiday{
    background-color: inherit;
    margin-top: 12px;
    color: #FF0000;
    height:auto;
    padding:4px;
}

.fullCalendarArea a.eve_holiday .rokuyo{
    color: #333333;
    margin-top: 6px;
}

.fullCalendarArea a.eve_holiday:after{
    display:none;
}

.fullCalendarArea .fc-list-table .eve_holiday .fc-event-dot{
    background-color: #FF0000;
}

#FullCalendar .fc-list-table .fc-list-item-title{
    padding-right:4px !important;
    padding-left: 0px;
    position:relative;
}

.fullCalendarArea .fc-list-table .eve_holiday .fc-list-item-title{
    color: #FF0000;
}

.fullCalendarArea .fc-list-table .rokuyo{
    margin-left:6px;
    color: #333333;
}

#FcLoad{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    z-index: 100;
    margin-left: -30px;
}

/*.fullCalendarArea .digestPic-set .fc-title{
    font-size:1.2em;
}*/

.fullCalendarArea .fc-title{
    font-size:1.1em;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event{
/*	color:initial;*/
/*	background-color: initial;*/
	border-radius:0;
}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td{
	padding-top:2px;
}

.fullCalendarArea .fc-day-grid-container {
    overflow:inherit !important;
    height: auto !important;
}

.fullCalendarArea .kiji-info-cont .fa-info-circle{
    width: 0px !important;
    height: 0px !important;
}

.fullCalendarArea .kiji-info-icon  .fa-info-circle{
    width: 18px !important;
    height: 18px !important;
    color:#333333;
}

.fullCalendarArea .fa-info-circle{
    overflow:hidden !important;
}

.fullCalendarArea .description{
    position: absolute;
    padding: 0px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #333333;
    width: 0px;
    height:0px;
    z-index: 10; 
    overflow:hidden;
    /*font-size:.85em;*/
}

.fullCalendarArea .description:before {
    content: "";
    position: absolute;
}

.fullCalendarArea .kiji-info-icon{
    position: absolute;
    top: 17px;
    left: 4px;
    z-index: 500;
    width:20px;
    height:20px;
}

.fullCalendarArea .kiji-info-cont{
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
}

.fullCalendarArea a.fc-day-grid-event:hover .kiji-info-cont .description{
    width: 150px;
    height:auto;
    padding:4px;
    overflow:inherit;
    word-break:break-all;
    /*z-index: 510;*/
}

/*.fullCalendarArea .kiji-info-icon:hover + .kiji-info-cont .description{
    width: 150px;
    height:auto;
    padding:4px;
    overflow:inherit;
    word-break:break-all;*/
    /*z-index: 510;*/
/*}*/

/*.fullCalendarArea .hukidashiOn .description{
    width: 150px;
    height:auto;
    padding:4px;
    overflow:inherit;
    word-break:break-all;
}*/

.fullCalendarArea .description img{
    max-width:100%;
}

.fullCalendarArea .fc-box{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullCalendarArea .newWinImg-box{
    position: absolute;
    bottom: 0px;
    right: 3px;
}
.fullCalendarArea .kiji-info-title img{
    margin-right:4px;
}

.fullCalendarArea .fc-scroller {
    overflow:inherit !important;
    height:auto !important;
}

.fullCalendarArea .fc-view-container tr.nodata{
    text-align:center;
}

.fullCalendarArea .fc .fc-list-table{
    background-color:#FFFFFF;
}

#FullCalendar .fc-list-item-marker{
    vertical-align:middle;
    padding: 0px 4px !important;
    text-align: center;
    width: 20px !important;
}

.fullCalendarArea .fc-list-table .digestPic{
    float:left;
    max-height:68px;
    margin-right:4px;
}

.fullCalendarArea .fc-list-box .title {
    margin:0px !important;
}

.fullCalendarArea .fc-list-box .kikan {
    margin:0px !important;
} 

.fullCalendarArea .fc-event-container{
    position:relative;
}

.fullCalendarArea .description{
    bottom: 100%;
    left: 50%;
    margin-left: -75px;
    margin-bottom: 15px;
}

.fullCalendarArea .description:before {
    bottom: -29px;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #333333;
    margin-left: -15px;
}

.fullCalendarArea .kiji-info-kikan{
    font-size:0.9em;
}

.fullCalendarArea .fc-content .kiji-info-kikan{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullCalendarArea .kiji-info-l6-r6 .description{
    top: 50%;
    bottom: inherit;
    right: 0px;
    left: inherit;
    margin-left: -174px;
    margin-top: -20px;
}

.fullCalendarArea .kiji-info-l6-r6 .description:before {
    top: 6px;
    left: auto;
    right: 0px;
    border: 15px solid transparent;
    border-left: 15px solid #333333;
    margin-right: -28px;
    bottom: auto;
    margin-left: 0px;
}

.fullCalendarArea .kiji-info-l0-r0 .description{
    top: 50%;
    bottom: inherit;
    right: 0px;
    left: auto;
    margin-right: -186px;
    margin-top: -22px;
}

.fullCalendarArea .kiji-info-l0-r0 .description:before {
    top: 6px;
    left: 0px;
    right: auto;
    border: 15px solid transparent;
    border-right: 15px solid #333333;
    margin-left: -29px;
    bottom: auto;
}

.fullCalendarArea .fc-widget-header th.fc-today{
    background-color: #555250;
    color: #FFFFFF;
}

.fullCalendarArea .fc-today-button {
    background: rgba(45, 43, 43, 0.8);
    color: #FFFFFF;
    font-family: inherit;
    box-shadow: none;
}

.fullCalendarArea .fc-today-button.fc-state-disabled {
    display:none;
}

.fullCalendarArea .fc-list-table .header-today td{
    background:#555250;
    color:#FFFFFF;
}

 .fullCalendarArea .fc-toolbar .fc-center{
     position:relative;
 }

@media all and (-ms-high-contrast: none){
    /*IE10以上*/
    .fullCalendarArea .fc-today-button {
        padding-top:6px;
    }
}

/*
    分類
    分類IDの下1ケタ毎で色を設定
*/
.fullCalendarArea a.eve_kiji_cl_0 {
    background-color: #F6D6D6 !important;
}

    .fullCalendarArea a.eve_kiji_cl_0:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #F6D6D6 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #F6D6D6 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_0 .fc-event-dot {
    background-color: #F6D6D6;
}

.fullCalendarArea a.eve_kiji_cl_1 {
    background-color: #F2B8B8 !important;
}

    .fullCalendarArea a.eve_kiji_cl_1:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #F2B8B8 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #F2B8B8 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_1 .fc-event-dot {
    background-color: #F2B8B8;
}

.fullCalendarArea a.eve_kiji_cl_2 {
    background-color: #D5E4EC !important;
}

    .fullCalendarArea a.eve_kiji_cl_2:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #D5E4EC 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #D5E4EC 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_2 .fc-event-dot {
    background-color: #D5E4EC;
}

.fullCalendarArea a.eve_kiji_cl_3 {
    background-color: #B5DAEE !important;
}

    .fullCalendarArea a.eve_kiji_cl_3:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #B5DAEE 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #B5DAEE 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_3 .fc-event-dot {
    background-color: #B5DAEE;
}

.fullCalendarArea a.eve_kiji_cl_4 {
    background-color: #CAE4D1 !important;
}

    .fullCalendarArea a.eve_kiji_cl_4:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #CAE4D1 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #CAE4D1 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_4 .fc-event-dot {
    background-color: #CAE4D1;
}

.fullCalendarArea a.eve_kiji_cl_5 {
    background-color: #A0E1B1 !important;
}

    .fullCalendarArea a.eve_kiji_cl_5:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #A0E1B1 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #A0E1B1 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_5 .fc-event-dot {
    background-color: #A0E1B1;
}

.fullCalendarArea a.eve_kiji_cl_6 {
    background-color: #F6F2D5 !important;
}

    .fullCalendarArea a.eve_kiji_cl_6:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #F6F2D5 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #F6F2D5 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_6 .fc-event-dot {
    background-color: #F6F2D5;
}

.fullCalendarArea a.eve_kiji_cl_7 {
    background-color: #F6ECA5 !important;
}

    .fullCalendarArea a.eve_kiji_cl_7:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #F6ECA5 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #F6ECA5 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_7 .fc-event-dot {
    background-color: #F6ECA5;
}

.fullCalendarArea a.eve_kiji_cl_8 {
    background-color: #E6D7EC !important;
}

    .fullCalendarArea a.eve_kiji_cl_8:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #E6D7EC 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #E6D7EC 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_8 .fc-event-dot {
    background-color: #E6D7EC;
}

.fullCalendarArea a.eve_kiji_cl_9 {
    background-color: #DCBFE8 !important;
}

    .fullCalendarArea a.eve_kiji_cl_9:after {
        background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #DCBFE8 52%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #DCBFE8 52%) no-repeat bottom right/100% 51%;
    }

.fullCalendarArea .fc-list-table .eve_kiji_cl_9 .fc-event-dot {
    background-color: #DCBFE8;
}

/* タブ */
.changeFullCalendar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

    .changeFullCalendar li {
        padding: 10px 35px;
        background-color: #1d92c4;
        color: #ffffff;
        font-size: 1.2em;
    }

        .changeFullCalendar li .active {
            background-color: #ffffff;
            color: #555555;
            padding: 2px 5px;
            border-radius: 20px;
        }

@media screen and (max-width:767px) {
    .changeFullCalendar {
        flex-direction: column;
        margin: 20px 0px;
    }
}