@charset "utf-8";
#pageHeader {
	background-image: url("../img/ph_for_nurse.png");
}
#containerMain #chapter p.COVID-19 {
	margin-top: 15px;
}
#containerMain #chapter p.COVID-19 a {
	font-size: 16px;
	color: #E5004F;
}
#containerMain #chapter #reinstatement img {
	margin-top: 10px;
	width: 270px;
	height: 203px;
	display: inline-block;
	border-radius: 8px;
}
#containerMain #chapter #kenshu h3 {
	margin: 30px 0px 10px 0px;
}
#containerMain #chapter #kenshu a {
	display: inline-block;
	/*vertical-align: top;*/
}
#containerMain #chapter #kenshu a img {
	width: 270px;
	height: auto;
}
#containerMain #chapter #kenshu a p {
	/*width: 300px;*/
}
@media screen and (max-width:990px) {

	#containerMain p.sentence {
		width: 98%;
	}
	#containerMain #chapter #reinstatement img {
		width: 100%;
		height: auto;
	}
	#containerMain #chapter #kenshu a img {
		width: 100%;
		height: auto;
	}
}