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

#access_area {
	width: 95%;
	margin: 40px auto 0;
	max-width: 520px;
}

.map_text {
	text-align: center;
}

.map_text p {
	display: inline-block;
	text-align: left;
	font-size: 0.933em;
	padding-left: 1em;
	text-indent: -1em;
	color: #003f98;
	margin-top: 14px;
}

.time_table {
	margin-top: 20px;
}

#note {
	width: 95%;
	max-width: 600px;
	margin: 28px auto 0;
}

.note_text {
	border: solid #0086AF;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 10px 10px;
	padding: 2.3% 3.3%;
	font-size: 0.875em;
}

#note h3 {
	font-size: 1.133em;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #0086af;
	border-radius: 10px 10px 0 0;
}

#note .ems {
	font-size: 109%;
	color: #e50011;
	font-weight: bold;
}

#note p {
	font-size: 0.933em;
}

.danraku {
	padding-left: 1em;
	text-indent: -1em;
}

.danraku_non {
	padding-left: 1em;
}