@charset "utf-8";

table.calendar {
	width: 80%;
	height: auto;
	padding-top: 5px;
	margin-top: 5px;
    margin-left: auto;
	margin-right: auto;
}
table.calendar tr.headline td{
	font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.2rem;
}
table.calendar th {
	text-align: left;
	font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.2rem;
	color: #ececec;
}
table.calendar th span {
	font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	cursor: pointer;
	float: right;
}
table.calendar td {
	text-align: center;
	width: 12%;
	height: 15%;
	vertical-align: middle;
	font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: normal;
	font-size: 1.2rem;
	color: #ececec;
	background-color:#000000;
	border-bottom:#404040 1px solid;
	border-right:#000000 1px solid;
}
table.calendar td.Today {
	font-weight: bolder;
	color: #ececec;
	font-size: 1.4rem;
}
table.calendar td.Sat {
	color: #ececec;
	background-color: #000000;
}
table.calendar td.Sun {
	font-weight:bolder;
	color:#ececec;
	background-color: #eb6000;
}
table.calendar td.holyday {
	font-weight:bolder;
	color:#ececec;
	background-color:#eb6000;
}


