@charset "UTF-8";

/*
	--------------------------------
	fullcalendarカスタム
	--------------------------------
*/

.business_calender {

}

.business_calender .legend_area {
	text-align: left;
	line-height: 16px;
	margin-top: 5px;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}

.business_calender .legend_area .legend {
	height: 16px;
	width: 16px;
	border: 1px solid #444;
	background-color: #ff9f89;
	opacity: 0.3;
	display: inline-block;
	margin-right: 5px;
}

.business_calender .calender_name {
	border: 1px solid #bbb;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #bbb;
}

.fc-basic-view .fc-body .fc-row {
	min-height: 1em !important;
}

.fc-state-default.fc-corner-right,
.fc-state-default.fc-corner-left {
	border-radius: 0px;
}

.fc table {
	font-size: 12px;
}

.fc button {
	height: 1.7em !important;
	padding: 0 .1em !important;
	font-size: 1em !important;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 0px;
}

.fc-toolbar.fc-header-toolbar h2 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0
}

.fc-center {
	vertical-align: middle;
}

.fc-sun {
	color: red;
}

.fc-sat {
	color: blue;
}

.fc-unthemed td.fc-today {
	background-color: inherit;
}
