

/* Access
---------------------------------------------- */

#access{
	width: 100%;
	min-width: 768px;
	height: auto;
	}
#access h1{
	font-size: 61px;
	background: url(../images/bg_voice.png) repeat;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	}
#access .boxL{
	text-align: center;
	padding: 50px 0 0 0;
	}
#access .boxR{
	float: right;
	}
#access h2{
	font-size: 18px;
	}
#access p{
	margin: 10px 0 0 0;
	}
#access .round-btn-1{
	position: relative;	
	width: 105px;/*150*/
	text-align: right;
	margin: 30px auto 0 auto;
	padding: 0 45px 0 0;
	display: inline-block;
	}

#access .round-btn-1 .icon{
	background: url(../images/icon_print.png) no-repeat;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 40px;
    top: 10px;
	}
	
#access #map-canvas{
	width: 100%;
	height: 640px;
	z-index: 1000;
	overflow: hidden;
	}
	
/*#access,*/
#map-canvas a,
#map-canvas img {
	width: 1920px;
	height: 640px;
}
#map-canvas a {
	position: relative;
	left: 50%;
	margin-left: -960px;
}
	
	
	
/* Footer
---------------------------------------------- */


#footer {
	width: 100%;
	min-width: 918px;
	overflow: hidden;
	background: #333 url(../common/images/bg_footer_logo.jpg) center top no-repeat;
	position: relative;
	z-index: 1000;
}

#footer>.solution-logo {
	padding: 0 0 30px 0;
	text-align: center;
	width: 100%;
	height: auto;
	background: #282727 url(../common/images/bg_01.jpg) center top repeat;
}
#footer .solution-logo .solution-logo {
	width: 296px;
	height: 152px;
	margin: 0 auto;
}
#footer .solution-logo .solution-logo img {
	width: 296px;
	height: 152px;
}

#footer .round-btn-1{
	position: relative;	
	width: 100px;/*150*/
	text-align: right;
	margin: 10px auto 10 auto;
	padding: 0 35px 0 0;
	display: inline-block;
	}

#footer .round-btn-1 .icon{
	background: url(../images/icon_close.png) no-repeat;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 30px;
    top: 10px;
	}







/* print
---------------------------------------------- */


@media print{

#access .boxL{
	padding: 90px 0 0 0;
	}

#map-canvas{
	display: none;
}
.mapPri{
	background: url(../images/img_map_priB.jpg) 0 no-repeat !important;
	width: 1080px !important;
	height: 640px !important;
}

}





















