@charset 'UTF-8';

/* 店舗情報 */
div.shop_map
{
	float: left;
	width: 230px;
	margin: 0px 0px 30px 0px;
}

div.shop_text
{
	float: right;
	width: 280px;
	margin: 0px 0px 30px 0px;
	line-height: 150%;
}

div.shop_img
{
	float: left;
	width: 230px;
	margin: 0px 0px 30px 0px;
}

table.shop_table
{
	width: 280px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
}

td.shop_td_left
{
	width: 70px;
	margin: 0px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #c0c0c0;
}

td.shop_td_right
{
	width: 210px;
	margin: 0px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #c0c0c0;
	line-height: 120%;
}