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

#game_main_pictures {
	width: 80%;
	top: 13%;
	left: 10%;
}

#game_main_speaker {
	width: 471px;
	height: 47px;
}

#game_main_speaker_1 {
	height: 47px;
	width: 240px;
}

#game_main_speaker_2 {
	left: 240px;
	height: 47px;
	width: 232px;
}

.speaker {
	background-image: url("../../src/images/image_speaker_white.png");
	background-color: #80AAFF;
	background-repeat: no-repeat;
	background-position: 0;
	background-size: contain;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	border: 2px solid white;
	width: 47px !important;
	height: 47px !important;
	-ms-touch-action: none;
}

#game_main_help {
	top: 85%;
	right: 10px;
	background-image: url("../../src/images/image_help.png");
}
/*-------------------------------Portrait*/

@media screen and (orientation: portrait) {
	#game_main_speaker {
		width: 227px;
		height: 47px;
	}
	#game_main_speaker_1 {
		width: 227px;
		height: 47px;
		left: 0px;
		top: 0px;
	}
	#game_main_speaker_2 {
		width: 227px;
		height: 47px;
		left: 0px;
		top: 67px;
	}
	#game_main_narrator {
		height: 38px;
	}
	#game_main_help {
		bottom: 10px;
		top: auto;
	}
}

@media screen and (max-width: 530px) and (orientation: portrait) {
	#game_main_speaker {
		width: 160px;
		height: 30px;
	}
	#game_main_speaker_1 {
		width: 160px;
		height: 30px;
		left: 0px;
	}
	#game_main_speaker_2 {
		width: 160px;
		height: 30px;
		left: 0px;
		top: 50px;
	}
	.drag {
		width: 30px !important;
		height: 30px !important;
	}
	#game_main_help {
		bottom: 10px;
		top: auto;
	}
}

@media screen and (max-width: 500px) {
	.drag {
		width: 30px !important;
		height: 30px !important;
	}
}

@media screen and (max-width: 715px) and (orientation: landscape) {
	#game_main_speaker {
		height: 30px;
		width: 320px;
	}
	#game_main_speaker_1 {
		height: 30px;
		width: 160px;
		left: 0px;
	}
	#game_main_speaker_2 {
		height: 30px;
		width: 160px;
		left: 160px;
		top: 0px;
	}
	.drag {
		width: 30px !important;
		height: 30px !important;
	}
	#game_main_help {
		top: 85%;
		bottom: auto;
		background-size: cover;
		width: 26px;
		height: 26px;
	}
	.close_button {
		background-size: cover;
		width: 26px;
		height: 26px;
		top: 5px;
		right: 5px;
	}
	#game_start_play {
		background-size: cover;
		width: 26px;
		height: 26px;
	}
	#game_start_textcloud {
		padding: 20px 40px 20px 20px;
	}
	.headline {
		padding: 12px 0;
		height: 17px;
	}
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	#game_main_speaker {
		height: 30px;
		width: 320px;
	}
	#game_main_speaker_1 {
		height: 30px;
		width: 160px;
		left: 0px;
	}
	#game_main_speaker_2 {
		height: 30px;
		width: 160px;
		left: 160px;
		top: 0px;
	}
	#game_main_help {
		top: 85%;
		bottom: auto;
		background-size: cover;
		width: 26px;
		height: 26px;
	}
	.drag {
		width: 30px !important;
		height: 30px !important;
	}
	.close_button {
		background-size: cover;
		width: 26px;
		height: 26px;
		top: 5px;
		right: 5px;
	}
	#game_start_textcloud {
		left: 5% !important;
		top: 19% !important;
		padding: 20px 50px 20px 20px !important;
	}
	#game_start_text {
		left: 5% !important;
		top: 54%;
		padding: 20px 21px !important;
	}
	#floatingBarsG {
		top: 70px;
	}
	#game_start_play {
		background-size: cover;
		width: 26px;
		height: 26px;
	}
	.headline {
		padding: 12px 0;
		height: 17px;
	}
}

.game_start_continue_button {
	width: 96px;
	height: 36px;
}