@charset "UTF-8";

body > div.wrapper > section.access > div.body div#map {
	margin: 0 auto 30px;
	border: solid 3px #CCC;
	width: 800px;
	height: 300px;
}

body > div.wrapper > section.access > div.body div#map > iframe {
	width: 100%;
	height: 100%;
}

body > div.wrapper > section.access > div.body h4 {
    color: #1778b7;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 35px;
}

body > div.wrapper > section.access > div.body h4.bus {
	padding-top: 10px;
	padding-left: 63px;
	min-height: 20px;
	background-image: url(../images/second/access/icon-bus.png);
	background-repeat: no-repeat;
}

body > div.wrapper > section.access > div.body > div.content-section.map h4 {
	margin-left: 40px;
}

body > div.wrapper > section.access > div.body > div.content-section.map table {
	margin-left: 40px;
}

body > div.wrapper > section.access > div.body h4.train {
	padding-top: 10px;
	padding-left: 63px;
	min-height: 20px;
	background-image: url(../images/second/access/icon-train.png);
	background-repeat: no-repeat;
}

body > div.wrapper > section.access > div.body div.section {
	margin-bottom: 25px;
	border-bottom: dotted 1px #DCB3A3;
}

body > div.wrapper > section.access > div.body div.section:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

body > div.wrapper > section.access > div.body div.section > dl {
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 13px;
}

body > div.wrapper > section.access > div.body div.section > dl > dt {
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/second/common/other/marker3.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: 14px;
	line-height: 1.4;
}

body > div.wrapper > section.access > div.body div.section > dl > dt > em {
	margin-left: 10px;
	border-radius: 2px;
	padding: 3px 4px 2px;
	color: #FFF;
	background-color: #E00;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
}

body > div.wrapper > section.access > div.body div.section > dl > dt > span {
	font-weight: bold;
}

body > div.wrapper > section.access > div.body div.section > dl > dd {
	margin-left: 10px;
	line-height: 1.5;
}

body > div.wrapper > section.access > div.body div.section > dl > dd em {
	font-weight: bold;
	line-height: 1.5;
}

body > div.wrapper > section.access > div.body div.section > dl > dd em.g {
	margin-left: 0.5em;
	color: #080;
}

body > div.wrapper > section.access > div.body div.section > dl > dd em.b {
	font-weight: normal;
}

body > div.wrapper > section.access > div.body div.section > dl > dd span {
	color: #E00;
}

body > div.wrapper > section.access > div.body div.section > dl > dd > div {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

body > div.wrapper > section.access > div.body div.section > dl > dd a.pdf-link {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}

body > div.wrapper > section.access > div.body div.section > dl > dd span.note {
	color: #666;
	font-size: 11px;
}

div.gm-style-iw > div {
	overflow: hidden !important;
}