@charset "utf-8";
/* CSS Document */

#bnrStop {
	width: 100vw;
	height: 0;
	position: static;
	margin: 0;
	padding: 0;
}

#bnrStop #bnr {
    width: 100%;
    position: fixed;
    right: 0px;
    bottom: 0;
	padding-bottom: 5px;
}

/*並列バナー*/
.fltbn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    padding-top: 5px;
    background: rgba(0,8,51,.8);
}

.fltbn div {
    padding: 0 5px;
}
/*.fltbn div:first-child { padding-right: 0px; }*/

.fltbn:hover {
    opacity: .9;/* ホバーで少し透過 */
}


/* バナー停止時 */
#bnrStop.stop {
	position: relative;
}

#bnrStop.stop #bnr {
	position: absolute;
	top: auto;
	bottom: 0px;
	display: none;
}

/*出現の秒数*/
.delay-time02 { animation-delay: 0.2s; }
.delay-time03 { animation-delay: 0.3s; }
.delay-time04 { animation-delay: 0.4s; }
.delay-time05 { animation-delay: 0.5s; }




@media screen and (min-width: 769px){
	
	/*.fltbn div:first-child { padding-right: 150px; }*/
	
}
