@charset "utf-8";
/* ページ上の横長画像 */
#pageHeader {
	background-image: url("../img/ph_outline.png");
}
iframe {
	margin: 15px auto 35px;
	display: block;
}
ul {
	margin: 0px auto;
}
#containerMain #chapter ul {
	margin: 5px 0px 10px 20px;
}
#containerMain #chapter ul li {
	list-style-position: inside;
	line-height: 22px;
	font-size: 14px;
}
#containerMain #chapter #parking ul li {
	list-style-type: disc;
}
#containerMain #chapter .subsection .address {
	margin: 5px 0px 10px 20px;
}

#parking #itensaki div {
	float: left;
}
#parking #itensaki div p img {
	width: 440px;
	height: auto;
}

/*width="500" height="427"
width="500" height="323"*/

/*  */

#parking ul li {
	font-weight: bold;
}


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

	iframe {
		width: 100%;
	}

}