/* ***最終更新日　130208 *** */
@charset "UTF-8";
/* CSS Document */
html, body {
	line-height: 1em;
}
#map_box {
	width: 980px;
	padding: 0px;
	margin-top: 5px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	left: auto;
	right: auto;
}
#map_box div {
	text-align: center;
	font-size: 8px;
	line-height: 8px;
	-webkit-text-size-adjust: none;
}
.btn_list {
	background-image: url(../ABCAbtn/btn_detail.png);
	width:35px;
	height: 34px;
	float:left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	text-decoration: none;
	font-size: 8px;
}
.hint_list { /* ヒントボタンの配置 */
	text-align:right;
	width:5%;
	margin-left:45%;
	margin-bottom: 5px;
}
/* * CANVAS関連 * */
#uribaname {
	position: absolute;
	left: 20px;
	top:58px;
	z-index:1000;
} /* 売場名の表示エリア */
#uribaname div {
	text-align: center;
	font-size: 8px;
	line-height: 8px;
	-webkit-text-size-adjust: none;
} /* 売場名 */
.lay_position {
	left: 10px;
	top:48px;
	z-index:999;
	position:absolute;
} /* CANVASの表示位置 */
#h_lay .ui-grid-d .ui-block-b span, #h_lay2 .ui-grid-d .ui-block-b span {
	font-size: small;
	line-height:1.5em;
} /* タイトルメニュー名 */
#h_lay .ui-grid-d .ui-block-d div, #h_lay2 .ui-grid-d .ui-block-d a {
	float: left;
}
