@charset "UTF-8";
/*
$fontHelveticaRound: 'HelveticaW01-RoundedBlk 709929';
.font-family-round{
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.font-family-round-bold{
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}
*/
/* line 9, sass/character.scss */
#chara-list {
  width: 1100px;
  margin-left: 40px;
}
/* line 14, sass/character.scss */
#chara-list li {
  position: relative;
  list-style-type: none;
  float: left;
  margin-left: 10px;
}
/* line 20, sass/character.scss */
#chara-list li img {
  position: relative;
}

/* line 26, sass/character.scss */
#detail-box {
  display: none;
  position: absolute;
  width: 100%;
  height: 1000px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 34, sass/character.scss */
#detail-box #chara-detail {
  text-align: center;
  margin-top: 50px;
}
/* line 39, sass/character.scss */
#detail-box #detail-close {
  position: absolute;
  right: 50px;
  top: 20px;
}
