@charset "shift_jis";

*{
	padding:0;
	margin:0 auto;
}

li{
	list-style-type:none;
}

.catch{
	width:220px;
	height:50px;
	text-indent:10px;
	text-align:left;
	font-size:small;
	float:left;
}

.day_info{
	width:50px;
	height:48px;
	border-radius:10px;
	background-color:#F69;
	text-align:center;
	font-size:small;
	color:#FFF;
	float:left;
	padding-top:2px;
}

.line0{
	padding-bottom:5px;
}

.line1{
	font-size:x-small;
	color:#583822;
	/*padding-bottom:5px;*/
}

.line2{
	font-size:larger;
	color:#583822;
}

.b_copy{
	width:270px;
	height:140px;
	font-size:small;
	text-align:left;
	line-height:120%;
	margin-top:10px;
	float:left;
}

.shop_photo{
	background-color:#FFF;
	margin-left:10px;
	padding:4px;
	margin-right:10px;
	float:right;
	box-shadow:1px 1px 5px #AAA;
}

.shop_tel{
	font-size:larger;
}

.shop_map{
	width:70px;
	height:70px;
	float:left;
}

.shop_data{
	width:190px;
	height:68px;
	border-top:dashed 1px #583822;
	border-bottom:dashed 1px #583822;
	font-size:x-small;
	margin-left:10px;
	float:left;
}


