@charset "utf-8";

#info_wrap {
	overflow:hidden;
	padding:5px;
}

#info_wrap > p {
	margin:0 0 1em 1em;
	color:#000;
}

#info_wrap > table {
	width:100%;
}

#info_wrap td {
	border-top:1px dotted #999;
	padding:3px !important;
	font-size:90%;
	text-align:left !important;
}

#info_wrap th {
	background-color:#3C6782;
	text-align:center;
	color:#fff;
	border-right:1px solid #fff;
	padding:3px;
}

#info_wrap .nowrap {
	white-space:nowrap;
}

#info_wrap .title {
}


#info_wrap tr {
	background-color:#fff;
}
#info_wrap tr.trBG {
	background-color:#f6f6f6 !important;
}
/*---------------------------------------------------*/


.Reservation {
	text-align:center;
	white-space:nowrap;
}

.Reservation a {
	background-color:#B93E40;
	color:#fff;
	padding:3px 8px;
	border-radius:8px;
}
.Reservation a:hover {
	background-color:#3C68B4;
	color:#ff0;
}

/*---------------------------------------------------*/

#info_wrap section h2 {
	font-size:150%;
	margin:0.5em 0;
	color:#0D6760;
}
#info_wrap section h2:before {
	content:"■";
	margin-right:0.2em;
	color:#962C2E;
}

#mailform {
	margin-bottom:40px;
}
#mailform > div {
	margin:10px;
	padding:20px;
	border:1px solid #ddd;
}
#mailform .mailform_att {
	font-size:85%;
	padding-left:1em;
	color:#C7282B;
}

#mailform label       {color:#00f;text-decoration:underline;}
#mailform label:hover {color:#c00;text-decoration:none;}