.teikyubi-calender {
	width: 100%;
	background-color:#FFFFFF;
	color:#000000;
	padding:2em;
}
.teikyubi-calender table {
	width: 100%;
}
.teikyubi-calender table td,
.teikyubi-calender table th {
	border: 1px solid #EBEBEB;
	text-align: center;
	padding: 7px;
}
.teikyubi-calender table caption {
	font-size: 1.2em;
	font-weight: bold;
}
.teikyubi-calender table td:first-child,
.teikyubi-calender table th:first-child,
.teikyubi-calender table td.teikyubi-holiday,
.teikyubi-calender table + p + p span {
	color:red !important;
}
.teikyubi-calender table td:last-child,
.teikyubi-calender table th:last-child {
	color: cornflowerblue;
}
.teikyubi-calender table td.teikyubi-teikyu {
	background-color:lightpink;
}
.teikyubi-calender table td.teikyubi-ushi {
	background-color: red;
	color: #FFFFFF;
}
.teikyubi-calender p,
.teikyubi-calender table + p,
.teikyubi-calender table + p + p {
	line-height: 1.4;
	margin-top: 5px;
}
.teikyubi-calender table + p span {
	color:lightpink;
}
@media only screen and (min-width: 768px) {
	.teikyubi-calender {
		width: 44%;
	}
}

