@charset "UTF-8";
/* CSS Document */
.maincopy {
	background-image:url(../images/access/bg.jpg);
	}
.maincopy h2 img{width:205px; height:55px;}
#map_canvas{
	width:400px;
	height:300px;
	margin:0 auto;
}
#map_canvas iframe{
	width:400px;
	height:300px;
}
h4{
	width:90px;
	height:90px;
	line-height:90px;
	color:#FFF;
	text-align:center;
	background-color:#1e83d4;
	float:left;
}
#access h5{
	margin:5px 0 5px 0;
	font-weight:normal;
}
#companyinfo{
	width:400px;
	margin:35px auto 80px auto;
}
#infotxt{
	margin:0 0 0 40px;
	width:250px;
	float:left;
}
@media screen and (max-width: 40em) {
.maincopy h2 img{width:175px; height:47px;}
.maincopy {
	height:180px;
	}
}
@media screen and (max-width: 399px) {
#map_canvas{
	width:90%;
	height:200px;
	margin:0 auto;
}
	#map_canvas iframe{
	width:100%;
	height:200px;
}
#companyinfo{
	width:90%;
	margin:40px auto 60px auto;
}
h4{
	float:none;
	margin:0 auto;
}
#infotxt{
	margin:40px auto 0 auto;
	width:230px;
	float:none;
}
#infotxt p,#infotxt h5{
	text-align:center;
}
}
