@charset "UTF-8";

/*--------------------------------------------------
	map
--------------------------------------------------*/
body{
	width:100%;
	background:#FFFFFF;
	text-align:center;
	min-width:820px;
	}


#wrapper{
	width:1000px;
	margin:0 auto;
	text-align:center;
}


#wrapper_mg{
	width:1000px;
	margin:0 auto;
	text-align:center;
}


#header_map{
	width:1000px;
	text-align:left;
	margin:0px auto;
	}
	
#header_map_mg{
	width:500px;
	text-align:left;
	margin:0px auto;
	}
	
	

#header_map #bt_area{
	width:500px;
	text-align:right;
	padding:10px 0;
	float:right;
	}
	
	#header_map_mg #bt_area{
	width:500px;
	text-align:right;
	padding:10px 0;
	float:right;
	}
	
#header_map #bt_area a:hover img,
#header_map_mg #bt_area a:hover img{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

#popup_contents{
	width:1000px;
	background:#FFFFFF;
	margin:0px auto;
	text-align:left;
	}

#popup_contents_mg{
	width:500px;
	background:#FFFFFF;
	margin:0px auto;
	text-align:left;
	}
	
img.img_border{
	border:1px solid #666;
	box-sizing:border-box;
}


#map_mg{
	width:1000px;
	margin:0 0 0 0;
	overflow:hidden;
}


p{
	color:#333;
}


@media only screen and (max-width: 767px) {
	body{
	min-width:100%;
/*	min-height:100%;*/
}


	#wrapper,#wrapper_mg{
		width:98%;
		text-align:center;
	}
	
	#popup_contents,#popup_contents_mg{
		width:100%;
		text-align:center;
		margin:5px 0;
	}
	
	#header_map,#header_map_mg
	#header_map #bt_area , #header_map_mg #bt_area{
		display:none;
	}
	
	.p_cap{
		text-align:center;
	}
	
	#map_mg{
		width:100%;
	}
	
	#map_mg ul li.li01 , #map_mg ul li.li02 , #map_mg ul li.li03 , #map_mg ul li.li04{
		float:none;
		list-style:none;
		width:100%;
		height:auto;
	}
	
	#map_mg ul li.li04 img{
		display:none;
	}
	
	#map_mg ul li.li04 span{
		background-color:#06257A;
		color:#FFF;
	text-align: center;
	font-size:14px;
	font-weight: normal;
	margin:10px 0;
	padding:5px 0;
}
	
	
}