body {
	margin:0;
}

.contents {
	width:100%;
	max-width:760px;
	margin:auto;
	display:block;
	text-align:center;
}

.holiday {
	background-color:#f2958a;
}
.businessday {
	background-color:#99bae5;
}

#calendar {
	background-color:#ffffff;
	display:table;
	text-align:center;
	width:600px;
	display:inline-block;
	margin-bottom:40px;
}
#year {
	text-align:left;
	margin:30px 20px 10px 20px;
	font-size:32px;
	font-weight:bold;
	border-bottom:dotted 1px;
}
.pink {
	color:#e99084;
}
.row {
	display:inline-block;
	clear:left;
}
.year {
	margin:20px;
}
div.month {
	margin:20px 20px 10px 20px;
	float:left;
	clear:none;
}
.week {
	clear:left;
}
.month > .header {
	text-align:left;
	font-size:28px;
	font-weight:bold;
	color:#7c8d5a;
}
.week > div {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	float:left;
	border-color:#404040;
	border-top:0;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	line-height:26px;
	height:26px;
	width:34px;
	margin-left:1px;
}
.week.name {
	background-color:#7c8d5a;
	display:inline-block;
}
.week.name > div {
	font-size:16px;
	line-height:20px;
	height:20px;
	border-color:#7c8d5a;
	background-color:#7c8d5a;
	color:white;
	
}

