.chara_name{
	display: inline-block;
	font-size:50px;
	color:white;
	-webkit-text-stroke-width:1px;
	-webkit-text-stroke-color:black;
	-webkit-text-fill-color:white;
	text-shadow: 3px 3px 5px black;

	margin-top :10px;
	margin-left:70px;
	width:300px;
	text-align: right;
	border-bottom:solid 4px gray;
}

.charas{
	display:block;
	margin:80px 0px 200px 0px;
	width:100%;
	height:700px;
	padding: 50px 100px 0px 100px;
}
.chara{
	display: inline-block;
	font-family: 'Kakumin Regular';
	background-color: rgba(0,0,0,0.5);
	width:400px;
	height: 400px;
	vertical-align: bottom;
}
.chara_param{
	padding:40px 20px 5px 20px;
	color:white;
}
.chara_img{
	display: inline-block;
	vertical-align: bottom;
	margin-left:50px;
}

.chara_prof{
	display: block;
	padding:20px;
	font-family: 'Kakumin Regular';
	color:white;
}

.chara_imgs{
	filter: drop-shadow(7px 7px 5px gray);
}