@charset "utf-8";

#info #info_wrap {
	overflow:hidden;
	margin:0;
}

#info_wrap p {
	margin:0 0 1em 1em;
	font-size:120%;
}

#info_wrap table {
	width:100%;
	margin-bottom:1em;
}

#info_wrap td {
	border-top:1px dotted #999;
	border-right:1px dotted #ccc;
	padding:3px 0 3px 5px;
}

#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 .trBG {
	background-color:#f6f6f6;
}


.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;}