﻿@charset "utf-8";
/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/
#contents { margin: 0 30px;}


/*----------------------------------------------------------------------

Image Style

----------------------------------------------------------------------*/
#title {
	background: url('../img/shade.png') no-repeat bottom center;
	width: 900px;
	height: 320px;
	margin: 0 0 10px 0;
}
#title img {
	background: #ffffff;
	border: solid 1px #d9d1c0;
	width: 896px;
	height: 296px;
	padding: 1px;
}


/*----------------------------------------------------------------------

Slider Style

----------------------------------------------------------------------*/
#slides { width: 900px;}
.pagination {
	border-bottom: solid 1px #d9d1c0;
	width: 900px;
	height: 35px;
	margin: 0 0 30px;
}
.pagination:after {
	content: " ";
  clear: both;
	display: block;
}
.pagination li {
	border-top: solid 1px #d9d1c0;
	border-left: solid 1px #d9d1c0;
	border-right: solid 1px #d9d1c0;
	text-align: center;
	width: 150px;
	height: 34px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}
.pagination li a {
	background: #d9d1c0;
	color: #402c1a;
	display: block;
	height: 23px;
	padding: 11px 0 0 0;
	}
.pagination .current a {
	background: url('../img/bg_tab.png') repeat-x;
	border-bottom: solid 1px #f8f0e3;
	color: #d93128;
	}
.slides_container {
	width: 900px;
	display: none;
	}
.slides_container div {
	width: 900px;
	height: auto;
	display: block;
	}


/*----------------------------------------------------------------------

Menu Style

----------------------------------------------------------------------*/
.menu_list { margin: 0 0 45px;}
.menu_list:after {
	content: " ";
  clear: both;
	display: block;
}
.menu_title {
	background-image: url('../img/dot.png');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 160%;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 0 18px;
}
.menu_title-gap {
	margin-top: 15px;
}
.menu_kaisen, .menu_teishoku {
	width: 435px !important;
	float: left;
	padding: 15px 0;
}
.menu_kaisen { margin: 0 30px 0 0;}
.menu_list a { display: block;}
.menu_list img { display: block;}
.button {
	background-color: #d93128;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px;
}
.menu_takeout { padding: 15px 0;}


/*----------------------------------------------------------------------

Table Style

----------------------------------------------------------------------*/
table {
	line-height: 1.6;
	width: 280px;
	float: left;
	margin: 0 30px 0 0;
}
.table_last { margin: 0;}
th, td { padding: 15px 0;}
th { text-align: left;}
td { text-align: right;}
.cap {
	border-bottom: solid 1px #d93128;
	color: #d93128;
	display: block;
}
