@charset "UTF-8";

html {
	height: 100%;
	width: 100%
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 84%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

#map_canvas {
	height: 100%;
	width: 100%
}

div.info_window {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	width: 440px;
	padding-bottom: 50px;
}

div.info_header_tab {
	width: 140px;
	text-align: center;
	float: left;
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	margin-right: 3px;
	padding: 5px 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

div.info_header_tab_b {
	background-color: #efefef;
	color: #666666;
}

div.info_content {
	width: 440px;
	padding-top: 10px;
}

table.shop_info {
	width: 440px;
}

table.shop_info th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	width: 70px;
}

table.shop_info th.head {
	height: 70px;
}

table.shop_info tr.ul th, table.shop_info tr.ul td {
	border-bottom: dotted 1px #999999;
	padding-top: 5px;
	padding-bottom: 1px;
	vertical-align: bottom;
}

table.shop_info img.shop_icon {
	vertical-align: middle;
}

table.shop_info img.free_icon {
	vertical-align: middle;
	margin-right: 10px;
}

span.shop_name {
	font-size: x-large;
}

span.shop_free {
	font-size: large;
}