/*-----------------------------------
	#shop-head
-----------------------------------*/
ul#shop-category {
	height:15px;
}

ul#shop-category li {
	float: right;

	margin: 10px 10px 0 0;
	padding: 0 5px;

	font-size: 0.75em;
	list-style: none;
}

ul#shop-category a {
	display:block;
}

ul#shop-category a:hover {
	color: #ea3;
}

ul#shop-category:after {
	display: block;
	content: " ";
	visibility: hidden;
	clear: both;
}

h1#logo {
	margin: 0;
	background-color: transparent;
}

#shop-yomi {
	padding-left: 30px;
	font-size: 0.75em;
}




#main {
	width: 900px;
}

#shop-head {
	width: 900px;
	min-height: 200px;
	background-color: #900;
	color: #fff;
}

#shop-head * {
	color: #fff;
}

#shop-head table {
	width: 600px;
	margin: 10px auto;
}

#shop-head th,
#shop-head td {
	padding-bottom: 10px;
}

#shop-head th {
	width: 70px;
	vertical-align: text-top;
}

#head-image {
	float: left;
	padding:10px 10px 8px 10px;
}

#shop-basic-info .content:after,
#shop-basic-info:after,
#shop-head:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	min-height:1px;
}

/*--------------------------------
	#shop-nav
--------------------------------*/
#shop-nav {
	width: 900px;
	margin-bottom: -2px;
	background-color: transparent;
	border-bottom:3px solid #eaa;
	font-size: 1.1em;
}

#shop-nav li {
	display: block;
	float: left;
	width: 120px;
	margin:0 3px -1px 0;
	padding:0;
	list-style: none;
	text-align: center;
	background-color: #eaa;

	min-width: 120px;
	height: 21px;
	text-align: center;
}

/*
#contents #shop-nav li.current {
	height: 26px;
	padding-top:5px;
	color: #666;
}

#shop-nav li.current h2 {
	background-color: transparent;
	color: #666;
}
*/
#shop-nav a {
	display: block;
	padding-top: 3px;
	height: 18px;
	text-decoration: none;
	background-color: #ddd;
	color: #900;
}

#shop-nav a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #900;
}

#shop-nav:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	min-height: 1px;
}


/*---------------------------------
	#contents
----------------------------------*/
div#contents {
	width: 900px;
	margin: 20px 0;
}


div#contents h2,
div#contents h3,
div#contents h4,
div#contents h5,
div#contents h6 {
	background-color: #900;
	color: #fff;
}

div#contents h2 {
	padding: 5px;
}

div#contents h4 {
	padding: 4px;
}

div#contents h5 {
	padding: 3px;
}

div#contents h6 {
	padding: 1px;
}

.message {
	width: 500px;
	margin: auto;
	border: 1px solid #900;
	background-color: #fff;
}

.qr img {
	display: block;
	float: left;
	margin: 10px;
}

.qr {
	min-height: 140px;
}

/*----------------------------------
	サイトトップ、検索ページ
----------------------------------*/
div#information {
	margin-bottom: 20px;
	padding:0;
	font-size: 0.8em;
	border: 2px solid #900;
}

div#information dl {
	margin: 10px 10px 10px 100px;
}

div#primary {
	float: left;
	width: 680px;
}

div#secondary {
	float: right;
	width: 202px;
}

div.category {
	margin-bottom: 5px;
	width: 210px;
	border: 1px solid #900;
}

div.category img {
	float: left;
}

.category .title {
	padding: 5px;
}

.category a {
	display: block;
	text-decoration: none;
}

div.left {
	clear: left;
	float: left;
}

div.right {
	clear: right;
	float: right;
}

div.search-item {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #900;
}

div.search-item .name {
	padding:10px 0 2px 45px;
	background-image: url("img/gohan-min.gif");
	background-repeat: no-repeat;
	background-position: 14px 7px;
	margin-bottom: 10px;
}

div.spec- {
	border-color: #999;
	font-size: 0.9em;
	color: #999;
}

div.spec- .name{
	background-image: none;
}

