@charset "Shift_JIS";

/* ご宴会・パーティーのご予約
--------------------------------------------------------------------

	1. 初期設定
	2. テキスト
	3. clearfix
	4. 大枠
	5. Header
	6. Tab
	7. 店舗ご案内
	8. Footer

--------------------------------------------------------------------*/

/* 1. 初期設定
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	margin:0px;
	padding:0px;
	font-weight: normal;
}
div, p, form, input {
	margin:0px;
	padding:0px;
}
table {
	font-size:100%;
	border:0px;
}
th, td {
	margin:0px;
	padding:0px;
	font-weight: normal;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
}
ul, li, ol, dl, dt, dd {
	list-style:none;
	margin:0px;
	padding:0px;
}
body {
	color:#545454;
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;/* for IE6 */
	font-family:"ＭＳ Ｐゴシック",Osaka,Arial,Helvetica,sans-serif;
	letter-spacing:1px;
}

/* マージン */
.mb15 {margin-bottom:15px;}


/* IE6 印刷用
-------------------------------- */
@media print {
* html body {_zoom: 0.75;}
}


/* 2. テキスト
--------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color:#0073cc;
	text-decoration:none;
}
a:hover {
	color:#0073cc;
	text-decoration:underline;
}

strong {
	font-style:normal;
	font-weight:bold;
	font-family:'ＭＳ Ｐゴシック',Hiragino Kaku Gothic Pro,sans-serif;
}
br {letter-spacing:0px;}


/* 3. clearfix
--------------------------------------------------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* for macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end of for macIE */
.clear {clear:both;}


/* 4. 大枠
--------------------------------------------------------------------*/
#wrapper {
	width:860px;
	margin:0px auto;
	text-align:center;
	background-color:#f5eedb;
	font-size:78%;
	line-height:130%;
}
#container {
	width:820px;
	margin:0px auto;
	text-align:left;
	position:relative;
}
#main {
	width:820px;
	padding:0px 0px 20px 0px;
}


/* 5. Header
--------------------------------------------------------------------*/
#header {padding:20px 0;}


/* 6. Tab
--------------------------------------------------------------------*/
.genre-tab {
	position:relative;
	z-index:2;
	padding:0px 0px 0px 14px;
}
.genre-tab ul li {
	width:127px;
	height:30px;
	float:left;
}
.top-whatnewtab ul li img {}
/*.tab-yo , .tab-chu {display:none;}*/


/* 7. 店舗ご案内
--------------------------------------------------------------------*/
.shop-area {
	width:820px;
	background:url("/reservation/img/kakomi_top.gif") top no-repeat;
	padding-top:6px;
	position:relative;
	z-index:1;
	top:-1px;
}

.shop-area-bottom {
	width:820px;
	padding-bottom:7px;
	background:url("/reservation/img/kakomi_bottom.gif") bottom no-repeat;
}
.shop-body {
	width:808px;
	border:solid #ede5be;
	border-width:0px 1px;
	padding:0px 5px;
	background-color:#fff;
}
/* IE Hack */
* html .shop-body {width:820px;}

.shop-layout-box {
	width:808px;
	padding:0px 0px 13px;
}
.left-shop {
	width:394px;
	float:left;
}
.right-shop {
	width:394px;
	float:right;
}

h2.shop-name {
	color:#fff;
	font-size:120%;
	font-weight:bold;
	background:url("/reservation/img/title_bg_green.gif") top repeat-x #58983a;
	padding:5px 8px;
	margin-bottom:5px;
}
.shop-info {padding:0px 8px;}
p.station {
	padding-left:14px;
	background:url("/reservation/img/icon_train.gif") left center no-repeat;
}
p.shop-image {
	width:378px;
	height:151px;
	overflow:hidden;
	margin:15px 0;
}
h3.promo-word {
	color:#58983a;
	font-weight:bold;
	margin-bottom:10px;
}
p.shop-txt {margin-bottom:10px;}
ul.list-txt {
	padding-left:1em;
	margin-bottom:10px;
}
ul.list-txt li {
	text-indent:-1em;
}
.gnavi-link {
	padding-left:14px;
	background:url("/common/img/arrow_green.gif") left center no-repeat;
}
a.link-window {
	padding-right:14px;
	background:url("/reservation/img/icon_window.gif") right center no-repeat;
}
.qr-code-area {
	margin-top:15px;
	margin-left:8px;
	width:378px;
	padding-top:11px;
	background:url("/reservation/img/dot_line_377.gif") top no-repeat;
}
.qr-code {
	width:86px;
	float:left;
}
.mobile-txt {
	width:291px;
	float:right;
}


/* 8. Footer
--------------------------------------------------------------------*/
.pagetopbtn {
	margin-top:18px;
	text-align:right;
}
#footer {height:40px;}
.copyright {margin-top:15px;}
