﻿/* ----------施設 ---------- */
	
#cont_box{
	width: 960px;
	margin: 0 auto;
}
#cont_box:after {
    display: block;
    clear: both;
    height: 0.01px;
    content: "";
	 *zoom: 1;
}
.page_title{
	margin: 0 auto;
	text-align: center;
	padding-top: 48px;
	 width: 960px;
}
.cafe_inbox{
	width: 860px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-radius: 14px;        /* CSS3草案 */  
    -webkit-border-radius: 14px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 14px;   /* Firefox用 */  
	box-shadow: 2px 3px 6px #9b9b9b;
	-moz-box-shadow: 2px 3px 6px #9b9b9b; /* Firefox */
	-webkit-box-shadow: 2px 3px 6px #9b9b9b; /* Chrome, Safari */
	behavior:url("../PIE.htc");
	background: #FFF;
}
.drink{
	background: #FFFFFF url(../img/cafe/cafe_drink_bg.png) no-repeat left 30px  bottom 5px;
}

.food{
	background: #FFFFFF url(../img/cafe/cafe_food_bg.png) no-repeat right 20px  bottom 11px;
}
.dog{
	background: #FFFFFF;
	position: relative;
	text-align: center;
}
.dogimg{
	position: absolute;
	top: -22px;
	left: 48px;
}
.cafe_inbox h2{
	text-align: center;
	padding: 20px 0 6px 0;
}
.food p{
	clear: both;
	padding: 10px 0 0 120px;
}
.menu_inner_box{
	box-shadow: none;
}
.menu_inner_box:after {
	visibility:hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;} 
ul.menu{
	float: left;
	width: 280px;
	line-height: 26px;
	text-shadow: none;

}
.inlf_space{
	padding-left: 120px;
}
.inrt_space{
	padding-left: 95px;
}
li.menu_lst{
	width: 255px;
	clear: both;
	font-size: 14px;
	border-bottom: dashed #CCCCCC 1px;
	margin-top: 3px;
}
li.menu_lst span.menu_t{
	width: 170px;
	display: inline-block;
}
li.menu_lst span.menu_price{
	width: 85px;
	display: inline-block;
	float: right;
	text-align: right;
}
li.menu_lst span.menu_pasta{
	width: 160px;
	display: inline-block;
}
li.menu_lst span.menu_pasta_price{
	width: 95px;
	display: inline-block;
	float: right;
	text-align: right;
}
