@charset "utf-8";
/* ページ上の横長画像 */
#pageHeader {
	background-image: url("../img/ph_outline.png");
}
#containerMain #chapter table {
	width: 70%;
}
#containerMain #chapter th, 
#containerMain #chapter td {
	text-align: left;
	line-height: 30px;
	padding: 10px;
}
#containerMain #chapter th {
	width: 30%;
}

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

	#containerMain #chapter table {
		width: 98%;
	}
	#containerMain #chapter th, 
	#containerMain #chapter td {
		padding: 5px;
		font-size: 12px;
	}
	#containerMain #chapter th {
		width: 35%;
	}
}