@charset 'utf-8';

/* 予約に際して 用css */

div#container {
	text-align: center;
}

h2 {
	position: relative;
	top: -25px;
	left: 30px;
	text-align: left;
	color: #F71;
}

div#reserve {
	width: 33em;
	margin: 0 auto 20px auto;
	text-align: left;
}

div#reserve span {
	font-weight: bold;
}

table#reserve_time {
	margin: 0 auto 30px auto;
	text-align: left;
}

table#reserve_time td {
	padding: 3px;
}

p#back a {
	color: #F71;
	border-bottom: 1px dotted #F71;
}

p#back a:hover {
	color: #E51;
	border-bottom: 1px dotted #E51;
}

