﻿@charset "utf-8";
/** CSS Information =============================
File name: reservation.css
Description: Reservation page
Contents:
	* #reservation
================================================ */
#reservation #contents .img-box {
	/* "height" and "width" are set to a "contents.css" */
	float: right;
	background-image: url(../img/reservation-img.jpg);
}

#reservation #contents .main-box {
	/* "margin" and "width" are set to a "contents.css" */
	float: left;
	text-align: left;
}


#reservation #contents .main-box p {
	font-size: 13px;
	line-height: 25px;
	margin: 20px;
}

#reservation .phone {
	font-size: 20px;
	color: #B22222;
	margin: 20px;
}
