#container-story01{
		position:absolute;
		width:600px;
		height:600px;
	}
	#job-baby{
		position:absolute;
		width:345px;
		height:353px;
		background:url(../img/story01/born_sprite.png) 0 0;
		bottom:-62px;
		left:153px;
	}
	#model_L{
		left:174px;
		top:14px;
		-Webkit-animation-name: model_L;
    		-Webkit-animation-duration: 1.5s;
    		-webkit-animation-timing-function: ease-in-out;
    		-webkit-animation-iteration-count: infinite;
			-webkit-animation-direction: alternate;
			-webkit-animation-play-state: running;
			-webkit-animation-fill-mode:forwards;
			-webkit-transform-origin:center top;
    	}
    	@-webkit-keyframes model_L
    	{
       		0%{-webkit-transform:rotate(3deg);}
       		100% {-webkit-transform:rotate(-3deg);}
    	}
	#model_R{
		left:354px;
		top:11px;
		-webkit-transform-origin:center top;
		-Webkit-animation-name: model_L;
    		-Webkit-animation-duration: 2s;
    		-webkit-animation-timing-function: ease-in-out;
    		-webkit-animation-iteration-count: infinite;
			-webkit-animation-direction: alternate;
			-webkit-animation-play-state: running;
			-webkit-animation-fill-mode:forwards;
			-webkit-transform-origin:center top;
    	}
	#model_M{
		left:211px;
		top:0;
		-webkit-transform-origin:center top;
		-Webkit-animation-name: model_M;
    		-Webkit-animation-duration: 3s;
    		-webkit-animation-timing-function: ease-in-out;
    		-webkit-animation-iteration-count: infinite;
			-webkit-animation-direction: alternate;
			-webkit-animation-play-state: running;
			-webkit-animation-fill-mode:forwards;
			-webkit-transform-origin:center top;
	}
	@-webkit-keyframes model_M
    	{
       		0%{-webkit-transform:rotate(1.5deg);}
       		100% {-webkit-transform:rotate(-1deg);}
    	}