@media screen and (max-width:650px) {
	#sub_page_bg.location{background:url("../images/sub_page_top_bg_location.jpg") black center 0 no-repeat fixed;}
	.title-about{padding-top:95px;}

	#wrap_information{background:black;}
	#box_information{max-width:640px;margin:0 auto;}
	#box_information{min-height:600px;}
	#box_information #map{max-width:640px;height:300px;margin:0 auto;}
	#box_information #info{vertical-align:middle;padding:30px 0;}
	
	#box_info_text{color:#fff;}
	#info_title{font-size:25px;padding:15px 0;border-bottom:1px solid #fff;text-align:center;}
	#info_content{margin-top:15px;}
	#info_content > li{margin:15px 0;font-size:17px;}
}

@media screen and (max-width: 1119px) and (min-width:651px) {
	#sub_page_bg.location{background:url("../images/sub_page_top_bg_location.jpg") black center 0 no-repeat fixed;}
	.title-about{padding-top:95px;}

	#wrap_information{background:black;}
	#box_information{width:650px;margin:0 auto;}
	#box_information{min-height:600px;}
	#box_information #map{width:600px;height:500px;margin:0 auto;}
	#box_information #info{vertical-align:middle;padding:30px 0;}
	
	#box_info_text{color:#fff;}
	#info_title{font-size:25px;padding:15px 0;border-bottom:1px solid #fff;text-align:center;}
	#info_content{margin-top:15px;}
	#info_content > li{margin:15px 0;font-size:17px;}
}

@media screen and (min-width: 1120px) {
	
	#sub_page_bg.location{background:url("../images/sub_page_top_bg_location.jpg") black center 0 no-repeat fixed;}
	.title-about{padding-top:95px;}

	#wrap_information{background:black;}
	#box_information{display:table;width:1100px;margin:0 auto;}
	#box_information{min-height:500px;}
	#box_information #map{display:table-cell;width:600px;}
	#box_information #info{display:table-cell;vertical-align:middle;}
	
	#box_info_text{color:#fff;padding-left:40px;}
	#info_title{font-size:25px;padding:15px 0;border-bottom:1px solid #fff;text-align:center;}
	#info_content{margin-top:15px;}
	#info_content > li{margin:15px 0;font-size:17px;}
}