@charset "UTF-8";

/* 予約フォーム Start */
#mailreservb {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	color: #000000;
}

#mailreservr {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	color: #D6021B;
}

#resform {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#resform hr {
	border-bottom: 2px dotted #9B948E;
	border-top: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

.indi {
	color: #2EAA6B;
	margin-left: 20px;
}

.arrangement {
	margin-left: 20px;
}

.item {
	border: 2px solid #9A938D;
	margin-left: 20px;
}

#rdate {
	width: 150px;
	text-align: left;
	vertical-align: top;
}

#calid {
	margin-left: 20px;
}

#rtime {
	text-align: left;
	vertical-align: top;
}

#timelist {
	width: 100px;
	height: 80px;
	margin-left: 20px;
	background: #ffffff;
	display: none;
	overflow: auto;
	position: absolute;
}
#timelist a {
	padding: 2px;
	text-decoration: none;
}
#timelist a:hover {
	background: #efefef;
}

#resb {
	width: 200px;
	height: 50px;
	margin: 20px auto 50px auto;
}

#thanks {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin: 100px auto 0px auto;
	padding-bottom: 200px;
	color: #000000;
}
/* 予約フォーム End */
