.map_detail_father{
	margin: 0 auto;
	width: 850px;
	background-color:  white;
	
}

.map_information_father{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-between;
	
}
.map_pagelogo{
	width:16px;
	height: 16px;
}
.map_information{
	width: 400px;
	height:130px;
	border: 1px solid #7e1a82; 
	border-radius:5px;
	text-align: left;
	color:#7e1a82; 
}
.map_information:HOVER{
	width: 400px;
	height:130px;
	border: 1px solid white; 
	border-radius:5px;
	text-align: left;
	color:white; 
	background-color: #7e1a82;
}
.map_information1{
	width: 400px;
	height:130px;
	border: 1px solid #7e1a82; 
	border-radius:5px;
	text-align: left;
	color:#7e1a82; 
}
.map_information1:HOVER{
	width: 400px;
	height:130px;
	border: 1px solid white; 
	border-radius:5px;
	text-align: left;
	color:white; 
	background-color: #7e1a82;
}
.allmap{
	border-radius:10px;
	border: 1px solid #7e1a82; 
}
