@charset "utf-8";
/* CSS Document */
#content_wrap {
	/*width:1600px;*/
	height:780px;
	margin: 0 auto;
}
.cb-slideshow li {
	opacity: 0;
	animation: imageAnimation 72s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) {
	height:780px;
    background:url(../images/bg_top01.jpg) center top no-repeat;
}
.cb-slideshow li:nth-child(2) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top02.jpg) center top no-repeat;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top03.jpg) center top no-repeat;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top04.jpg) center top no-repeat;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top05.jpg) center top no-repeat;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top06.jpg) center top no-repeat;
	animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top07.jpg) center top no-repeat;
	animation-delay: 36s;
}
.cb-slideshow li:nth-child(8) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top08.jpg) center top no-repeat;
	animation-delay: 42s;
}
.cb-slideshow li:nth-child(9) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top09.jpg) center top no-repeat;
	animation-delay: 48s;
}
.cb-slideshow li:nth-child(10) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top10.jpg) center top no-repeat;
	animation-delay: 54s;
}
.cb-slideshow li:nth-child(11) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top11.jpg) center top no-repeat;
	animation-delay: 60s;
}
.cb-slideshow li:nth-child(12) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top12.jpg) center top no-repeat;
	animation-delay: 66s;
}
/*.cb-slideshow li:nth-child(13) { 
    height:780px;
	margin-top:-780px;
    background:url(../images/bg_top13.jpg) center top no-repeat;
	animation-delay: 72s;
}*/

@keyframes imageAnimation {  
	0% { opacity: 0; animation-timing-function: ease-in; }
    4% { opacity: 1; animation-timing-function: ease-out; }
    8% { opacity: 1 }
    12% { opacity: 0 }
    100% { opacity: 0 } 
} 
@-webkit-keyframes imageAnimation {  
	0% { opacity: 0; animation-timing-function: ease-in; }
    4% { opacity: 1; animation-timing-function: ease-out; }
    8% { opacity: 1 }
    12% { opacity: 0 }
    100% { opacity: 0 } 
}
.no-cssanimations .cb-slideshow li {
	opacity: 1;
}
