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

/*about.html*******************************************************/
#main p{line-height:1.7;text-align:justify;}

#introduction{
	overflow:hidden;
	margin-bottom:30px;
}
* html #introduction{zoom:1;}
#introduction .ps{
	width:250px;
	float:right;
}
#introduction .txt{
	width:630px;
	float:left;
}
#introduction .txt p{margin-bottom:1em;}
#introduction .txt p:last-child{margin-bottom:0;}

#mission #copy01,
#mission #copy02 li{
	color:#736357;
	font-weight:bold;
}
#mission #copy01{margin-bottom:25px;}
#mission #copy01 strong,
#mission #copy02 strong{
	color:#534741;
	font-size:120%;
	font-weight:bold;
}
#mission #copy01 strong{
	display:inline-block;
	margin-bottom:10px;
}
#mission #copy02 ol{margin:10px 0 0 1.5em;}
#mission #copy02 ol li{margin-bottom:8px;}
#mission #copy02 ol li img{vertical-align:top;}

#missionNote{
	margin-top:15px;
	text-align:right !important;
}

#subMenu li#subMenu01 a{background-position:0 -53px;}

#map01{
	margin-bottom:30px;
	padding-top:15px;
	overflow:hidden;
}
* html #map01{zoom:1;}

#map01 .img{
	width:590px;
	float:left;
	margin-bottom: 30px;
}
#map01 .txt{
	width:283px;
	float:right;
	margin-bottom: 30px;
}
#map01 .txt p,#map01 #traffic ul li{line-height:1.7;text-align:justify;}

#map01 #traffic{
	padding:15px;
	margin-bottom:20px;
	background-color:#F2EFE5;
}
#map01 .txt h6{
	font-size:115%;
	margin-bottom:5px;
}
#map01 #traffic h6{
	color:#754C24;
	font-size:110%;
}
#map01 #traffic ul{
	list-style:disc;
	margin-left:1.5em;
}

#map02{padding:15px 0 30px 0;}


/*マップ*/
#map {
	clear: both;
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
}

/*吹き出し*/
.infoWin{line-height: 1.5;font-size: 14px;}
.infoWin h5 {font-size: 115%;margin-bottom: 5px;}


/*ボタン*/
.goGmap {text-align: center;}
.goGmap a {
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 110%;
	color: #FFF;
	padding: 16px 20px;
	text-decoration: none;
	background-color: #f7941e;
	font-weight: bold;
}
.goGmap a:hover {background-color: #f9be11;}
.goGmap a img {
	vertical-align: middle;
	margin-left: 7px;
}
.goGmap a img:first-child {margin: 0 7px 0 0;}

