#container-story10{
		position:absolute;
		width:600px;
		height:600px;
	}
	#fire_record_disk{
		width:92px;
		height:34px;
		background:url(../img/story10/fire_record_disk_sprite.png);
		position:absolute;
		left:3px;
		top:327px;
		-webkit-animation:1s record_disk infinite linear alternate;
	}
	@-webkit-keyframes record_disk{
		from {
			-webkit-transform:rotate(-2deg)
		}
		to {
			-webkit-transform:rotate(2deg)
		}
	}

	#fire_record_player{
		-webkit-animation:2s record_player infinite ease-in-out alternate;
		-webkit-transform-origin:center left;
	}
	@-webkit-keyframes record_player{
		from {
			-webkit-transform:rotate(0deg)
		}
		to {
			-webkit-transform:rotate(2deg)
		}
	}
	#fire_phone{
		width:165px;
		height:133px;
		background:url(../img/story10/fire_phone_sprite.png);
		position:absolute;
		left:404px;
		top:301px;
	}
	#fire_note{
		width:92px;
		height:92px;
		background:url(../img/story10/fire_record_note_sprite.png);
		position:absolute;
		left:125px;
		top:290px;
	}