@charset "UTF-8";

.map_canvas {
  width: 1000px;
  height: 700px;
}

.center_pdf {
	position: relative;
	display: inline-block;
	padding:10px 45px;
	background: #fff;
	border: solid 2px #1E90FF;
	border-radius: 4px;
	box-shadow: inset 0 5px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0, 0, 0, 0.19);
	font-weight: bold;
}
.center_pdf a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}
.center_pdf:hover {
	color: #1E90FF;
	text-decoration: none;
	background-color: #F0F8FF;
}
