@charset "utf-8";

h2 {
	margin-bottom: 15px;
}

#restaurant,
#cafe {
	margin-bottom: 30px;
}

#restaurant .img01,
#cafe .img01 {
	float: left;
	width: 690px;
}
#restaurant .img02,
#cafe .img02 {
	float: right;
	width: 200px;
}
#restaurant p,
#cafe p {
	clear: both;
}

#menu table,
#menu div#time {
	float: left;
	width: 269px;
	margin-bottom: 15px;
	margin-right: 46px;
}
#menu table caption {
	padding: 0.1em 10px;
	background: #ecd9c8;
	border-bottom: 2px #fff solid;
	text-align: left;
}
#menu table tr th,
#menu table tr td {
	padding: 0.1em 10px;
	border: 1px #fff solid;
}
#menu table tr th {
	width: 160px;
	font-weight:normal;
}
#menu table tr td {
	text-align: right;
}
#menu table#noodle {
	margin-right: 0;
}
