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

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

.game_main_pictures_image {
	width: 25%;
}

#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_pictures_image {
		width: 50%;
	}
	#game_main_speaker {
		height: 454px;
		width: 47px;
	}
	#game_main_speaker_1 {
		height: 227px;
		width: 47px;
		left: 0px;
		top: 0px;
	}
	#game_main_speaker_2 {
		height: 227px;
		width: 47px;
		left: 0px;
		top: 240px;
	}
	#game_main_narrator {
		top: 79%;
		height: 38px;
	}
	#game_main_help {
		bottom: 10px;
		top: auto;
	}
}

@media screen and (max-width: 530px) and (orientation: portrait) {
	#game_main_speaker {
		height: 320px;
		width: 30px;
	}
	#game_main_speaker_1 {
		height: 160px;
		width: 30px;
		left: 0px;
	}
	#game_main_speaker_2 {
		height: 160px;
		width: 30px;
		left: 0px;
		top: 160px;
	}
	.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: 650px) 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;
	}
}

@media screen and (max-height: 340px) 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;
	}
}

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