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

#smart {
	display:block;
	z-index:999999;
	position: fixed;
	height:100%;
	width:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,0.8);
}
#smart .inner {
	position: absolute;
	top:50%;
	left:50%;
}
#smart .inner .ce {
	position:absolute;
	left:-233px;
	top:-143px;
}
#smart .inner .ce a {
	display:block;
	position:absolute;
	width:233px;
	height:287px;
	top:0;
	text-indent:-9999px;
	overflow:hidden;
}
#smart .inner .ce a.pc {
	left:0;
}
#smart .inner .ce a.sp {
	right:0;
}