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

section{
	margin:0 auto;
	width:960px;
}
	h2{
		margin:0 auto 20px;
		padding:20px 0 0;
	}
	section.access{
		background:url(../img/access/bg_access.jpg);
		padding:20px;
		position:relative;
		width:920px;
	}
		.summary{
			position:absolute;
			top:50px;
			left:50px;
		}
			.summary h3{
				font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
				font-size:168.8%;
				font-weight:normal;
				margin:0 0 15px;
			}
			.summary p{
				font-size:87.5%;
				line-height:1.7;
			}
		.map{
			margin:0 auto 20px;
			width:765px;
		}
		
		.location{
			margin:40px auto 40px;
			width:765px;
			font-size:125%;
			font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
			line-height:1.8;
			text-align:center;
		}
			.location a{
				display:inline-block;
				color:#fff;
				font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;

				background: rgb(68,147,98); /* Old browsers */
				
				background: -moz-linear-gradient(top,  rgba(68,147,98,1) 0%, rgba(68,147,98,1) 49%, rgba(12,102,54,1) 51%, rgba(12,102,54,1) 100%); /* FF3.6+ */
				
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,147,98,1)), color-stop(49%,rgba(68,147,98,1)), color-stop(51%,rgba(12,102,54,1)), color-stop(100%,rgba(12,102,54,1))); /* Chrome,Safari4+ */
				
				background: -webkit-linear-gradient(top,  rgba(68,147,98,1) 0%,rgba(68,147,98,1) 49%,rgba(12,102,54,1) 51%,rgba(12,102,54,1) 100%); /* Chrome10+,Safari5.1+ */
				
				background: -o-linear-gradient(top,  rgba(68,147,98,1) 0%,rgba(68,147,98,1) 49%,rgba(12,102,54,1) 51%,rgba(12,102,54,1) 100%); /* Opera 11.10+ */
				
				background: -ms-linear-gradient(top,  rgba(68,147,98,1) 0%,rgba(68,147,98,1) 49%,rgba(12,102,54,1) 51%,rgba(12,102,54,1) 100%); /* IE10+ */
				
				background: linear-gradient(to bottom,  rgba(68,147,98,1) 0%,rgba(68,147,98,1) 49%,rgba(12,102,54,1) 51%,rgba(12,102,54,1) 100%); /* W3C */
				
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#449362', endColorstr='#0c6636',GradientType=0 ); /* IE6-9 */

				border-radius:4px;
				padding:0 1.5em;
				margin-left:1.5em;
				text-decoration:none;
				box-shadow:1px 1px 2px #030;
			}
				.location a:hover{
					opacity:0.8;
					text-shadow:0 0 3px #fff;
				}


.surrounding-environment{
	background:#fff;
	border:2px solid #0D7438;
	padding:28px 8px 3px 28px;
	width:auto;
}
	.surrounding-environment header,
	.surrounding-environment dl{
		float:left;
		margin:0 20px 25px 0;
		width:200px;
	}
	/*.surrounding-environment dl{
		background:url(../img/access/line.gif) repeat-x 0 0.6em;
	}
	.surrounding-environment .public,
	.surrounding-environment .transport,
	.surrounding-environment .medical{
		width:420px;
	}
	.surrounding-environment .public div,
	.surrounding-environment .transport div,
	.surrounding-environment .medical div{
		width:440px;
		margin:0 -20px 0 0;
		float:none;
	}*/
		.surrounding-environment h4{
			margin:0 0 25px;
		}
		.surrounding-environment p{
			font-size:87.5%;
			margin:0;
		}
		/*.surrounding-environment dt{
			font-weight:bold;
			color:#0C7338;
			float:left;
			background:#fff;
			padding:0 3px 0 0;
		}
		.surrounding-environment dd{
			margin:0;
			clear:left;
		}*/
	.surrounding-environment dl{
		font-size:75%;
	}
		.surrounding-environment dt{
			font-weight:bold;
		}
			.surrounding-environment dt img{
				margin:0 0 5px;
			}
		.surrounding-environment dd{
			margin:0;
		}
			.surrounding-environment small{
				font-size:100%;
			}
				.surrounding-environment small:before{
					content:"（";
				}
				.surrounding-environment small:after{
					content:"）";
				}
	.sub dl{
		width:290px;
		margin-bottom:10px;
		background:url(../img/access/dot.gif) repeat-x 0 center;
	}
	.sub .even{
		width:550px;
	}
		.sub dt{
			float:left;
			background:#fff;
			padding-right:0.5em;
		}
		.sub .second-floor,
		.sub .third-floor{
			padding-right:0;
		}
			.second-floor:before{
				content:"・";
				margin-left:-0.5em;
			}
		.sub dd{
			float:right;
			background:#fff;
			padding-left:0.5em;
		}