﻿@charset "utf-8";
/*リセット用CSSの読み込み*/
@import url(/restaurant/module/RestSide.css);
.RestLunchTitle {
	margin-bottom: 40px;
	width: 650px;
	margin-top: 15px;
	_margin-top: 0px;
}
.RestLunchCopy {
	width: 290px;
	float: left;
}
.RestLunchTitle h3,.RestLunchTitle p {
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 290px;
}
.RestLunchTitle h3 {
	margin: 0px;
	padding: 0px;
	background-image: url('images/lunch_main_title.png');
	_behavior: expression(IEPNGFIX.fix(this));
	height: 53px;
}
.RestLunchTitle p {
	margin: 0px;
	padding: 0px;
	background-image: url('images/lunch_main_catch.png');
	_behavior: expression(IEPNGFIX.fix(this));
	height: 153px;
}

.LunchMainImage,.LunchMainImage a {
	display: block;
	overflow: hidden;
	width: 330px;
	height: 200px;
}
.LunchMainImage {
	float: right;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
}
.LunchMainImage a {
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

/*ッランチメニューリスト*/
.LunchMenuList {
	width: 203px;
	float: left;
	margin-right: 20px;
	margin-bottom:15px;
	display: inline;
	/*height: 165px;*/
}
.LunchMenuImgBox,.LunchMenuImgBox a {
	height: 114px;
	width: 197px;
	display: block;
	overflow: hidden;
}
.LunchMenuImgBox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
}
.LunchMenuImgBox a {
	background-position: center center;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.LunchMenuList h4 {
	padding: 0px;
	line-height: 130%;
	font-size: 12px;
	_font-size: 100%;
	background-image: url('../../module/images/Common/ArrowS.png');
	background-repeat: no-repeat;
	_behavior: url("../../module/js/iepngfix/iepngfix.htc");
	background-position: 0px 1px;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 32px;
}
.LunchMenuList h4 a {
	display: block;
	padding-left: 8px;
	color: #633b11;
}
.LunchMenuListPrice {
	font-size: 11px;
	_font-size: 88%;
	text-align: right;
	display: block;
	line-height: 130%;
}
.MainContents {
	width: 670px;
}
.LunchNonPhotoMenuList {
	width: 650px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #d7a546;
}
.LunchNonPhotoMenuList dl,.LunchNonPhotoMenuList dt,.LunchNonPhotoMenuList dd {
	margin: 0px;
	padding: 0px;	
}
.LunchNonPhotoMenuList dl {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #d7a546;
}
.LunchNonPhotoMenuList dt {
	width: 550px;
	float: left;
}
.LunchNonPhotoMenuList dt span {
	font-size:11px;
	_font-size:88%;
}
.LunchNonPhotoMenuList dd {
	width: 75px;
	float: right;
	text-align: right;
}
.LunchNonPhotoMenuList dt,.LunchNonPhotoMenuList dd {
	line-height: 32px;
}


/*詳細画面用*/

.RestLunchDetails,.RestLunchDetails h3 {
	height: 53px;
	width: 200px;
}
.RestLunchDetails h3 {
	background-image: url(images/lunch_main_title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	_behavior: url("/module/js/iepngfix/iepngfix.htc");
}

.LunchMenuDetailsImgBox {
	width: 644px;
	margin-top: 15px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
}
*html .MainContents {
	padding-top: 30px;
}

.RestLunchDetails {
	float: left;
}

.LanchDetailsCopyBox {
	float: right;
	width: 400px;
}
.LunchMenuDetails {
	width: 650px;
	padding-top: 18px;
}
.LunchMenuDetails hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e2b250;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
}
.LanchDetailsCopyBox h4 {
	font-size: 16px;
	_font-size: 133%;
	margin-top: 0px;
}

