@charset "utf-8";
@import url("../css/page.css");

/* CSS Document */

#title h1 {
	display: block;
	margin: 0;
	width: 100%;
}

#title img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#access {
	display: block;
	margin: 40px auto;
	width: 90%;
}

#access img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#access h1 {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 96%;
}

#traffic {
	display: block;
	margin: 50px auto 0;
	width: 96%;
}

#acmap {
	display: block;
	margin: 30px auto 50px;
	width: 100%;
}

#acmap h1 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 43px;
	width: 96%;
}

#accmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#accmap iframe,
#accmap object,
#accmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (min-width: 769px) {
#title h1 {
	background-image: url(../images/access/title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 182px;
	width: 1015px;
}

#access {
	display: block;
	margin: 130px auto 180px;
	width: 1015px;
}

#access h1 {
	display: block;
	margin: 0 auto;
	height: 34px;
	width: 187px;
}

#traffic {
	background-image: url(../images/access/traffic.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 124px auto 0;
	height: 135px;
	width: 667px;	
}

#acmap {
	margin: 153px auto 175px;
	width: 1015px;
}

#acmap h1 {
	font-size: 28px;
}
}
