
/* 月表示 */
.cal_sisetu_month {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	font-weight: bold;
}
.cal_sisetu_month button {
	font-size: 0.7em;
	margin: 2px;
	padding: 0 2px;
}


/* カレンダー表示 */
.cal_sisetu {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.cal_sisetu th {
	text-align: center;
	padding: 2px;
	border: 1px solid #999;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #eee;
}
.cal_sisetu td {
	padding: 1px;
	border: 1px solid #999;
	height: 45px;
	vertical-align: top;
	font-size: 0.8em;
}
.cal_sisetu td div {
	margin: 0;
	padding: 0;
}

/* 日曜・休日 */
.cal_holiday {
	/*background-color: #fee;*/
	color: #f00;
}
/* 土曜 */
.cal_saturday {
	color: #00f;
}

/* 休館日 */
.cal_kyukan {
	background-color: #fee;
}

/* 窓口業務休止日 */
.cal_kyushi {
	background-color: #e0ffff;
}

/* 文字表示 */
.cal_day_info {
	font-weight: bold;
	color: #f00;
	text-align: center;
}

