#screen{
	position:relative;
	width : 256px;
	height : 224px;
	
	/* ハイライト無効 */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	
	overflow:hidden;
}

.sprite{
	display:block;
	position:absolute;
}

#back{
	display:block;
	position:absolute;

	/*background-color:#5f97ff;*/
	background-color:#000000;
	width : 256px;
	height : 224px;
}

#window{
	display:block;
	position:absolute;
	width : 220px;
	height : 20px;
	background-color : #006;
	color: white;
	font-size : 14px;
	line-height : 20px;
	/*padding-left : 20px;*/
	box-sizing: border-box;
	text-align: center;
}
