@charset "utf-8";
/* キャラクターページ用 共通*/
/* 詳細ページ */
/* 文字を伏せる */
.hidden{
	color: #ffffee;
}

/* 画像タイトル */
.image-title.disable{
	display: none;
}

/* 画像切替 */
.slider-area{
	display: flex;
	justify-content: center;
}
.slider-area button.active{
	cursor: pointer;
}
.slider-area .slider{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/* 共通設定 */
dl {
  margin: 0;
}
dt.cmnset_title span:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 .5em;
	vertical-align: middle;
	box-sizing: border-box;
	border-right: solid 2px #448ccb;
	border-bottom: solid 2px #448ccb;
	transform: rotate(45deg);
	transition: 0.2s;
}
dl dt.cmnset_title {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
dl dt.cmnset_title:first-child {
	margin-top: 0;
}
dl dd.cmnset_text {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 1.4em;
}
dl dt.selected span:after {
	margin: 3px 0 0 .5em;
	transform: rotate(225deg);
	transition: 0.2s;
}
dl dd.cmnset_text {
	display: none;
}

dl dd.cmnset_text {
  font-size: small;
}
dl dd.cmnset_text .cmnset_name {
  font-size: medium;
  font-weight: bold;
}