@charset "UTF-8";
#CDT{
	font-size:3vw;
	font-weight:bold;
    height: 20px;
    line-height: 20px;
	color:#FFF;
	background:#0373B6;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	margin:0 auto;
	z-index:1;
}

/*body{
	margin-top:5.4vw;
}*/

@media screen and (min-width:999px){
	#CDT{
		font-size:30px;
		    height: 50px;
    line-height: 50px;
	}
	/*body{
		margin-top:54px;
	}*/
}




