@charset "UTF-8";

/*reservation Contents Setting*/


#reservation a{
	color: #ff33ff;
}


#reservation{
	width: 720px;
	margin: 0 auto;
	text-align: left;

}

#reservation_title{
	padding: 0px 0px 10px;
	text-align: right;
}



#reservation_left{
	width: 475px;
	margin: 0px;
	float: left;
}


#internet{
	width: 226px;
	float: left;
}

#mobile{
	width: 226px;
	float: right;
}



#reservation_right{
	width: 226px;
	margin: 0px;
	float: right;
}

#tel{
	width: 226px;
}


#get_in{
	width: 720px;
	height:150px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #cacaca;
	clear: both;
}

#get_in_contents{
	width: 700px;
	height:130px;
	margin: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	border: 1px solid #7edaf1;	

}

.get_in_txt{
	width: 620px;
	margin: 10px 40px 0px;
	text-align: right;
}	



.vip_liner{
	margin-bottom: 20px;
	clear: both;
}






