@charset "UTF-8";


body{
	background-image:url(../images/newcharacter/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#wrapper{
	overflow:hidden;
}
.section{
	position:relative;
	height:500px;
}

#portrait{
	position:absolute;
	top:-170px;
	right:-230px;
}

#detail,
#button,
#actionmov,
#button-back{
	width:500px;
}


#detail #catch{
	margin-left:-15px;
}
#detail #name{
	margin:10px 0;
}

#detail hr{
	border:1px #666 dotted;
	border-width:1px 0 0 0;
}

#detail table th{
	text-align:left;
	font-weight:normal;
}


#button{
	margin-top:30px;
	position:relative;
}

#button-back{
	margin-top:10px;
}
.mark-check{
	position:absolute;
	top:-20px;
	left:246px;
}

iframe#actionmov{
	height:281px;
	position:relative;
	z-index:101;
}
iframe#actionmov,
#button-back{
	display:none;
}