.magic-ball .board-wrap {
	background: white;
	width: 350px;
	margin: 3em auto;
}
.magic-ball .board {
	position: relative;
	width: 313px;
	height: 273px;
	background: white;
}
.magic-ball .ball {
	position: absolute;
	left: 140px;
	top: 107px;
	z-index: 99;
}
.magic-ball .baloon {
	position: absolute;
	left: 13px;
	top: 20px;
	z-index: 100;
	display: none;
}

.magic-ball .table_ans {
	position: absolute;
	z-index: 200;
	top: 46px;
	left: 27px;
}
.magic-ball .ans {
	width: 135px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	line-height: 1.2em;
}
.magic-ball .question {
	width: 260px;
}
