@charset "utf-8";



/* -- Menu
-------------------------------------------------------------------------------- */
article > h1 {
	background: url(../img/vis.png) no-repeat center 0;
	padding-top: 55px;
}
article > h1 + section,
article > h1 + section:before {
	height: 500px;
}
article > section {
	padding-top: 60px;
}
article > section h3 {
	text-align: center;
	display: block;
	margin-bottom: 45px;
	border-bottom: 2px solid #d8181e;
}
article > section h3 span {
	font-size: 16px;
	color: #d8181e;
	font-weight: normal;
	background: url(../../img/bg_cont.gif);
	display: block;
	width: 120px;
	margin: 10px auto -16px;
}
article > section figure {
	background: #FFF;
	margin: 35px 0 30px;
	padding: 30px 40px 50px;
	overflow: hidden;
}
article > section table th,
article > section table td {
	border-bottom: 1px solid #e1e1e1;
}
article > section table th {
	font-weight: normal;
	color: #666;
	text-align: left;
	width: 80%;
}
article > section table th strong {
	color: #46210c;
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}
article > section table td:last-child {
	font-size: 16px;
	text-align: right;
}

#overview p {
	font-size: 15px;
}

#lunch {
	padding-top: 75px;
}
#lunch table {
	width: 100%;
}
#lunch table th,
#lunch table td {
	padding: 22px 0 12px;
}

#dinner table {
	width: 460px;
	float: right;
}
#dinner table.first {
	float: left;
}
#dinner table th,
#dinner table td {
	padding: 18px 0 10px;
}
#dinner h4 {
	font-size: 18px;
	display: block;
	clear: both;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #d8181e;
}
#dinner h4.subtitle {
	padding: 40px 0 0 0;
}
#wine h4 {
	font-size: 18px;
	margin: 10px 0 20px;
}
#wine h5 {
	margin: 0 0 10px 0;
	color: #d8181e;
}
#wine table {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 25px;
}
#wine table th {
	font-size: 16px;
	color: #46210c;
	padding-left: 12px;
	width: 35%;
}
#wine table td {
	font-size: 16px;
	color: #666;
	width: 50%;
}
#wine table td:last-child {
	color: #46210c;
	width: 15%;
}
#wine table th,
#wine table td {
	padding-top: 2px;
	border-bottom: none;
}
#wine table tr:last-child th,
#wine table tr:last-child td {
	padding-bottom: 15px;
}
