﻿@charset "UTF-8";
@media screen and (min-width: 741px),print {/*pc用スタイル*/


}


@media screen and (max-width: 740px) {/*スマホ用スタイル*/

}
/*↓↓↓PC・すまほ共通スタイル*/

/* 日曜日 */
.fc-sun {
	color: red;
	background-color: #fff0f0;
}
/* 土曜日 */
.fc-sat {
	color: blue;
	background-color: #f0f0ff;
}
/* 今日 */
.fc-state-highlight {
	background: #d8bfd8;
}
/* 全体の文字サイズ */
html .fc,
.fc table {
	font-size: 1.2em;
}
/* 枠線の色 */
.fc td,
.fc th {
	border-color: #AAAAAA;
}
/* 予定の文字サイズ */
.fc-event {
	font-size: 1em;
}
/* 平日 */
.fc-content {
	background-color: #fffafa;
}
/* タイトル */
.fc-grid th {
	background-color: #DDDDDD;
}
/* イベント */
div.box1{
	background-color:#FFC0CB;
	width:40px;
	height:15px;
	float: left;
	border:1px solid #2e8b57;
}
div.box2{
	background-color:#AFEEEE;
	width:40px;
	height:15px;
	float: left;
	border:1px solid #2e8b57;
}
div.box3{
	background-color:#FFFACD;
	width:40px;
	height:15px;
	float:left;
	border:1px solid #2e8b57;
}
div.text{
	float:left;
}
/* 読み込み中 */
#loading{
	position:absolute;
	magin:0 auto;
	clear:both;
	overflow: hidden;
	text-align:center;
}
/* 全体 */
#fullCalendar{
	text-align:center;
}
/* ダイアログ */
.jquery-ui-dialog {
	border-color: #8888FF;
}