@charset "UTF-8";
/* CSS Document */
h2#tit_img {
	background: url(../matsuri/images/tit_h2_restaurant_matsuri.jpg) no-repeat;
}
h3#rest_matsuri {
	background: url(../matsuri/images/tit_matsuri.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}

img.tit_profile {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
a.hidden {
	display: none;
}

/* breakfast */
th.price_tit {
	text-align: center!important;
}
td.price {
	text-align: right;
}

/* shop information */
div#img_box {
	width: 201px;
	height: 151px;
	float: right;
	display: block;
}
div#info_txt {
	width: 360px;
	float: left;
	display: block;
}
table.shop_info {
	width: 360px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.shop_info th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 3px 3px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	text-align: left;
}
table.shop_info td {
	padding: 3px 3px;
	border: 1px solid #CCCCCC;
}
img.timetable {
	clear: both;
}

/* menu list table */
table.menu {
	width: 100%;
	display: block;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.menu th {
	font-weight: normal;
	background-color: #E7E7E7;
	padding: 3px 3px;
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	text-align: left;
}
table.menu td {
	padding: 3px 3px;
	border: 1px solid #CCCCCC;
}
img.fairplan {
	margin-top: 1em;
}