@charset "utf-8";
/* CSS Document */

.header{
	
	background: url(images/header.jpg) top right no-repeat;
	
}

@media (max-width: 540px) {

	.header{
		
		background: none;
		
	}

}


tr{
	margin-top: 24px;
}
td{
	padding:0.5em 2em 0.5em 2em;
	text-align: center;
	background-color: #f1f1f1;
	border:solid 1px #fff;
	border-radius: 3px;
}

.reserve{
	color:#fff;
	font-size: 65%;
	padding:0.2em 1em 0.2em 1em;
	background-color: #ff715e;
	border-radius: 3px;
	margin-left: 0.5em;

}

.reserved{
	color:#f1f1f1;
	font-size: 65%;
	padding:0.2em 1em 0.2em 1em;
	background-color: #fff;
	border-radius: 3px;
	margin-left: 0.5em;

}

.time{
	color: #fff;
}

