@charset "utf-8";

body{
	background:#181818;
	font-size:13px;
	line-height:1.6;
	color:#555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	color:#666;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
	color:#999;
}

/* wrapper
-------------------------------------*/
#wrapper{
	background:#fff;
}


/* header
-------------------------------------*/
#header{
	height:157px;
	background:url(../images/bg_header.jpg) repeat-x;
}
#header .inner{
	width:1040px;
	margin:0 auto;
	padding-top:33px;
	overflow:hidden;
	_zoom:1;
	
}
#header h1{
	width:200px;
	float:left;
}

#header .social{
	display:none;	
	float:right;
	margin:18px 30px 0 0;
}
#header .social li{
	float:left;
	margin-left:15px;
}

#header .headnavi{
	width:620px;
	_width:810px;
/*	padding:28px 0 0 190px;*/
	padding:68px 0 0 190px;
	background:url(../images/bg_line.png) no-repeat bottom right;		
	overflow:hidden;
	_zoom:1;
}
#header .headnavi li{
	float:left;
	padding:0 1px;
	background:url(../images/bg_line.png) no-repeat bottom left;
}


/* topicPath
-------------------------------------*/
#topicPath .inner{
	height:40px;
	_height:60px;
	padding-top:20px;
}
#topicPath p{
	width:980px;
	_width:1040px;
	margin:0 auto;
	padding-left:60px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
}
#topicPath a{
	text-decoration:none;
	color:#FFFFFF;	
}
#topicPath .bg_honten{background:url(../images/bg_topicPath_honten.jpg) no-repeat center top #000000;}
#topicPath .bg_paseo{background:url(../images/bg_topicPath_paseo.jpg) no-repeat center top #000000;}
#topicPath .bg_ginza{background:url(../images/bg_topicPath_ginza.jpg) no-repeat center top #000000;}
#topicPath .bg_common{background:url(../images/bg_topicPath_honten.jpg) no-repeat center top #000000;}

/* glnavi
-------------------------------------*/
#glnavi {
/*	height:170px;*/
	text-align:center;
	background:#FFFFFF;
	margin:0;
	padding:0;
	overflow:hidden;
	_zoom:1;
}
#glnavi .tab {
	height:100px;
	margin:-1px 0 0 0;
	padding:0;
	background:url(../images/bg_tab.png) repeat-x left top #FFFFFF;
}
#glnavi .tab img{
	display:block;
	margin:0 auto;
}
#glnavi .navi{
	margin:0;
	padding:0;
	background:#FFFFFF;
}
#glnavi ul{
	width:1040px;
	margin:0 auto;
	padding:30px 0 20px 5px;	
	overflow:hidden;
	_zoom:1;
}
#glnavi ul li{
	float:left;
	margin-right:12px;
	padding:0 0 0 5px;
	background:url(../images/listmark.gif) no-repeat left 9px;
}
#glnavi ul li a{
	display:block;
	margin:0 5px;
	font-size:15px;
	color:#333333;
	text-decoration:none;
}
#glnavi ul li a:hover{
	color:#DA4027;
	text-decoration:underline;
}
#glnavi ul li.current a{
	color:#DA4027;
}

/* main
-------------------------------------*/
#contents{
	background:#fff;
}
#contents .content_inner{
	width:1040px;
	margin:0 auto;
	padding-bottom:50px;
	overflow:hidden;
	_zoom:1;
	background:#fff;
}
#contents h2{
	height:60px;
	_height:110px;
	padding:50px 0 0 20px;
	font-size:22px;
	font-weight:bold;
	background:url(../images/bg_title.png) no-repeat center top;
	color:#000;
}
#contents h2.common{
	background:none;	
}
#contents h2.common.reserve{
	height: 100px;
	padding: 10px 0 0 160px;
	background: url(../images/icon_reserve.png) no-repeat left bottom;
	line-height: 100px;
}
#contents h2.common.coupon_top{
	height: 100px;
	padding: 10px 0 0 160px;
	background: url(../images/icon_coupon.png) no-repeat left bottom;
	line-height: 100px;
}
#contents h2.common.recruiting_top{
	height: 100px;
	padding: 10px 0 0 160px;
	background: url(../images/icon_recruit.png) no-repeat left bottom;
	line-height: 100px;
}
#contents h2.common.store{
	height: 100px;
	padding: 10px 0 0 160px;
	background: url(../images/icon_store.png) no-repeat left bottom;
	line-height: 100px;
}
#contents h3{
	margin: 35px 0px 10px 0px;	
	padding:10px;
	color: white;
	font-size:18px;
	background:url(../images/bg_tag.png) no-repeat;
}

