@charset "utf-8";
section section.until {
	background: none;
	padding: 5px 10px;
	font-weight: bold;
	color: #d3381c;
	text-align: left;
}
form {
	padding: 10px 0;
}
table.form {
	width: 440px;
	margin: 0 auto 10px auto;
}
table.form th {
	width: 140px;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
}
table.form td {
	vertical-align: middle;
}
.select {
	color: #007bbb;
}
.kouho {
	color: #fff;
}
table.calendar {
	margin: 0 auto;
}
table.calendar td, table.calendar th {
	font-size: 30px;
	line-height: 1em;
	height: 1em;
	text-align: center;
	padding: 15px 10px;
	border: 4px solid #eee;
	margin: 0 auto;
	vertical-align: bottom;
}
table.calendar th {
	background: #eee;
}
table.calendar td {
	background-color: #fff;
	color: #b6af9a;
}
table.calendar td.event {
	background-color: #fff;
/*	padding: 0!important; */
}
table.calendar td.event a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 15px 10px;
	text-align: center;
}
table.calendar td.event a.selected {
	background: #007bbb;
	color: #fff;
}
table.calendar td.event a:hover {
	color: #f03;
}

table.calendar td.sat, table.calendar th.sat {
	color: #1777c1;
}
table.calendar td.sun, table.calendar th.sun, table.calendar td.holiday, table.calendar th.holiday {
	color: #ee1265;
}
table.calendar td.otherMonth {
	color: #E9E4D4;
}
table.calendar td.today {
}

.fusanka, .fusanka_inline {
	display: none;
}

.stars, .fukidashiTxt {
	background: #eee9df;
	padding: 5px 10px;
}