@charset "utf-8";
/* CSS Document */

#cg {
	background: url(../img/chara_base.png) no-repeat;
	width: 960px;
	height: 710px;
	position: relative;
}

#cgBase {
	width: 480px;
	text-align: left;
	position: absolute;
	top: 95px;
	left: 95px;
}

#cgBase p {
	margin-bottom: 15px;
}

#cgBase dl {
	height: 220px;
	overflow: auto;
}

#cgBase dt {
	font-weight: bold;
	color: #A9CE52;
}

#cgBase dd {
	margin: 0 0 1em 0.5em;
}

.bx-wrapper .bx-prev {
	display: none;
}

.bx-wrapper .bx-next {
	display: none;
}

.bx-pager {
	position: absolute;
	top: 0px;
	left: 500px;
}
.bx-pager a {
	display: block;
	width: 240px;
	height: 50px;
	margin-bottom: 15px;
}
.bx-pager a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	border: 1px solid #A9CE52;
}
.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #FF1D25;
}
