@charset "utf-8";


article{
	position: relative;
	margin-top: -8px;
	padding-left: 166px;
}

article .address,
article .transport{
	font-size: 93%;
	line-height: 233%;
}
article a{
	text-decoration:underline;
}
article a:hover{
	color:#000;
}

figure, figcaption{
	display:block;
}

#map{
	width: 668px;
	height: 445px;
	font-size: 83%;
	line-height: 200%;
	margin-left: 166px;
	margin-bottom: 60px;
	color: #666;
}
#map a{
	text-decoration: none;
	color: #666;	
}
#map a:hover{
	text-decoration: underline;
	color: #666;	
}

#information{
	width:610px;
	float:left;
}

.jp {
	padding-bottom: 120px;
}

.transport {
	margin-top: 23px;
	line-height: 183%;
}

.transport dt{
	font-weight: bold;
	padding-top: 21px;
}
* html .transport dt{
	padding-top: 0;
}

.transport dd{
	margin: 0;	
}
.transport dt+dd{
	padding-top: 6px;
}

.viewMap {
	position: absolute;
	top: 8px;	
	right: 80px;
}
.infoWindowBody{
	width: 330px;
}

#guide{
	width:146px;
	border: 1px solid #b2b2b2;
	margin-left:40px;
	float:left;
	padding: 18px;
}

#guide .jp{
	padding-bottom:7px;
}

#guide figure figcaption{
	margin-top:19px;
	font-size:85%;
	line-height: 183.3%;
	margin-bottom: 24px;
}

#guide figure:last-child figcaption{
	margin-bottom:0;
}