#cboxPrevious {
	display: none;
	position: absolute;
	border: 0;
	top: 50%;
	left: 0;
	background: url(images/pre.png);
	width: 38px;
	height: 95px;
	margin-top: -47px;
	text-indent: -9999px;
	opacity: 0.5;
	outline: 0;
}
#cboxPrevious:hover {
	opacity: 0.8;
}
/* 次へボタン */
#cboxNext {
	display: none;
	position: absolute;
	border: 0;
	top: 50%;
	right: 0;
	background: url(images/next.png);
	width: 38px;
	height: 95px;
	margin-top: -47px;
	text-indent: -9999px;
	opacity: 0.5;
	outline: 0;
}
#cboxNext:hover {
	opacity: 0.8;
}
/*閉じるボタン */
#cboxClose {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
#cboxClose:hover {
}
#chara_area .slider-arrow {
	display: none !important;
	color: #FFF;
	font-size:50px;
	position: absolute;
	top : 0;
	cursor:pointer;
	z-index:100;
}
 @media screen and (max-width: 700px) {
#chara_area .slider-arrow {
	display: block !important;
	z-index:50000;
}
#chara_area .slider-prev {
	top: 50%;
	left:0;
z-index:50001;
}
#chara_area .slider-next {
	top: 50%;
	right: 0;
}
#story_area .slider-arrow {
	display: block !important;
}
#story_area .slider-prev {
	top: 0;
	left:0;

}
#story_area .slider-next {
	top: 0;
	right: 0;
}
}
