@charset "utf-8";
#pageHeader {
	background-image: url("../img/ph_green.png");
}
#chapter #mapArea {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/naraken.png");
	background-size: 310px 500px;
	width: 310px;
	height: 500px;
	display: inline-block;
	margin-top: 30px;
	margin-left: 50px;
}
#chapter .shichoson {
	width: 310px;
	display: inline-block;
	margin-top: 50px;
	margin-left: 50px;
	vertical-align: top;
}
#chapter .shichoson li {
	margin-bottom: 20px;
}
#hospitalMap {
	width: 90%;
	height: 600px;
	margin: 0px auto;
}
#chapter .subsection ul {
	margin-top: 20px;
	margin-left: 30px;
}
#chapter .subsection ul li {
	line-height: 28px;
}
#chapter .subsection .title {
	font-size: 18px;

}

@media screen and (max-width:990px) {

	#chapter #mapArea {
		width: 100%;
		margin-left: 0px;
	}
	#chapter .shichoson {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}
	#chapter table {
		width: 100%;
	}
	#chapter #hospitalMap {
		width: 100%;
		height: 400px;
	}

}