@charset "UTF-8";


/* ******************************************
 title
****************************************** */
.contentsBG2 h2{
	width: 940px;
	height: 57px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

.contentsBG2 h2#title01{background: url(../images/reservation/title01.gif) no-repeat;}

.contentsBG2 p#reservationText01{
	margin-left: 35px;
	line-height: 170%;
	width: 880px;
	color: #ff0000;
}

.contentsBG2 p#reservationText02{
	margin-top: 15px;
	margin-left: 35px;
	line-height: 170%;
	width: 880px;
}
	

/* ******************************************
 formBlock
****************************************** */
#formBlock{
}

#formBlock table tr{
	margin-bottom: 15px;
}

#formBlock table td{
	width: 560px;
	border-bottom: 1px #F60 dotted;
	padding-left: 15px;
	padding-bottom: 5px;
	vertical-align: top;
}

#formBlock table th{
	width: 250px;
	border-bottom: 1px #F60 dotted;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 180%;
}

#formBlock table .inputW{
	width: 270px;
}

#formBlock table label{
	padding-right: 20px;
}


#formBlock span{
	color: #ff0000;
	font-size: 0.85em;
}

#formBlock form div.align-c{
	width: 800px;
	margin-left: 30px;
	text-align: center;
}

#formBlock form div.align-c input{
	margin-right: 20px;
}

#formBlock div.message{
	margin-left: 40px;
	line-height: 170%;
}

#formBlock div.message p{
	background: #F90;
	color: #FFFFFF;
	width: 890px;
	padding: 5px 0 5px 0;
	text-align: center;
	margin-bottom: 25px;
	line-height: 170%;
	font-size: 110%;
}

#formBlock p#closeMessage{
	background: #F90;
	color: #FFFFFF;
	width: 890px;
	padding: 5px 0 5px 0;
	text-align: center;
	margin-top: 35px;
	margin-left: 30px;
	margin-bottom: 25px;
	line-height: 170%;
	font-size: 110%;
}

