@charset "utf-8";
/* ===========================================================

	Title:		about.css
	Created:	2016-9-27

=========================================================== */
/*

	message


=========================================================== */
/* ===========================================================

	message

=========================================================== */
.message-txt {
	width: 650px;
	float: left;
}
.message-photo {
	width: 250px;
	float: right;
	text-align: center;
	margin: 0 0 40px;
}
.message-photo p {
	margin: 0 0 10px;
}
.message-photo em {
	font-size: 14px;
	font-size: 1.4rem;
	color: #111;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
}
@media screen and (max-width: 1024px) {
.message-txt {
	width: auto;
	float: none;
}
.message-photo {
	width: auto;
	float: none;
	margin: 0 20px 20px;
}
}