/* CSS Document */

#stage {
    position: relative;
    max-width: 92%;
    margin: 0 0 0 8%;
    overflow: hidden;
	
	
	
}


/*1280スタイル
*******************************************************************************************************************************************************************/
@media screen and (max-width: 1279px) {

#stage {
    position: relative;
	width: 80%;
    max-width: 960px;
    margin: 0 auto 0 auto;
    overflow: hidden;
	
	
	
}
	
	
	
}





#stage2 {
    position: relative;
    max-width: 92%;
    margin: 0 8% 0 0;
    overflow: hidden;
	height: 100%;
	
	
	
}

#stage2 img {
	width: 100%;
	height: auto;
	
	
	
}

.pic img {
    position:absolute;
    width: 100%;
    top:0;
    left:100%;
    -moz-animation: imgTrans 22s  infinite;
    -webkit-animation: imgTrans 22s  infinite;
    animation: imgTrans 22s  infinite;
}
#photo1 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#photo2 img {
    -moz-animation-delay: 7s;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
#photo3 img {
    -moz-animation-delay: 14s;
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
}


@-webkit-keyframes imgTrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
@-moz-keyframes imgTrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}
 
@keyframes imgTrans {
 0% { left:100%; }
 5% { left:0%; }
 20% { left:0%; }
 25% { left:-100%; }
 100% { left:-100%; }
}


/*1280スタイル
*******************************************************************************************************************************************************************/
@media screen and (max-width: 599px) {

#stage {
    position: relative;
	width: 100%;
    
    margin: 0 auto 0 auto;
    overflow: hidden;
	
	
	
}
	#stage2 {
    position: relative;
    max-width: 100%;
    margin: 0 0 0 0;
    overflow: hidden;
	height: 100%;
	
	
	
}

#stage2 img {
	width: 100%;
	height: auto;
	
	
	
}
	
	
	
}