div.spec-2 {
	background-image: url("img/bg-logo2.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

div.spec-2.odd {
	background-color: #fff6f6;
}

div.spec-2.even {
	backgcound-color: #ffffff;
}

div.main-sponsor {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #bbbbaa;
}

/*---------------------------------
	検索ページ
---------------------------------*/
#search-controller {
	float: left;
	width: 250px;
	border: 1px solid #900;
	font-size: 0.7em;
}

#search-controller .name {
	font-size: 1em;
}

#search-controller h1 {
	margin: 0;
	padding: 2px;
	font-size: 1.2em;
}

#search-controller-form,
#search-controller-form * {
	margin: 0;
	padding: 0;
	border: 0;
}

#search-controller-form button {
	margin:0 auto;
	background-color: #fff;
	cursor: pointer;
}

#search-controller-form hr {
 clear:both;
 border: 1px dotted #c99;
}

#search-controller div.special,
#search-controller-form fieldset {
	margin: 5px 5px 0 5px;
	padding: 0;
	border: 1px solid #c99;
}

#search-controller-form legend {
	clear: both;
	margin: 0;
	padding: 2px 2px 2px 15px;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #c99;
	background-color: #fff9aa;
	background-image: url("img/down-arrow.gif");
	background-repeat: no-repeat;
	background-position: 1px 3px;
	color: #e70;
}

#search-controller-form input {
	margin-right: -1px;
	padding-right: -1px;
}

#search-controller-form table {
	width: 100%;
}

#search-controller-form th ,
#search-controller-form td {
	padding: 3px 0;
}

#search-controller-form th {
	font-weight: normal;
}

#search-controller-form select {
	border: 1px solid #ccc;
	background-color: #f9f9f6;
}


#search-controller-form .item {
	float: left;
	min-width: 50px;
	margin: 1px;
}

#search-items {
	float: right;
	width: 380px;
	margin-right: 5px;
}

#search-items:after {
	display: block;
	content: " ";
	visibility: hidden;
	min-height: 1px;
	clear: both;
}


/*---------------------------------
	#contents.style-xxx
	店舗TOPページスタイルxxx
---------------------------------*/
.pane {
	float: left;
	width: 280px;
	min-height: 282px;
	margin: 12px 0;
	border: 1px solid #999;
	background-color: #fff;
}

.pane .explain {
	padding: 3px;
}

/*---------------------------------
	#contents.style-415
	TOPページスタイル415
---------------------------------*/
#pane-416 {
	margin-right: 27px;
}

#pane-418 {
	margin-left: 27px;
}

#pane-418:after,
#images:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
}

/*-----------------------------------
	#data-table
------------------------------------*/

#data-table {
	margin-top: 12px;
}


#data-table table {
	width: 678px;
	padding-bottom: 1px;
	border: 1px solid #900;
}

#data-table th {
	width: 120px;
	padding:6px 20px;
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	background-color: #eee;
	color: #000;
}

#data-table td {
	padding:12px;
	background-color: #fff;
}

#data-table .note {
	padding:5px;
	font-size: 0.8em;
	color: #870;
}

#data-table caption {
	width: 200px;
	margin-left: 60px;
	padding: 10px 0 5px 0;
	text-align: center;
	background-color: #900;
	color: #fff;
}

/*---------------------------------
	口コミ
----------------------------------*/
#kuchikomi-add,
#kuchikomi-view {
	width: 600px;
	margin: 0 auto 10px auto;
	padding: 20px;
	border:1px solid #900;
	background-color: #fff;
}

#kuchikomi-view dd.date {
	margin-bottom: 20px;
}

#kuchikomi-view dt {
	margin-bottom: 5px;
	padding: 5px 10px 0px 10px;
	border-top: 1px solid #900;
	border-left: 20px solid #900;
	color: #900;
}

#kuchikomi-view dd {
	width: 300px;
	margin-left: 100px;
	color: #333;
}

