@charset "UTF-8";
/* CSS Document */

div.flame_image{
	text-align:center;
}

div#nav {
	pointer-events: none;
	position:absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 1200px;
	z-index:999;
}

	div#nav img.finger {
		position:absolute;
		top: 120px;
		left: 100px;
		width: 200px;
	}

div#character04_game {
	position: absolute;
	top: 1005px;
	width: 100%;
	text-align: center;
}

div#concentration {
	position: absolute;
	top: 145px;
	left: 0;
	width: 1080px;
	height: 100%;
	text-align: center;
}

div.card_box {
	position:relative;
	display:inline-block;
	width:250px;
	height:380px;
}

img.card_back, img.card_front {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:360px;
	margin:auto;
	-webkit-filter: drop-shadow(2px 2px 5px #222);
	filter: drop-shadow(2px 2px 5px #222);
	transition:all 0.4s;
}

img.card_front {
	width:220px;
}

img.card_back {
	width:0;
}
