@charset "utf-8";


.profileTxt{
	line-height:2.5em !important;
	padding: 40px 0 91px;
}

.profileBox {
	overflow: hidden;
}
@media only screen and (max-width: 959px) {
.profileBox {
	overflow: visible;
}
}

@media only screen and (max-width: 767px) {
.profileTxt{
	padding: 40px 0 40px;
}

}
@media only screen and (max-width: 479px) {
.profileTxt .flImgR {
	float: none;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	margin-left: 0;
}
}
