@charset "UTF-8";

/*------------------------------
予約フォーム
------------------------------*/
div#reservation{
	font-size:86%;
	margin:0px auto;
	width: 650px;
}

div#reservation span{
	color: #FF0000;
}

div#reservation table{
	margin:20px auto 0px;
	border:1px solid #CCCCCC;
}

div#reservation th{	
	text-align:right;
	padding:0px 10px;
	border-right:1px solid #dddddd;
	background-color:#eeeeee;
}

div#reservation td{	
	padding:2px 2px 2px 10px;
}

div#reservation td,
div#reservation th{	
	border-bottom:#cccccc solid 1px;
}

div#reservation td.lastcell,
div#reservation th.lastcell{
	border-bottom:none;
}

div#reservation .inputarea{
	padding:2px;
	border:1px solid #CCCCCC;
}

table#namespace {
	padding:0px;
	margin:0px;
}

table#namespace td{
	border:none;
}

#thanks{
	font-size:86%;
	padding-left:20px;
}

#cancel {
	margin:10px auto;
	padding:5px;
	width:650px;
	border:1px solid #CCCCCC;
	font-size: 86%;
}

#cancel h3{
	text-align:center;
	font-size:bold;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}

#cancel table{
	margin:10px auto;
}

div#cancel th{	
	background-color:#eeeeee;
}

#cancel th,
#cancel td{
	border:1px solid #CCCCCC;
	padding:3px;
}

