@charset "UTF-8";

/* ===================================================================

	トピックス
	
=================================================================== */

.pageHeadingDoor {
	background: linear-gradient(-30deg, rgba(255, 255, 255, .8), rgba(240, 150, 150, .2)),  url("/topics/images/topics_heading.jpg") top center no-repeat;
  	background-size: cover;
}

.text-center {
	text-align: left;
}
.text-center .pic-sec {
	padding-left: 10px;
}
.notes2 {
	color: #666;
	font-size: 12px;
}
.outline {
	margin: 20px 0 30px 0;
}
.outline dl {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 640px;
}
.outline dl dt {
	float: left;
	width: 140px;
	font-weight: bold;
}
.outline dl dd {
	float: left;
	width: 500px;
}
.outline dl dd strong.fromYB {
	color: #ae2353;
	background-color: #faecef;
	display: inline-block;
	margin: 0.5em 0 0 0;
	padding: 2px 10px 2px 15px;
}
.outline dl dd a.ico-anchor {
	font-weight: bold;
	margin: 0 10px 0 15px;
}
.download a {
	border: 6px solid #eee;
	padding: 20px 20px;
	text-align: center;
	display: block;
	font-size: 16px;
}
.download a:hover {
	border: 6px solid #ae2353;
}

#rootmap {
	width: 645px;
	margin-top: 40px;
}
#rootmap h5 {
}
#rootmap h6 {
	margin-bottom: 10px;
}
#rootmap .map {
}
#rootmap .map #mapselect {
	background-color: #faecef;
	margin-bottom: 10px;
	padding: 15px 0;
	}

#rootmap .map #mapselect #printPanel {
	overflow: hidden;
	text-align: center;
}
#rootmap .map #mapselect #printPanel .start_spot,
#rootmap .map #mapselect #printPanel .end_spot {
	background-color: #fff;
	display: block;
	padding: 6px 16px;
	width: 235px;
	float: left;
}
#rootmap .map #mapselect #printPanel .start_spot {
	margin-left: 20px;
}
#rootmap .map #mapselect #printPanel .middle_spot {
	display: block;
	text-align: center;
	margin: 0 10px;
	float: left;
	width: 50px;
	padding-top: 1em;
}
#rootmap .map #mapselect #printPanel .end_spot {
}
#rootmap .map #mapselect #printPanel strong {
	display: block;
}
#rootmap .map #map_canvas {
	width: 645px;
	height: 400px;
	margin-bottom: 10px;
}
#rootmap .map #directionsPanel {
	
}

.message {
	 border: 10px solid #eee;
	 text-align: center;
	 padding: 30px 40px 20px 40px;
	 margin-bottom: 20px;
}
.message .tel {
	font-size: 30px;
}