@charset "utf-8";
/* CSS Document */
/*-----------------------------------------start*/

#game_start_textcloud {
	width: 54%;
	top: 20%;
	left: 8%;
}

#game_start_text {
	width: 54%;
	text-align: left;
	top: 54%;
	left: 8%;
	padding: 20px 30px;
}
/*------------------------------------main*/

.game_main_pictures_image {
	float: left;
	position: relative;
}

.speaker {
	background-color: #BBB;
}
/*---------------------------------------finish*/

#game_finish_textcloud {
	width: 54%;
	top: 27%;
	left: 8%;
	padding: 30px;
}

#game_finish_figure {
	position: absolute;
	width: 19%;
	left: 76%;
	top: 27%;
}

.game_finish_restart_button {
	background-image: url("../../src/images/image_restart.png");
	width: 96px;
	height: 36px;
	top: 84%;
	left: 38%;
}

@media screen and (orientation: portrait) {
	#game_start_textcloud {
		top: 15%;
	}
	#game_start_text {
		top: 48%;
	}
	#game_finish_textcloud {
		width: 37%;
		top: 24%;
		left: 16%;
	}
	#game_finish_figure {
		width: 29%;
		left: 60%;
		top: 41%;
	}
}