@charset "UTF-8";





/* ----------------------------------------------------- */
/* ■キャラクター紹介ページ*/
/* ----------------------------------------------------- */

#main{
	text-align:left;
	width:896px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

.block_left{
	width: 416px;
	height: auto;
	padding: 12px;
	background-color: #b0d4e2;
	margin-right: 16px;
	border-radius:3px;
	text-align: left;
	overflow:hidden;
    height:100%;
	float: left;
	margin-bottom: 16px;
}

.block_right{
	width: 416px;
	height: auto;
	padding: 12px;
	background-color: #b0d4e2;
	border-radius:3px;
	text-align: left;
	overflow:hidden;
    height:100%;
	float: left;
	margin-bottom: 16px;
}

.avatar{
	width: 120px;
	height: 120px;
	float: left;
}
.maru{border-radius: 50%;}

.summary{
	width: 284px;
	height: auto;
	float: left;
	text-align: left;
	padding-left: 12px;
	padding-top: 5px;
}

.name_en{
	font-size: 14px;
	line-height: 1.2;
}
.name_ja{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 1px dashed #fff;
	padding-bottom: 5px;
}
.profile{
	font-size: 14px;
	line-height: 1.4;
	padding-top: 8px;
}


