@charset "utf-8";
/* CSS Document */


#intro p{
	font-size:12px;
	margin-bottom:30px;
}

#character h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	background: linear-gradient(transparent 60%, #0CC 60%);
}

#character h3{
	font-size:24px;
	margin-bottom:20px;
}

.chara-box{
	display:flex;
	margin-bottom:30px;
}

.chara-box .prof-img{
	width:300px;
}

.chara-box .prof-text{
	flex:1;
}

.chara-box .prof-text .serif{
	text-decoration:inherit;
	padding-bottom: 20px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}

.chara-box .prof-text .info{
	margin-bottom:20px;
}

.chara-box .prof-text ul.more{
	font-size:14px;
	list-style: url(../img/icon_book.gif);
	margin-left:25px;
	margin-bottom:20px;
}

.chara-box .prof-text ul.more li{
	margin-bottom:5px;
}

.chara-box .prof-text .catin p{
	font-weight:bold;
}

.chara-box .prof-text .catin ul li.cmrk{
	font-size:14px;
	color:#063;
}


.chara-box .prof-text .catin ul li.tpk{
	font-size:14px;
	color:#939;
}
