@charset "utf-8";
/* CSS Document */

.topTitle{
	padding-top: 0.4rem !important;
    padding-bottom: 0.5rem !important;
}
.topTitle{
	padding-top: 0.4rem !important;
    padding-bottom: 0.5rem !important;
}


.readyGo{
	padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}


    .box{
        /*position:fixed;*/

        top:0;
        left:0;
        width:50%;
        height:100%;
        background:#000;
		padding-bottom:2px;
		
		margin:auto !important;
    }
	.bkPng{
		background: url(bkPng.png) center;
		background-repeat:no-repeat;
		background-size: 100%;
	}
    video{
        width:100%;
        height:100%;
        object-fit:contain;
        background:#000;
		margin:auto !important;
    }