<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ===================================================================
 style info : 共通

  color
 背景　#f9f6ef
 btn背景濃い目グレー　#e2e0d9
 text   #4b5659
 リンク　#0B8BD2
 
 背景薄めグレー　#eeebe4
 
 茶色 #42210b
 ピンク　#ff6666
 青　#0B8BD2
 緑　#00561f
 濃い青　#244386
 
 抹茶色　#5b840a
  
=================================================================== */

/*------------------------------------------------------------
	食べる
------------------------------------------------------------*/

.eat p{
	margin:10px;
	text-align:left;
}
.eat h4{
	margin:10px;
	text-align:left;
}

.eat .recommend dl{
	width:93%;
	margin:10px auto 35px;
}
.eat .recommend dt{
	width:43%;
	float:left;
}
.eat .recommend dt img{
	width:100%;
}
.eat .recommend dd.copy{
	margin-left:43%;
	
}

.eat .recommend dd.store{
	clear:left;
	margin-top:10px;
	padding:5px;
	background:#fff45c;
}


/*レストラン一覧*/

.eat .shop_list li{
	background-color:#fff;
	background-image:url(../img/icon_arrow_gray.gif);
	background-position:95% 90%;
	background-repeat:no-repeat;
	background-size:13px;
	border-bottom:1px solid #e2e0d9;
}


.eat .shop_list a{
	width:100%;
	height:100%;
	color:#4b5659;
	padding-top:5px;
}
.eat .shop_list a.b_color{
	color:#1279FA;
}
.eat .shop_list h4{
	padding:5px 8px;
	background:#d7ea00;
	font-weight:bold;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.eat .shop_list h4 span{
	font-size:0.8em;
	font-weight:nomal;
}


.eat .shop_list dl{
	width:93%;
	margin:10px auto 15px;
}
.eat .shop_list dt{
	width:43%;
	float:left;
}
.eat .shop_list dt img{
	width:100%;
}
.eat .shop_list dd{
	margin-left:43%;
	
}

/*レストラン詳細*/

.eat .shop img{
	width:84%;
	margin:10px auto;
}
.eat .shop dl{
	margin:10px;
}
.eat .shop dt{
	clear:left;
	float:left;
	width:55px;
	color:#00561f;
	line-height:1.3em;
	text-align:left;
}
.eat .shop dd{
	margin-left:50px;
	line-height:1.3em;
	text-align:left;
	text-indent:-1em;
	padding-left:1em;
}
.eat .shop dd span{
	font-size:0.8em;
	display:block;
	padding-left:15px;
}
.eat .shop table{
	width:100%;
	text-align:left;
}
.eat .shop th {
	width:40%;
	padding:10px 15px;
	background-color: #eeebe4;
	border-bottom: 1px solid #fff;
}
.eat .shop table tr:first-child th {
	border-top: 1px solid #eeebe4;
}
.eat .shop table tr:last-child th {
	border-bottom: 1px solid #eeebe4;
}
.eat .shop table td {
	padding: 10px;
	background:#FFF;
	border-bottom: 1px solid #eeebe4;
	border-right: 1px solid #eeebe4;
}


.btn_map{
	width:90%;
	margin:10px auto;
	background:#f29100;
	border:1px solid #fff;
	height:40px;
	line-height:40px;
	background-image:url(../img/icon_arrow_white.gif),url(../img/icon_pc_white.gif);
	background-position:90% center,60% center;
	background-repeat:no-repeat;
	background-size:13px,15px;
}
.btn_map a{
	width:100%;
	height:100%;
	display:block;
	color:#fff;
	font-weight:bold;
}</pre></body></html>