@charset "utf-8";


/*	access
------------------------------------------*/

#acs{
	position:relative;
	padding:110px 0 0;
}

#acs h1{
	position:relative;
	margin:0 0 100px 80px;
}

#acs_d1{
	position:absolute;
	left:400px;
	top:115px;
	font-size:13px;
	line-height:25px;
}
#acs_d1 b{
	font-family:'Lato';
	font-size:19px;
	font-weight:bold;
}

#acs_d2{
	position:absolute;
	left:600px;
	top:115px;
	font-size:13px;
	line-height:25px;
}
#acs_d2 span{
	display:inline-block;
	* zoom:1;
	* display:inline;
	width:4em;
}
#acs_d2 em{
	font-size:11px;
}

#gmap{
	width:100%;
	height:600px;
	background:whitesmoke;
	margin:0 auto;
}

#indoor_view{
	margin:100px auto;
	width:84.3%;
	height:600px;
	background:whitesmoke;
}
@media screen and (max-width: 960px) {
	#acs{
		position:relative;
		padding:50px 0 0;
		text-align:center;
	}
	#acs h1{
		margin:0 auto 15px auto;
	}
	
	#acs_d1, #acs_d2{
		position:relative;
		left:inherit;
		top:inherit;
		margin:0 auto 20px;
	}
	
	#gmap{
		width:90%;
		height:500px;
		background:whitesmoke;
	}
	#indoor_view{
		margin:50px auto;
		width:90%;
		height:500px;
	}
}
@media screen and (max-width: 600px) {
	#gmap, #indoor_view{
		height:300px;
	}
}

