/*!
 * 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;
}
.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: 2px 0px 2px 18px;
    margin: 0px 0px 0px 27px;
	font-size:12px;

}
.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;
}


/*農業*/
.eve_bun1{
	position:relative;
    overflow:hidden;
}
.eve_bun1:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_farm.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}

/*漁業*/
.eve_bun2{
	position:relative;
    overflow:hidden;
}

.eve_bun2:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_fish.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}

/*観光*/
.eve_bun3{
	position:relative;
    overflow:hidden;
}

.eve_bun3:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_kanko.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}


/*商店*/
.eve_bun4{
	position:relative;
    overflow:hidden;
}
.eve_bun4:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_store.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}

/*子育て*/
.eve_bun5{
	position:relative;
    overflow:hidden;
}
.eve_bun5:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_kosodate.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}

/*福祉*/
.eve_bun6{
	position:relative;
    overflow:hidden;
}
.eve_bun6:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_fukusi.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}

/*まちづくり*/
.eve_bun7{
	position:relative;
    overflow:hidden;
}
.eve_bun7:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_town.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}


/*趣味と芸術*/
.eve_bun8{
	position:relative;
    overflow:hidden;
}
.eve_bun8:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_hobby.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}

/*レジャー*/
.eve_bun9{
	position:relative;
    overflow:hidden;
}
.eve_bun9:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_leisure.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}

/*スポーツ*/
.eve_bun10{
	position:relative;
    overflow:hidden;
}
.eve_bun10:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_sport.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}

.eve_bunGYOUSEI{
	position:relative;
    overflow:hidden;
}
.eve_bunGYOUSEI:before{
	content:"";
	position:absolute;
	background:url(../images/top5/svg/cat_city.svg) no-repeat;
	width: 50px;
    height: 50px;
    left: -3px;
    top: 0px;
    z-index: 999;
}


@media screen and (max-width: 768px) {
	.fc-day-grid-event .fc-content{
	    padding: 2px 0 2px 21px;
	}
}
@media screen and (max-width: 500px){
	.fc-day-grid-event .fc-content {
	    text-overflow: inherit;
	    font-size: 12px;
	    padding: 2px 0 2px 11px !important;
	}

    .fc-day-grid-event .fc-content {
        margin: 0px 0px 0px 15px;
    }

    .fullCalendarArea a.fc-day-grid-event:before {
        width: 30px;
	    height: 30px;
    }
}