#mainContents.shop{
	clear: both;
}
.floorContent{
	padding: 20px 0;
}
.floorGuide .floorNanber {
	float:left;
	background:#5ab1e2;
	border-radius:20px;
	-webkit-border-top-left-radius:20px;    /* 左上角丸 */
	-webkit-border-top-right-radius:20px;    /* 右上角丸 */
	-webkit-border-bottom-left-radius:20px;    /* 左下角丸 */
	-webkit-border-bottom-right-radius:20px;    /* 右下角丸 */
	width:18px;
	height:18px;
	margin-bottom:5px;
	padding:6px;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.floorGuide .floorName {
	margin-bottom:5px;
	padding:5px 10px 5px 40px;
	font-weight:bold;
}
.floorGuide .floorMap {
	overflow-y: hidden;
	overflow-x: auto;
}
.floorGuide .floorNote{
	clear: both;
	padding-top: 10px;
}