@charset "utf-8";
#charaPage{
	background: url(../img/bg.jpg);
	padding: 80px 0;
	min-height: 900px;
	position: relative;
	width: 100%;
	min-width: 1240px;
}
#charaDetail{
	color: #FFF;
	margin: 0 auto;
	padding: 0 40px;
	overflow: hidden;
	width: 960px;
	position: relative;
}
#charaDetail .ttl{
	font-size: 24px;
	font-size:2.4rem;
	display: block;
	font-weight: lighter;
}
#charaDetail .name{
	font-size: 80px;
	font-size: 8rem;
	margin-bottom: 40px;
	background: url(../img/name_bg.png) no-repeat left bottom;
	padding-bottom:40px;
}
#charaDetail .name .txt_s{
	font-size: 40px;
	font-size: 4rem;
}
#charaDetail .charaImg{
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: right;
}
#charaDetail .charaImg img{
	height: 70%;
	width: auto;
}
/*#charaDetail .charaImg img{
	width: 100%;
	height: auto;
}*/
#charaDetail .cv{
	font-size: 24px;
	font-size:2.4rem;
	margin-bottom: 40px;
}
#charaDetail .txt{
	line-height: 2;
}
#charaDetail .txtArea{
X	margin-top: 80px;
	position: absolute;
	left: 40px;
	top: 80px;
	z-index: 100;
}