
.sana {
	position: relative;
}

.sana img {
	width: 70%;
	resizeimage img { width: 100vw; }
}

.sana form {
	position: absolute;
	color: black;
	top: 15%;
	left: 2%;
}

.sana_ans input {
	position: absolute;
	width:500px;
	top:240px;
	left:35px;
	font-size:20px;
}

.ans {
	position: absolute;
	width:500px;
	top:200px;
	left:50px;
	font-size:20px;
}

#loading-view {
 /* 領域の位置やサイズに関する設定 */
 width: 100%;
 height: 100%;
 z-index: 9999;
 position: fixed;
 top: 0;
 left: 0;
 /* 背景関連の設定 */
 background-color: #FFFFFF;
 filter: alpha(opacity=85);
 -moz-opacity: 0.85;
 -khtml-opacity: 0.85;
 opacity: 0.85;
 background-image: url(http://www.sanaru-game.com/sanaru_AI/loading.gif);
 background-position: center center;
 background-repeat: no-repeat;
 background-attachment: fixed;
}
