@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 14pt;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif,;
	color: #000;
	text-align: center;
	background: #fff3b8;
	overflow: scroll;
	z-index: 1;
}

a:link { text-decoration: underline; color: #4c2e1f; }
a:visited { text-decoration: underline; color: #4c2e1f; }
a:hover { text-decoration: underline; color: #000080; }
a:active { text-decoration: underline; color: #4c2e1f; }

strong {
	color: #d00;
	font-weight: normal;
	font-style: italic;
}

h1 {
	margin: 5px;
	padding: 5px;
	color: #7b5544;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 14px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 1000px;
	text-align: center;
	font-size: small;
	font-family: serif;
}

p#information {
	text-align: center;
	font-size: 12pt;
}

#content { 
    	background: white;
    	min-height: 400px; 
}

ul.menu li{
	float:left;
	width: 165px;
	height:42px;
	background-color: #8be85c;
	position:relative;
	z-index: 3;
}

ul.menu > li + li {
	padding-left: 2px;
}

ul.menu > li > a:hover {
	color: #ddd;
	cursor: default;
}

ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:48px;
	text-align:center;
	font-weight:bold;
	color:#7b5544;
	text-decoration:none;
	position:relative;
}
ul.menu li a:hover{
	width: 165px;
	height:42px;
	background-color: #6ce82e;
}
ul.sub{
	display:none;
}
ul.sub li{
	float:none;
}
ul.sub li ul.sub{
	position:absolute;
	left:179px;
	top:0;
}
ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}

header {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #fff;
}

header p#logo {
	float: left;
	height: 98px;
}

header p#logo_r {
	float: right;
	height: 98px;
}

p#logo img, p#logo_r img {
	margin-top: 24.5px;
}

nav {
	clear: left;
	margin-top: 0;
}

footer {
	margin-top: 3em;
}


div.main {
	background-color: #e85cb9;
	background-color: #f9c;
	background-color: deepskyblue;
	text-align: left;
	color: #4b5444;
	color: #000;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 1000px;
	padding: 1em;
	border: 4px double #4b5444;
	clear: both;
	box-sizing: border-box;
}

div.main h1 {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #333;
}

div.main p:first-letter {
	vertical-align: bottom;
	font-size: 150%;
	color: #4b5544;
	color: #ddd;
	color: #000;
	font-weight: bold;
	margin: 3px;
}

div.main p + p {
	margin-top: 1ex;
}

div.main div + h1 {
	margin-top: 2em;
	margin-bottom: 0;
	padding-top: 1em;
	padding-bottom: 0;
	border-top: green 1px solid;
	font-size: smaller;
	text-align: left;
}

div.main ol li {
	list-style-type: decimal;
	list-style-position: inside;
	white-space: pre;
}

div.main li + li {
	margin-top: 1em;
}

div.main h1 + ul li {
	list-style-type: none;
	margin-top: 0;
}

div.main h1 + ul li:before {
	content: "№ ";
}

div.main ul li {
	list-style-type: disc;
	list-style-position: inside;
}

div.main ul + ul {
	margin-top: 1em;
}

.textbox	{
	margin:10px;
	padding:10px;
	color:#fff3b8;
	border:3px double #4b5544;
	text-align: center;
	width: 100%;
}

body > header hgroup {
	padding: 1ex;
	background-color: #fff;
}

body > header h1 {
	font-size: 9pt;
	font-size: 18pt;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body > header h2 {
	font-size: 7pt;
	font-size: 14pt;
	color: #ffb28e;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body > header h3 {
	font-size: 6pt;
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

article.h1 {
	line-height:35px;
	font-size:large;
	text-indent:3em;
	font-weight:bold;
	color:white;
	height:35px;
	background-color:#7b5544;
	border: 1px solid #fff;
}

#first {
	background-color: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 4;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -82px;
	left: -336px;
}

#first img {
	position: absolute;
	top: 50%;
	left: 50%;
/*	border: double 10px silver;
	background-color: white; */
	border-radius: 1ex;
	border: 1ex solid transparent;
/*	box-shadow: 0 0 0 1ex orange, 0 0 5ex 10ex #ed4f00; */
}

table.menu, table.takeoutmenu, table.concentration {
	border: 2px dashed #000;
	margin: 2em;
	background-color: #fdf58b;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	font-size: 80%;
	padding-top: 1em;
	padding-bottom: 1em;
}

table.menu a {
	text-decoration: none;
}

table.menu a {
	color: #000080;
}

table.menu a:hover, table.menu a:active, table.menu a:focus {
	text-decoration: underline;
}

td, th {
	text-align: center;
	padding: 0 1em;
	empty-cells: show;
}

table.menu th {
	font-size: small;
}

td.district {
	font-size: small;
	line-height: 120%;
	text-align: left;
	vertical-align: middle;
	white-space: no-wrap;
}

td.brace {
	vertical-align: middle;
	font-size: 28pt;
	font-weight: 100;
}
.magicnumber {
	font-size: small;
	vertical-align: middle;
	text-align: left;
	margin-left: 1ex;
}

td.concentration {
	text-align: left;
	vertical-align: middle;
}

td.item, td.last-item {
	padding-left: 8em;
	text-align: left;
	width: 25em;
}

td.item:before, td.last-item:before {
	content: "■";
}

td.item li, td.last-item li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 1ex;
}

td.price {
	text-align: justify;
	padding-right: 8em;
}

table.menu ul {
	list-style-type: none;
}

td.item {
	height: 5em;
}

table.takeoutmenu td {
	text-align: left;
}

table.takeoutmenu tr > td:first-child {
	padding-left: 8em;
}

table.takeoutmenu em {
	color: red;
	font-style: normal;
}

table.takeoutmenu th {
	padding-left: 7em;
	padding-top: 1em;
	text-align: left;
	line-height: 120%;
	text-indent: -1em;
}

table.takeoutmenu th:first-line {
	font-weight: bold;
}

table.takeoutmenu th:before {
	content: "○";
}

table.takeoutmenu em:before {
	content: "　※";
}

table.takeoutmenu td.price:before {
	content: "……　　";
}

table.concentration {
	background-color: deepskyblue;
	border: double 4px #000;
	font-size: large;
}

table.concentration td {
	text-align: left;
	white-space: pre;
	padding: 1ex 2em ;
}

div.photos {
	width: 1000px;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}

div.photos div {
}

div.photos div img {
	border: 2px solid #000;
	padding: 2px;
	background-color: #e8dca2;
	margin: 2px;
}

div.item {
	display: inline-block;
}

div.item + .item {
	margin-left: 8px;
}

section.taste {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.taste div {
	float: left;
	width: 33.3%;
}

.taste table {
	border-collapse: collapse;
	font-size: small;
}

.taste td, .taste th {
	border: 1px black solid;
	padding: 0 4px;
}

.taste table {
	margin: 2em auto;
}

.taste p {
	text-align: right;
	padding-bottom: 5em;
	margin-right: 3em;
	font-size: small;
}


.taste tr td:first-child {
	text-align: left;
	width: 12em;
}

.taste tr th:first-child {
	border: 0;
}

col.sour {
	background-color: #f99;
}

col.medium {
	background-color: #9f9;
}

col.bitter {
	background-color: #99f;
}

#developer {
/*	width: 1000px;
	margin: auto;
	position: relative;
	top: -1.5em;
	text-align: right; */
	font-size: small;
	line-height: 1.5em;
}

pre {
	background-color: white;
	font-family: monospace;
	font-size: smaller;
	border: 2px dashed #000;
	width: 90%;
	margin: 1em auto 5em auto ;
	padding: 1ex;
	text-align: left;
}