header {
	background-image: url("../image/header/hours.jpg");
	background-position: center 90%;
}

.hours-title {
	margin-top: 8px;
}

.calendar {
	margin-top: 2px;
}

.calendar h2 {
	font-size: 20px;
	font-weight: 700;
	color: #555555;
	text-align: left;
	line-height: 24px;
	padding-top: 12px;
}

.calendar-error {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #800000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	header {
		background-image: url("../image/header/hours@2x.jpg");
	}
}

@media only screen and (min-width: 1500px) {
	header {
		background-image: url("../image/header/hours@2x.jpg");
	}
}
