@charset "UTF-8";

/* ---------- clearfix ---------- */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ---------- contentsArea ---------- */
#messageBody {
	background: #eee;
	padding: 30px 0;
}
#messageBody .whiteBlock .personIntroduction {
	width: 360px;
	float: left;
}
#messageBody .whiteBlock .personIntroduction .name img {
	width: 300px;
	height: auto;
}
#messageBody .whiteBlock .personIntroduction .info {
	margin-top: 25px;
	font-size: 12px;
	line-height: 24px;
}
#messageBody .whiteBlock .personImg {
	display: block;
	width: 360px;
	float: left;
	margin-top: 40px;
}
#messageBody .whiteBlock .message {
	width: 532px;
	float: right;
	padding-bottom: 65px;
}
#messageBody .whiteBlock .message p {
	margin-top: 30px;
	line-height: 30px;
}
#messageBody .whiteBlock .message .catch {
	font-size: 18px;
}
#messageBody .whiteBlock .signature {
	margin-top: 0;
	line-height: 0;
	text-align: right;
	position: absolute;
	right: 40px;
	bottom: 50px;
}

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

#messageBody .whiteBlock .personIntroduction {
	width: 100%;
	float: none;
}
#messageBody .whiteBlock .personIntroduction .name img {
	width: 100%;
	height: auto;
}
#messageBody .whiteBlock .personIntroduction .info {
	font-size: 18px;
	line-height: 24px;
}
#messageBody .whiteBlock .personImg {
	width: 340px;
	float: none;
	margin: 40px auto 0;
}
#messageBody .whiteBlock .message {
	width: auto;
	float: none;
	padding-bottom: 65px;
	margin-top: 40px;
}
#messageBody .whiteBlock .message p {
	line-height: 32px;
}
#messageBody .whiteBlock .message .catch {
	font-size: 32px;
}
#messageBody .whiteBlock .signature {
	right: 20px;
	bottom: 400px;
}


}
