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

#game_start {
	display: block;
}

#game_main {
	display: none;
}

#game_finish {
	display: none;
}
/*-----------------------------------------start*/

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

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

.game_main_pictures_image {
	position: relative;
	display: table;
	float: left;
	width: 20%;
}

#game_main_display {
	width: 400px;
	height: 35px;
	top: 85%;
	bottom: auto;
}

.display {
	background-color: #80AAFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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);
	z-index: 10;
	color: #FFF;
	width: 100%;
	height: 94%;
	padding-top: 6%;
	text-align: center;
}

#game_main_display_1 {
	left: 0%;
	height: 100%;
	width: 35%;
}

#game_main_display_2 {
	right: 0%;
	height: 100%;
	width: 35%;
}

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

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

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

.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: 22%;
	}
	#game_start_text {
		top: 46%;
	}
	#game_main_display {
		width: 471px;
		height: 40px;
		top: auto;
		bottom: 10px;
	}
	#game_main_help {
		bottom: 10px;
		top: auto;
	}
	#game_finish_textcloud {
		width: 33%;
		top: 24%;
		left: 10%;
	}
	#game_finish_figure {
		width: 29%;
		left: 63%;
		top: 41%;
	}
}

@media screen and (max-width: 530px) and (orientation: portrait) {
	#game_main_display {
		height: 19px;
		bottom: 10px;
		top: auto;
	}
	#game_main_help {
		bottom: 10px;
		top: auto;
	}
}

@media screen and (max-height: 737px) and (orientation: portrait) {
	#game_main_display {
		height: 25px;
		width: 330px;
	}
}

@media screen and (max-height: 668px) and (orientation: portrait) {
	#game_main_display {
		height: 23px;
		width: 300px;
	}
}

@media screen and (max-height: 569px) and (orientation: portrait) {
	#game_main_display {
		height: 19px;
		width: 250px;
	}
}

@media screen and (max-width: 500px) {
	#game_main_save_button,
	#game_main_narrator_button {
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width: 714px) and (orientation: landscape) {
	#game_main_save_button,
	#game_main_narrator_button {
		width: 26px;
		height: 26px;
	}
	#game_main_display {
		width: 320px;
	}
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	#game_start_textcloud {
		top: 21% !important;
		padding: 20px 50px 20px 20px !important;
	}
	#game_start_text {
		top: 45%;
	}
	#game_main_save_button,
	#game_main_narrator_button {
		width: 26px;
		height: 26px;
	}
	#game_main_display {
		width: 240px;
		height: 18px;
	}
	#game_main_help {
		top: 85%;
		bottom: auto;
		background-size: cover;
		width: 26px;
		height: 26px;
	}
}

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