.u-character-cast {
	margin-top : 25px;
	color : #b70030;
	font-weight : bold;
	font-size : 137%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.u-character-cast {
		font-size : 114%;
	}
}
.u-character-cast + .m-txt-p {
	margin-top : 10px;
}

.u-character-box {
	margin : 15px auto 0;
	width : 790px;
	text-align : center;
	letter-spacing : -0.4em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.u-character-box {
		width : 100%;
	}
}
.u-character-box .box-item {
	display : inline-block;
	padding : 0;
	margin : 0;
	width : 50%;
	letter-spacing : normal;
}
.u-character-box .box-item img:hover {
	cursor : pointer;
}

.u-character-name {
	margin-top : 10px;
	letter-spacing : -0.4em;
}
.u-character-name dt {
	display : inline-block;
	width : 80px;
	font-weight : bold;
	letter-spacing : normal;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.u-character-name dt {
		width : 5em;
	}
}
.u-character-name dd {
	display : inline-block;
	letter-spacing : normal;
}

hr {
	margin : 55px 0 60px;
	height : 1px;
	background : #ca9b00;
	border : none;
}

#cboxPrevious {
	top : 50%;
	margin-top : -20px;
	left : 60px;
	width : 40px;
	height : 40px;
	background : transparent;
	z-index : 10;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#cboxPrevious {
		left : 0;
	}
}

#cboxPrevious:after {
	content : '';
	position : absolute;
	top : 50%;
	left : 15px;
	margin-top : -12px;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 12.5px 15px 12.5px 0;
	border-color : transparent #b70030 transparent transparent;
}

#cboxNext {
	top : 50%;
	margin-top : -20px;
	right : 60px;
	width : 40px;
	height : 40px;
	background : transparent;
	z-index : 10;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	#cboxNext {
		right : 0;
	}
}
#cboxNext:after {
	content : '';
	position : absolute;
	top : 50%;
	right : 14px;
	margin-top : -12px;
	width : 0;
	height : 0;
	border-style : solid;
	border-width : 12.5px 0 12.5px 15px;
	border-color : transparent transparent transparent #b70030;
}

.cboxPhoto {
	height : auto !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
	.cboxPhoto {
		width : 70% !important;
	}
}
