.bg{
	background: #fff;
	padding: 0;
	margin: 0;
	height: 396px;
}
body.smp .bg{
	background: #fff;
	width: 300px;
	height: 168px;
	margin: 150px auto;
}
body.smp {
	background: #fff;
}
.smp #container{
	position: relative;
}
.smp .movArea{
	width: 300px;
	height: 168px;
	margin: 150px auto;
	background: #000;
}
.smp #btnBack{
	display: none;
	width: 40px;
	height: 40px;
	background: #fff;
	position: fixed;
	top: 8px;
	right: 8px;
}
.smp #btnBack a{
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/minnanonews/img/close.png) 0 0 no-repeat;
	background-size: 100% 100%;
}