@charset "shift_jis";

#up_btn {
	width: 100%;
	height: 20px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

/****************フードページ用********************/

.food_img_block {
	width: 270px;
	border: 1px solid #999999;
	text-align: center;
	margin-bottom:5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.food_img_block p {
	font-size: 11px;
	text-align: left;
	margin:0;
	padding:5;
}
/* 料理リスト小見出し ライン */
.dtl_line {
	border-bottom:1px solid #D90D0D;
}
/*--主な料理メニュー*/
.dtl_menu04_dot td {
	border-bottom: 1px dotted #999999;
}
.dtl_menu05_16 {
	padding:10px 0px 10px 0px;
	font-size: 15px;
	font-weight:bold;
}
.dtl_menu06_16 {
	padding:10px 0px 10px 0px;
	font-size: 14px;
	text-align:right;
}

/*--料理リストメニュー補足*/
.dtl_menu07_16 {
	color:#999999;
	font-size:13px;
	vertical-align:middle;
	font-weight:normal;
}

.menuImgListed img{
	padding:3px;
}
/*--備考*/
.dtl_bikou01_16 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border:1px solid #E1DDCE;
	padding:5px;
}

/*ドリンクメニュー*/
.menuImgListed_d {
	width:550px;
	margin-bottom:5px;
}
.menuImgListed_d img{
	padding:3px;
	border:1px solid #CCCCCC;
	margin:3px;
}
.menu_name-l {
	float:left;
	text-align:center;
	width:245px;
	padding-left:30px;
}
.menu_name-r {
	float:right;
	text-align:center;
	width:245px;
	padding-right:30px;
}
.menu_title-l {
	float:left;
	font-weight:bold;
	padding-left:35px;
}
.menu_title-r {
	float:right;
	font-weight:bold;
	padding-right:20px;
}

#menu:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;
}
.menu_title07 {
	background-image:url(../foods/img/title07_2.gif);
	background-repeat:no-repeat;
	line-height:30px;
	margin-bottom:10px;
	width:560px;
	color:#fca927;
}
.menu_title08 {
	background-image:url(../foods/img/title08_2.gif);
	background-repeat:no-repeat;
	line-height:30px;
	color:#e9aa45;
	width:560px;
}
.menu_title09 {
	background-image:url(../foods/img/title09_2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:30px;
	color:#37ae26;
	width:560px;
}
.menu_title10 {
	background-image:url(../foods/img/title10_2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:30px;
	color:#3791de;
	width:560px;
}
.menu_title11 {
	background-image:url(../foods/img/title11_2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:30px;
	color:#860d0d;
	width:560px;
}
.menu_title12 {
	background-image:url(../foods/img/title12_2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:30px;
	color:#0d2c86;
	width:560px;
}
.menu_title13 {
	background-image:url(../foods/img/title13_2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:30px;
	color:#137546;
	width:560px;
}
.menu_title14 {
	background-image:url(../foods/img/title14_2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:30px;
	color:#3d8762;
	width:560px;
}
.menu_title15 {
	background-image:url(../foods/img/title15_2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:30px;
	color:#9f5a16;
	width:560px;
}
.menu_title16 {
	background-image:url(../foods/img/title16_2.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	line-height:30px;
	color:#ff8b8b;
	width:560px;
}



/****************占いページ用**********************/

.uranai_question {
	background-color: #FFFFCC;
	display: block;
	width: 500px;
	text-align: left;
	padding: 10px;
	border: 1px solid #999999;
}
.uranai_question h2 {
	font-size: 25px;
	color: #000099;
	line-height: 1.3em;
	font-weight: bold;
}

.uranai_result {
	background-color: #FFCCFF;
	display: block;
	width: 500px;
	text-align: left;
	padding: 10px;
	border: 1px solid #999999;
	color: #000000;
}

/****************クーポン一覧ページ用**********************/

#coupon_shoplist ul {
	width: 720px;
	list-style-type: none;
	line-height: 150%;
}
#coupon_shoplist li {
	float: left;
	width: 150px;
	background-image: url(../img/p01.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#coupon_shoplist a {
	font-size: 13px;
	padding-left: 12px;
}



/****************キャンペーンページ用**********************/

.campaign_notice {
	width: 500px;
	background-color: #FFCCFF;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/****************ランキングページ用*****************/

#ranking {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#ranking td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 3px;
}


/****************店舗ページ用**********************/

.shopPhoto img {
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.shopDetail{
	width:560px;
	border-right:#bbb solid 1px;
	border-bottom:#bbb solid 1px;
}
.w545{
	width:545px;
}
.shopDetail th{
	width:100px;
	background-color:#FF9900;
	color:#fff;
	font-weight:bolder;
	text-align:center;
	border-top:#bbb solid 1px;
	border-left:#bbb solid 1px;
	padding:5px;
}
.shopDetail td {
	border-top:#bbb solid 1px;
	border-left:#bbb solid 1px;
	padding: 5px;
}
.week {
	width: 90px;
	color: #000000;
	font-weight: bold;
	display:block;
	float:left;
	clear:both;
	margin-bottom:5px;
}
.time{
	color:#FF3300;
	font-size:14px;
	font-weight:bold;
	display:inline;
	width:200px;
	float:left;
	margin-left:0px;
	margin-bottom:5px;
}
.parttime td {
	padding: 5px;
}
.coupon {
	margin-top: 10px;
}
#tenpo_mapWrapper {
	width: 545px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#tenpo_mapWrapper td{
	text-align: left;
	padding: 5px;
}
.tenpoListingBox {
	width: 145px;
	display: inline-block;
	float: left;
}
.tenpoListingBox p {
	padding: 5px;
}
.tempoAddr {
	font-style: normal;
	font-size: 10px;
}
#tenpoList img {
	margin-right: 1px;
	margin-left: 1px;
}
#tenpoList td {
	background-position: top;
	text-align: left;
}

#haishinNum {
	width: 270px;
}
#haishinTitle {
	background-image: url(../img/haishinkyokusuu.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 270px;
}

#haishinTitle p {
	color: #333333;
	text-align: right;
	font-size: 10px;
	padding-top: 18px;
}
#haishinNum table {
	width: 252px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#haishinNum td {
	font-size:9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding: 2px;
}
.marginL_10 {
	margin-left: 10px;
}
#couonPageWrapper {
	width: 545px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#couponDiscription {
	width: 560px;
}
#coupon_list {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
#coupon_list th {
	color: #FF0000;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#coupon_list td {
	padding: 7px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.couponFrame{
width:505px;
border:#003366 solid 2px;
}

.w560 {
	width: 560px;
}
#overlayTop {
	position: absolute;
	top: 400px;
	left:0;
}

.kansougeiMenuList li{
margin-left:15px;
list-style-type:disc;
}