@charset "UTF-8";
/* CSS Document */

/*ヘッダー*/

#pageHeader{
	background:url(../../shared/img/MainVisual_bg02.png) no-repeat center bottom;
	background-size:cover;
}

/*コンテンツ1*/

#section1{
	width:1000px;
	margin:0 auto;
}

#section1 p{
	text-align:center;
	margin-top:-30px;
	line-height:2.1em;
	letter-spacing:0.1em;
}

p#map{
	text-align:center;
	margin-top:50px;
}

#message{
	width:1000px;
	background:#009C95;
	margin:0 auto;
	margin-top:10px;
	color:#fff;
	font-size:1.8em;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}