@charset "utf-8";



/* -- Menu
-------------------------------------------------------------------------------- */
article > h1 {
	background: url(../img/vis.png) no-repeat center 0;
	background-size: auto 100%;
}
article h1 img {
	top: 27px;
	margin-left: -90px;
	width: 180px;
	height: auto;
}

article > section {
	padding-top: 45px;
}
article > section h3 {
	text-align: center;
	display: block;
	margin-bottom: 25px;
	border-bottom: 1px solid #d8181e;
}
article > section h3 span {
	font-size: 12px;
	color: #d8181e;
	font-weight: normal;
	background: url(../../img/bg_cont.gif);
	display: block;
	width: 80px;
	margin: 5px auto -12px;
}
article > section h3 img {
	height: 37px;
	width: auto;
}
article > section h3 + p {
	font-size: 12px;
}
article > section figure {
	background: #FFF;
	margin: 20px 0 15px;
	padding: 15px 20px 25px;
}
article > section table,
article > section table tbody,
article > section table tr,
article > section table th,
article > section table td {
	display: block;
}
article > section table tr {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 5px;
}
article > section figure + img {
	width: 100%;
	height: auto;
}
article > section table th {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
}
article > section table th strong {
	color: #46210c;
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
}
article > section table td:last-child {
	font-size: 13px;
	text-align: right;
}

#lunch {
	padding-top: 30px;
}
#dinner h4 {
	font-size: 15px;
	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: 15px;
	margin: 15px 0 5px;
}
#wine h5 {
	color: #d8181e;
}
#wine table {
	margin-bottom: 30px;
}
#wine table + h4 {
	margin-top: 30px;
}
#wine table th {
	font-size: 13px;
	color: #46210c;
}
#wine table td {
	font-size: 12px;
	color: #666;
	display: inline-block;
}
#wine table td:nth-child(3) {
	padding-left: 1em;
}
#wine table td:last-child {
	font-size: 13px;
	color: #46210c;
	display: block;
}
#wine table th,
#wine table td {
	padding-top: 2px;
	border-bottom: none;
}
