@charset "utf-8";

#profile-image {
	width: 190px;
	float:left;
	padding: 0 40px 40px 40px;
}

#profile-en {
	width: 318px;
	float:left;
	padding: 0 34px 40px 0;
}

#profile-jp {
	width: 318px;
	float:left;
	padding: 0 40px 40px 0;
}

#profile-en p
{
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-align: justify;
}
#profile-en p.profile-name
{
	font-size: 14px;
	line-height: 20px;
	margin-bottom:10px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

#profile-jp p
{
	font-size: 11px;
	line-height: 20px;
	color: #000;
	text-align: justify;
}

#profile-jp p.profile-name
{
	font-size: 13px;
	line-height: 20px;
	margin-bottom:10px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
