@charset "utf-8";

/* @group Main ========================================================*/

.section h2 {
	float:left;
	width:157px;
}

.section .photoArea {
	float:left;
	width:200px;
}

.section .photoArea .photo {
	padding:0 0 10px;
}

.section .textArea {
	float:right;
	width:390px;
}

.section .textArea .text {
	padding:0 0 17px;
}

.section .textArea .text strong {
	font-size:117%;
}

.section .textArea .profileArea {
	padding:10px 0 0;
	border-top:solid 1px #999;
	font-size:84%;
}

.section .textArea .triger {
	color:#5d91b9;
	text-decoration:underline;
	cursor:pointer;
}

.section .textArea .profile {
	padding:12px 0 0;
}

/* @end */

