.ltUnderHeaderWrapper {
	background: url(/assets/img/faculty/bg_pagetitle_pc.jpg);
	background-size: cover;
}

.myFacultyPhoto {
	text-align: center;
}

.myFacultyPhoto img {
	margin-bottom: 15px;
}

.myFacultyPhoto p {
	line-height: 1.2;
	font-size: 20px;
	font-size: 2rem;
	text-align: left;
}

.myFacultyPhoto p em {
	font-size: 28px;
	font-size: 2.8rem;
}

.myFacultyPhoto p span {
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (min-width: 993px) {

.myFacultyPhotoPt {
	padding-top: 40px;
}

}

@media only screen and (max-width: 992px) {

.ltUnderHeaderWrapper {
	background: url(/assets/img/faculty/bg_pagetitle_sp.jpg) center;
	background-size: cover;
}

.myFacultyPhoto img {
	max-width: 135px;
}

.myFacultyPhoto p {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.myFacultyPhoto p em {
	font-size: 16px;
	font-size: 1.6rem;
}

.myFacultyPhoto p span {
	font-size: 12px;
	font-size: 1.2rem;
}

}


/*# sourceMappingURL=maps/faculty_column.css.map */
