@charset "utf-8";





@media only screen and (max-width: 767px) {

#floor_map{
	display: none;
}
}
@media only screen and (max-width: 480px) {


}
@media print, screen and (min-width: 768px) {

#floor_map *{
	margin: 0;
	padding: 0;
}
#floor_map img{
	max-width: 100%;
}
.a-body.a-grabbing #floor_map{
	filter:  alpha(opacity=30%);  -moz-opacity:.3;  opacity:.3;
}
#floor_map{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99999;
	width: 300px;
	height: 300px;
}
#floor_map .link{
	position: relative;
}
#floor_map a{
	position: absolute;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	background-color: rgba(255,60,60,0.5);	
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 10px;
}

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
