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

	Title:		about.css
	Created:	2016-10-18

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

	message


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

	message

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