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

#game_start_intro {
	margin-left: -21%;
	left: 50% !important;
	width: 42%;
	height: 69%;
	top: 11%;
}

#game_start_intro_gif {
	position: relative;
	width: 93%;
	margin: 0 auto;
}

#game_start_intro_gif img {}

#game_start_intro_button {
	display: none;
	bottom: 0px;
	width: 100%;
	height: 16%;
}

#game_start_intro_button_dur {
	width: 33%;
	height: 100%;
	left: 0px;
}

#game_start_intro_button_moll {
	width: 33%;
	height: 100%;
	right: 0px;
}

#game_start_play {
	margin-left: -18px;
	left: 50% !important;
	top: 80%;
	bottom: auto;
	left: auto;
	right: auto;
}

.game_start_continue_button {
	top: 83%;
}
/*------------------------------------main*/

#game_main_textcloud {
	width: 64%;
	top: 17%;
	left: 11%;
	padding: 25px;
}

#game_start_figure {
	width: 16%;
	left: 80%;
	top: 27%;
}

.game_main_pictures_image {
	float: left;
	width: 33%;
}

.speaker {
	cursor: pointer;
}

#game_main_pictures_image_1 {}

#game_main_pictures_image_2 {
	right: 0px;
}
/*---------------------------------------finish*/

#game_finish_textcloud {
	width: 50%;
	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: 78%;
	left: 38%;
}

@media screen and (orientation: portrait) {
	#game_start_intro {
		margin-left: -38.5%;
		left: 50% !important;
		width: 77%;
		height: 69%;
		top: 11%;
	}
	#game_start_play {
		position: absolute;
	}
	#game_start_figure {
		width: 22%;
		left: 68%;
		top: 46%;
	}
	.game_main_pictures_image {
		width: 100%;
	}
	#game_main_pictures_image_1 {
		top: 0%;
	}
	#game_main_pictures_image_2 {
		top: 66%;
	}
	#game_main_textcloud {
		top: 13%;
		left: 20%;
		width: 48%;
	}
	#game_main_speaker_1 {
		left: 0px;
	}
	#game_main_speaker_2 {
		left: 0px;
	}
	#game_finish_textcloud {
		width: 43%;
		top: 18%;
	}
	#game_finish_figure {
		width: 28%;
		left: 67%;
		top: 40%;
	}
}

@media screen and (max-width: 530px) and (orientation: portrait) {
	#game_main_textcloud {
		padding: 15px;
	}
}

@media screen and (max-height: 340px) and (orientation: landscape) {
	#game_main_textcloud {
		padding: 15px;
		width: 65%;
		top: 18%;
		left: 8%;
	}
}