@charset "UTF-8";
/* CSS Document */


/* ========================================
	* フロアボタン
======================================== */

section#floormap{
	margin:0 0 30px;
}

section#floormap ul li img{
	width:100%;
}

section#floormap ul:after{
	 display: block;
	 visibility: hidden;
	 clear: both;
	 height: 0;
	 content: ".";
}
#floormap h1 img{
	height:44px;
}

section#floormap ul.floormap{
	margin: 0 auto;
	padding: 13px 0 5px 0;
	width: 100%;
	border-bottom: none;

	-webkit-background-size: 29px;
	-moz-background-size: 29px;
	-o-background-size: 29px;
	background-size: 29px;
}
section#floormap ul.floormap li{
	float:right;
	margin:0 3px 5px 0;
	width:95px;
}
section#floormap ul.floormap li a{
	overflow:hidden;
}
section#floormap ul.floormap li:nth-child(3n){
	margin:0 5px;
}

section#floormap .map{
	position:relative;
	overflow:hidden;
	margin:0px auto;
	width:100%;
}

section#floormap ul.floormap .sc{
	width: 40px;
	margin-right: 5px;
	position:relative;
	top:3px;
}
section#floormap ul.floormap .floorbtn{
	margin-right: 5px;
	position:relative;
	top:6px;
	left:102px;
}
floorbtn{
	display:block;
	margin:0 auto;
	width:100%;
}
.floorbtn .btnimg{
	display:block;
	text-align: right;
}


/**viewport**/
#viewport {
    width:290px;
    height: 212px;
    cursor: move;
    margin: 0px auto 2px;
    overflow: hidden;
	padding-right:0px;
}

