@charset "UTF-8";

/*--------------------------------------------------------------*/
/* キャラクタープロフィール
/*--------------------------------------------------------------*/

#main{
	padding-top: 170px;
}

#intro h2{
	position: absolute;
	top: 95px;
	left: 80px;
	width: 439px;
	height: 54px;
	text-indent: -9999px;
	background-image: url(../img/chara_profile/charaprof_intro_heading.png);
	background-repeat: no-repeat;
}

#intro p{
	position: absolute;
	top: 100px;
	right: 100px;
	width: 273px;
	height: 45px;
	text-indent: -9999px;
	background-image: url(../img/chara_profile/moriage.png);
	background-repeat: no-repeat;
}


/*--------------------------------*/

#chara_profile{
	position: relative;
	padding: 0 60px 0 60px;
	z-index: 13;
}

#berry_gokko{
	position: relative;
	width: 767px;
	height: 478px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

#berry_gokko img{
	position: absolute;
	top: 0;
	left: 0;	
}

#chara_profile p.continue{
	padding-right: 20px;
	text-align: center;
}


/*--------------------------------*/
/* ミニキャラ */
/*--------------------------------*/

/*--------------------------------*/
