@charset "utf-8";
/* CSS Document */
#introduction {
	margin: 2em auto;
	width: 96%;
}

#introduction dt {
	font-size: 16px;
	font-weight: 600;
}

#ph_purser {
	text-align: center;
	width: 120px;
}
#ph_purser span {
	margin-top: 5px;
}

#ph-staff {
	width: 96%;
}

#pharmacy {
	margin: 0 auto 2em;
	width: 96%;
}

#pharmacy dt {
	font-weight: 600;
	color: #6580B7;
	margin-top: 2em;
}

@media only screen and (min-width: 769px) {
#introduction {
	margin: 2em auto;
	width: 980px;
}
#ph-staff {
	width: 300px;
}

#pharmacy {
	width: 980px;
}
}