@charset "utf-8";

.hero { background-image: url(../img/hero/menu.jpg); }





table.menu {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	margin-top: 2em;
}
table.menu:first-child {
	margin-top: 0;
}


table.menu th {
	border-bottom: solid 2px #C1272D;
	font-weight: normal;
	text-align: right;
}
table.menu th:first-child {
	color: #C1272D;
	font-weight: bold;
	text-align: left;
}


table.menu td {
	border-bottom: solid 1px #DDD;
}
table.menu td.name {
	padding-left: 1em;
}
table.menu td.price {
	text-align: right;
	width: 75px;
}
@media only screen and (max-width: 800px) {
table.menu td.price {
	width: 50px;
}
}





p.note {
	margin-top: 1em;
	text-align: right;
}
p.note:first-child {
	margin-top: 0;
}