#kuchikomi-view dd.user-name {
	width: 280px;
	min-height: 20px;
	padding-left: 20px;
	background-image: url("img/human.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#kuchikomi-view dd.shop-name {
	width: 280px;
	min-height: 20px;
	padding-left: 20px;
	background-image: url("img/kuchikomi-shop.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#kuchikomi-view dd.content {
	width: 260px;
	padding: 20px;
	border: 1px solid #900;
}


#kuchikomi-view dd.date {
	margin-bottom: 20px;
	text-align: right;
}


#kuchikomi-add .message {
	margin:20px;
	border: none;
}

#kuchikomi-add form {
	margin: 0;
	border: none;
}

#kuchikomi-add label {
	width: 100px;
}

#kuchikomi-add textarea {
	padding: 5px;
	font-size: 0.8em;
}

#kuchikomi-add .note-message {
	margin-left: 110px;
}

/*---------------------------------
	.menu-item
---------------------------------*/
div.menu-items {
	margin: 20px auto;
	width: 600px;
	background-color: #fff;
	border:1px solid #900;
}

div.menu-items * {
	color: #300;
}

div.menu-items h3 {
	margin-bottom: 10px;
	padding: 5px;
}

dl.menu-items-list {
	padding: 0 20px;
}

dl.menu-items-list dt {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 0 0 40px;
	height: 28px;
	vertical-align: bottom;
	font-size: 21px;
	background-image: url("img/gohan.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #900;
}

dd.menu-item {
	height: 100%;
	min-height: 40px;
	margin: 0 0 10px 0;
}

dd.menu-item div.basic {
	min-height: 20px;
}

dd.menu-item div.option {
}

dd.menu-item:after,
dd.menu-item div.basic:after,
dd.menu-item div.option:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
}

dd.menu-item div.basic div.name {
	float: left;
	padding-left:1em;
	font-size: 1.1em;
	border-left: 1em solid #900;
}

dd.menu-item div.basic div.price {
	float: right;
}

dd.menu-item div.basic div.price span.about-price{
}

dd.menu-item div.basic div.price span.price{
}

dd.menu-item div.basic div.price span.append-price{
}

dd.menu-item div.option div.image {
	clear: left;
	float: left;
}

dd.menu-item div.option div.note {
	clear: right;
	float: right;
	padding: 12px 5px 15px 25px;
	height: 100%;
	width: 250px;
	font-size: 0.8em;
	border:1px solid #f90;
	background-image: url("img/pencil.gif");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #666;
}

/*--------------------------------
	.coupon
--------------------------------*/
#contents .coupon {
	width: 500px;
	margin: 20px auto;
	background-color: #fff;
}

#contents .coupon .image {
	padding:20px 0 5px 0;
	text-align:center;
	border: 2px solid #900;
	border-top: none;
}

#contents .coupon .explain {
	margin-top: 20px;
}

#contents .coupon .explain .message {
	width: 458px;
	padding: 20px;
	font-size: 1em;
}

#contents .qr h4 {
	border: none;
	border-top: 1px solid #900;
	background-color: #fff;
	color: #900;
}

/*---------------------------------
	material_requests
---------------------------------*/
#request-form form {
	width: 700px;
	margin: 10px auto;
	border: 2px solid #c99;
}

#request-comment {
	width: 660px;
	margin: 10px auto;
	padding: 10px 20px;
	border: 2px solid #f90;
	background-color: #fff6e6;
}

#request-comment p {
	padding: 10px 0;
}
#request-form label {
	padding-right: 43px;
	font-weight: normal;
	color: #333;
}

#request-form label .sub {
	display: block;
	margin-left: 25px;
	padding: 5px;
	width: 110px;
	text-align: left;
	font-size: 0.9em;
	border: 1px solid #999;
	color: #666;
}

#request-form .indispensable {
	background-image: url( "img/indispense.gif" );
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#request-form hr {
	clear: both;
	border-top: 1px dotted #c99;
	color: #fff;
}

#request-form #buttons {
	clear: both;
	margin-top: 20px;
	text-align: center;
}

#request-form button {
	background-color: #fff;
}

#request-form div.error-message {
	margin-left: 203px;
}

#request-form dt {
	clear: both;
	float: left;
	width: 200px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: right;
}

#request-form dd {
	margin-left: 220px;
	margin-bottom: 20px;
}

