@charset "utf-8";


.character-description{
	position: absolute;
	top: 0px;
	left: 500px;
}
.btn-costume{
	position: absolute;
	top: 268px;
	left: 50px;
	cursor: pointer;
}
.btn-costume:hover{
	opacity: 0.7;
}
.portrait{
	position: absolute;
	top: 0;
	left: 0px;
}
.txt_01{
	position: absolute;
	top: 534px;
	left: -48px;
	z-index: 1;
}
.txt_02{
	position: absolute;
	top: 46px;
	left: 300px;
	z-index: 2;
}
