@charset "UTF-8";

body{margin:0}
.calendar{
	width:150px;
	float:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.calendar+.calendar{padding-left:1em}
.calendar *{
	font-size:1em;
	line-height:1;
}
.fc-toolbar{
	padding:.2em 0 0;
	margin-bottom:.3em;
	background-color:white;
}
.fc-toolbar h2{
	font-weight:normal;
	font-size:.8em;
}

.fc-day-header,
.fc-day-number{font-size:.75em}
.fc-basic-view .fc-body .fc-row{min-height:100%}
.fc th{
	font-weight:normal;
	padding-bottom:.4em;
}
.fc th,.fc td{border-style:none}
.fc-unthemed .fc-today{
	background:transparent;
	border:0px solid;
	color:red;
	font-weight:bold;
}
.fc-basic-view td.fc-week-number span,.fc-basic-view td.fc-day-number{padding:3px 2px 1px 0}
.fc-bgevent-skeleton table{
	border-collapse:separate;
	border-spacing:2px;
}
.fc-bgevent{
	opacity:1;
	background-color:rgb(245,245,245);
}