﻿#mapInfo-header {
	max-width:980px;
	margin:50px auto 0 auto;
}

#mapInfo-header h2 {
	margin:0px;
	font-size:30px;
	text-align:center;
}

#mapInfo-header hr {
	border:none;
	height:1px;
	background: #424242;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

#mapInfo-header p {
	margin:30px 0 5px 0;
	font-size:20px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#mapField {
	width:980px;
	height:500px;
	margin:0 auto 0 auto;
}

#mapField iframe {
	width:980px;
	height:500px;
	border:none;
}

#bigMap-anchor {
	max-width:980px;
	margin:5px auto 30px auto;
	text-align:right;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#bigMap-anchor a {
	text-decoration:none;
	color:#0F91E7;
	font-size:18px;
}

#bigMap-anchor a:hover {
	border-bottom:1px solid #0F91E7;
}