@charset "utf-8";
@import url(common.css);




/*------------------------------------------------
contents
------------------------------------------------*/
#content {
}
#content > section {
	margin-top: 22px;
}
#content > section > .inner {
	margin: 0 auto;
	position: relative;
}
section > .inner > .header {
	margin-bottom: 10px;
}
section > .inner > .header .title {
	font-size: 13px;
	font-weight: 700;
}
section > .inner > .body {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #FFF;
}
section > .inner > .body:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
section .body + .body {

}
section .body p {
	line-height: 1.75;
	margin-top: 1.5em;
	font-size: 11px;
}
section .body p:first-child {
	margin-top: 0;
}
section .body .access-map {
	margin-top: 1.5em;
}
