@charset "shift_jis";

* {
	box-sizing: border-box;
}
body {
	margin: 0;
	line-height: 1;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	color: #7e7e7e;
}
.calendar {}
table {
	border-collapse: collapse;
	width: 100%;
}
.calendar_title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #c6ad97;
}
.calendar_table {
	background: #f2f2f2;
	border: 1px solid #cecece;
}
.calendar_table tr {}
.calendar_table th {
	width: calc(100%/7);
	padding: 3px;
	background: #c6ad97;
	border: 1px solid #cecece;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
	color: #fff;
}
.calendar_table td {
	padding: 5px;
	background: #fff;
	border: 1px solid #cecece;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	vertical-align: baseline;
	height: 60px;
}
.calendar_table td .day {
	font-size: 13px;
	font-weight: bold;
}
.calendar_table td.weekdays {}
.calendar_table td.saturday {}
.calendar_table td.sunday {}
.calendar_table td.kyuushin {
	background: #f9e5e7;
	color: #e1606a;
}
.calendar_table td.kara {
	background: none;
	border: none;
}
.txt {}
.holname {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 10px;
}
.pagination {
	display: flow-root;
	margin-bottom: 8px;
}
.pagination a {}



