/* CSS Document */
/* ページ上の横長画像 */
#pageHeader {
	background-image: url("../img/ph_medical.png");
}
#containerMain #chapter table {
	width: 96%;
}
#containerMain #chapter th {
	width: 20%;
	padding: 5px 10px;
	color: #666;
	background-color: #F5F5F5;
	text-align-last: justify;
}
#containerMain #chapter td {
	line-height: 22px;
}
#containerMain #chapter p {
	font-size: 14px;
}
#containerMain #chapter p.info {
	font-size: 16px;
}
#containerMain #chapter td span {
	margin-left: 30px;
}
#containerMain #chapter ul {
	list-style-type: disc;
	margin: 0px 0px 5px 20px;
}
#containerMain #chapter ul li {
	line-height: 20px;
	font-size: 14px;
}
#containerMain #chapter ul li a.url {
	margin-top: 10px;
	display: block;
}
.mbStyle {
	display: none;
}


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

	#pageHeader {
		margin-top: 0px;
	}
	.pcStyle {
		display: none;
	}
	.mbStyle {
		display: block;
	}
	#containerMain #chapter th {
		text-align-last: inherit;
		letter-spacing: 2px;
	}
	#containerMain #chapter th,
	#containerMain #chapter td {
		width: 96%;
		padding: 5px 2% 5px;
		display: block;
		border-bottom: none;
	}
	#containerMain #chapter td span {
		margin-left: 0px;
	}
	#containerMain #chapter table tr:last-child td {
		border-bottom: solid 1px rgb(204, 204, 204);
	}

}
