@charset "UTF-8";

/* ========================================================= */
/*                       RESERVATION						 */
/* ========================================================= */

#read {
	margin-bottom: 15px;
	padding: 10px;
	border-top: 1px solid #bea68e;
	border-right: 1px solid #efe5da;
	border-bottom: 1px solid #efe5da;
	border-left: 1px solid #bea68e;
	background: #fff;
	}
	
#read p.mar0	{
	margin-bottom:0;
	}

h2 {
	width: 655px;
	height: 40px;
	margin-bottom: 25px;
	padding: 3px 0 0 20px;
	color: #fff;
	font-size: 138.5%;
	font-weight: bold;
	background: url('../../../img/bg_title02.gif') bottom left no-repeat;
	}
	
#reservation h3	{
	width: 610px;
	height: 29px;
	margin: 0 0 15px 0;
	padding: 5px 0 0 1em;
	font-size: 108%;
	background: url('../../../img/bg_title04.gif') top left no-repeat;
	}
	
#reservation dl dt	{
	float:left;
	width:13em;
	}

#reservation dl dd	{
	float:left;
	}
	
#reservation p,
#reservation ul	{
	margin-bottom:15px;
	}

dl#inq-tel	{
	margin:1em 0;
	}
	
dl#inq-tel dd	{
	font-weight:bold;
	color:#cc0000;
}

#reservation ul {
	margin-left: 1.5em;
	list-style: disc outside;
	}
	
#notice {
	width: 90%;
	margin: 15px auto;
	padding: 5px 0;
	text-align: center;
	border: double #cc0000;
	}
	
.mp0	{
	margin:0;
	padding:0;
}
	
/* ---------------------- MAIL FORM ------------------------ */
table.mailform {
	width: 100%;
	margin-bottom:30px;
	}

table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	border-bottom: solid 1px #999999;
	padding: 10px 5px;
	}

table.mailform tr th {
	width: 150px;
	}

table.mailform tr th span {
	color: #CC0000;
	font-size: 100%;
	}

table.mailform tr td textarea {
	width: 100%;
	height: 120px;
	}