@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
店舗情報
-------------------------------------------------------*/
#shop_info {
	overflow:hidden;
}
#shop_info h2 {
	padding:20px 20px 20px 10px;
	border-bottom:1px solid #DDDDDD;
	font-weight:bold;
	background-color: #F5F5F5;
	margin-bottom:10px
}
#shop_info .map {
	float:right;
	width:482px
}
#shop_info iframe {
	margin-top:20px;
	border:1px solid #CCC
}
#shop_info .txt {
	float:left;
}
#shop_info dl {
	margin:0;
	padding:0;
	clear:both;
	overflow: hidden;
	width:400px
}
#shop_info dt {
	float:left;
	width:100px;
	border-left: 3px solid #CCC;
	padding-left:5px
}
#shop_info dd {
	float:left;
	padding-bottom:20px
}
#shop_info img {
	margin-top:3px
}
#shop_info .btn {
	text-align:right;
	margin-bottom:20px
}
#shop_info .btn img {
	margin-left:15px
}
s