.navigation_map_button{
	width:100%;
	height: 100%;
}
.in_map_range{
	position: relative;
	width: 50%;
	max-width: 450px;
	min-width: 250px;
	height:50%;
	background: #2D2878; /* Old browsers */
	background: -moz-linear-gradient(top, #2D28CD 0%, #2D2878 50%, #2D28CD 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2D28CD 0%,#2D2878 50%,#2D28CD 100%); /* Chrome10-25,Safari5.1-6 */
	background: -ms-repeating-linear-gradient(top, #2D28CD 0%, #2D2878 50%, #2D28CD 100%);
    background: -o-repeating-linear-gradient(top, #2D28CD 0%, #2D2878 50%, #2D28CD 100%);
	background: linear-gradient(to bottom, #2D28CD 0%,#2D2878 50%,#2D28CD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow:2px 2px 6px 2px rgba(20%,20%,40%,0.5),-2px -2px 6px 2px rgba(20%,20%,40%,0.5);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.in_map_range div {
	display: inline-block;
}

.in_map_range a {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 33px;
	font-size: 39px;
	text-indent: 20px;
	overflow: hidden;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.in_map_range div.left {
	position: absolute;
	background: url(../images/same/map/gray.png) no-repeat center;
	background-size: 50%;
	width: 25%;
	height: 100%;
	left: 10%;
}

.in_map_range div.center {
	position: absolute;
	left: 40%;
}
@media(max-width:768px){
	.in_map_range a {
		font-size: 30px;
		text-indent: 15px;
	}
}
@media(max-width:480px){
	.in_map_range a {
		font-size: 24px;
		text-indent: 10px;
	}
}