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

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

#game_start_text {
	width: 54%;
	text-align: left;
	top: 49%;
	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: 36%;
}

.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: 17%;
	}
	#game_start_text {
		top: 45%;
	}
	#game_main_speaker_1 {
		left: 0px;
	}
	#game_main_speaker_2 {
		left: 0px;
	}
	#game_finish_figure {
		width: 29%;
		left: 60%;
		top: 39%;
	}
	#game_finish_textcloud {
		width: 37%;
		top: 20%;
		left: 10%;
	}
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	#game_start_textcloud {
		top: 24% !important;
		padding: 10px 50px 10px 20px !important;
	}
	#game_start_text {
		top: 45%;
	}
}