#contents h4{
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	color: #FF3400;
}

#contents h4.sub_title{
	margin: 15px 0px 10px 0px;
	font-size: 14px;
}

#contents h5{
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	color: #D57A29;
}

#contents h6{
	margin: 0px 0px 10px 0px;
	color:#000;
}

#contents p{
	margin:0 0 20px 0;
}

#contents p.edit{
	margin:20px 0 0 0;
}

#contents p.edit a{
	color:#999;
}

#contents ul.btn{
	overflow:hidden;
	_zoom:1;
}

#contents ul.btn li{
	float:left;
	padding:0 20px 20px 0;
}

/* footer
-------------------------------------*/
#footer{
	height:194px;
	background:url(../images/bg_footer.png) repeat-x;
}
#footer .inner{
	width:1110px;
	margin:0 auto;
}

#footer .inner .footnavi{
	padding-top:40px;
	overflow:hidden;
	_zoom:1;
}
#footer .inner .footnavi li{
	float:left;
	padding:0 8px;
	border-left:1px solid #FFF;
	letter-spacing:1px;
}
#footer .inner .footnavi li a{
	color:#FFF;
	text-decoration:none;
}
#footer .inner .footnavi li a:hover{text-decoration:underline;}
#footer .inner .address{
	float:left;
	padding:30px 0 0 120px;
	background:url(../images/logo_footer.png) no-repeat left bottom;
}
#footer .inner .copyright{
	float:right;
	padding-top:70px;
}



/* ALMOND追加設定　バルランチ
-------------------------------------------------------------- */
	
.lunch_spec {
	width:330px;
	margin: 0px;
	padding: 0px;
	}

.lunch_spec table {
	width:100%;
	margin:0px;
	}

.lunch_spec table th {
	width: 260px;
	vertical-align:middle;
	text-align:left;
	border:none;
	}

.lunch_spec table td {
	text-align:center;
	vertical-align:middle;
	border:none;
	}


div.lunch_ex {
	text-align:left;	
	}
	
div.lunch_ex table {
	border-top:1px solid #A0A0A4;
	border-left:1px solid #A0A0A4;
	}

div.lunch_ex table th{
	vertical-align:middle;
	width: 200px;
	}

div.lunch_ex table th {
	border-right:1px solid #A0A0A4;
	border-bottom:1px solid #A0A0A4;
	padding:5px;
	}
	
div.lunch_ex table td {
	border-right:1px solid #A0A0A4;
	border-bottom:1px solid #A0A0A4;
	padding:5px;
	}
	
	
/* ALMOND追加設定　TOPカテゴリ名レイアウト
-------------------------------------------------------------- */

div#contents div#menu dl dt.menu_head {
	width: 320px;
	height: 24px;
	background:url(../images/menu_head_bg.jpg) no-repeat;
	padding-bottom: 1px;
	margin-bottom: 0px;
	vertical-align: bottom;
}


div#contents div#menu dl dt.menu_head p.menu_head_text {
	text-align:left;
	padding: 0px;
	margin: 0px;
	font-size:14px;
	vertical-align: bottom;
}


div#contents div#menu dl.news_zone {
	overflow:scroll;
	height: 350px;
	text-align:left;
	padding: 0px;
	margin: 0px;
}


	


div#store_go_photo {
	text-align:center;
	padding-bottom:15px;
	}