@charset "utf-8";
/* ページ上の横長画像 */
#pageHeader {
	background-image: url("../img/ph_outline.png");
}
#containerMain .sentence {
	margin: 5px 0px 0px 20px;
}
table {
	width: 100%;
	margin: 10px auto 30px;
}
th {
	width: 40%;
	line-height: 22px;
	text-align: center;
}
th.heading {
	width: 20%;
}
th.branch_name {
	width: 3%;
}
td {
	line-height: 22px;
}
/*#containerMain #chapter ul {
	margin: 0px auto;
	margin: 5px 0px 10px 20px;
}*/
/*#containerMain #chapter ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 22px;
	font-size: 14px;
}*/
#containerMain #chapter ul {
	list-style-type: disc;
	margin: 5px 0px 5px 20px;
}
#containerMain #chapter ol {
	list-style-type: decimal;
	margin: 5px 0px 5px 30px;
}
#containerMain #chapter ul li,
#containerMain #chapter ol li {
	line-height: 22px;
	font-size: 14px;
}
#containerMain #chapter ol ul {
	margin-top: 0px;
}
@media screen and (max-width:990px) {

	#containerMain .sentence {
		width: 100%;
	}
	table {
		width: 100%;
	}
}