@charset "utf-8";
/*
 * /css/p_map.css
 * Version: 1.0.0
 * Copyright (c) 2018 Kenshokai All Rights Reserved.
 */

body {
	margin: 0;
	background: #fff;
}

#map{
	width: 100%;
	height: 400px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.copy {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1em;
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: "tbchibirgothicplusk-pro", "Hiragino Kaku Gothic Pro", "Meiryo";
	font-style: oblique;
}
