#container-story13{
		position:absolute;
		width:600px;
		height:600px;
	}
	#legend_jobs{
		width:107px;
		height:161px;
		background:url(../img/story13/legend_jobs.png);
		position:absolute;
		left:95px;
		top:223px;
	}
	#legend_certainL{
		position:absolute;
		left:-396px;
		top:-116px;
		-webkit-animation:5s legend_certainL;
	}
	#legend_certainR{
		position:absolute;
		left:389px;
		top:-120px;
		-webkit-animation:5s legend_certainR;
	}
	@-webkit-keyframes legend_certainL{
		0%{left:-180px;}
		100%{left:-396px;}
	}
	@-webkit-keyframes legend_certainR{
		0%{left:140px;}
		100%{left:389px;}
	}
	#legend_crow_black{
		-webkit-animation:5s legend_crow_black;
	}
	@-webkit-keyframes legend_crow_black{
		0%{opacity:0;}
		100%{opacity:1;}
	}

	#legend_ipod{
		-webkit-animation:2s legend_item infinite alternate;
	}
	#legend_iphone{
		-webkit-animation:2s legend_item infinite alternate;
		-webkit-animation-delay:0.8s;
	}
	#legend_ipad{
		-webkit-animation:2s legend_item infinite alternate;
		-webkit-animation-delay:0.5s;
	}
	#legend_imac{
		-webkit-animation:2s legend_item infinite alternate;
		-webkit-animation-delay:1s;
	}
	#legend_macbook{
		-webkit-animation:2s legend_item infinite alternate;
		-webkit-animation-delay:0.2s;
	}
	@-webkit-keyframes legend_item{
		0%{-webkit-transform:translateY(-2px);}
		100%{-webkit-transform:translateY(2px);}
	}

	#legend_flash{
		width:610px;
		height:610px;
		background:white;
		opacity:0;
		-webkit-animation:3s legend_flash infinite;
		-webkit-animation-delay:0;
	}
	@-webkit-keyframes legend_flash{
		0%{opacity:0.8;}
		10%{opacity:0;}
		100%{opacity:0;}
	}
	#legend_flash02{
		width:610px;
		height:610px;
		background:white;
		opacity:0;
		-webkit-animation:5s legend_flashs infinite;
		-webkit-animation-delay:0;
	}
	@-webkit-keyframes legend_flashs{
		0%{opacity:0.8;}
		10%{opacity:0;}
		100%{opacity:0;}
	}