@charset "utf-8";

table.calendar {
	padding-top: 10px;
	margin-top: 10px;
}
table.calendar tr.headline td{
	font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 10px;
	color:#383838;
}
table.calendar th {
	text-align: left;
	font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 10px;
	color: #383838;
}
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: 28px;
	height: 23px;
	vertical-align: middle;
	font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: normal;
	font-size: 10px;
	color: #383838;
	background-color:#fefefe;
	border:none;
    border-bottom:#d8d8d8 1px solid;
}

table.calendar td.Today {
	font-weight: bolder;
	color: #eb6000;
	font-size: 12px;
}
table.calendar td.Sat {
	font-weight:bolder;
	color:#ececec;
	background-color: #eb6000;
}
table.calendar td.Sun {
	font-weight:bolder;
	color:#ececec;
	background-color: #eb6000;
}
table.calendar td.holyday {
	font-weight:bolder;
	color:#ececec;
	background-color:#eb6000;
}




