﻿/*レイアウト--------------------------------------------------------------*/

#reservationCont01 {
	width: 704px;
	text-align : center;
}

#reservationCont02 {
	width: 676px;
	margin-right: auto;
	margin-left: auto;
	text-align  :  left;
}

#reservationCont03 {
	width: 645px;
	margin-right: auto;
	margin-left: auto;
	text-align  :  left;
}

#reservationCont04 {
	width: 566px;
	margin-right: auto;
	margin-left: auto;
	text-align  :  left;
}



/*テーブルパターン--------------------------------------------------------------*/
#rmtaArea table
{
	font-size: 12px;
	line-height  :  140%;
	background-color:#F0F0DC;
}

#rmtaArea .tbp1
{
	font-size: 12px;
	text-align : center;
}

#rmtaArea .tbp2
{
	font-size: 12px;
	background-color:#FBFBF5;
}


/*--------------------------------------------------------------*/
.opacity:hover{
	opacity: 0.5 ;	
}