@CHARSET "UTF-8";

#Dashboard {
	overflow:hidden;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
	height:100%;
	font-size:12px;
	font-weight:normal;
	text-shadow:none;
	color:#666;
	background:#072c43 url('img/bgnoize.png');
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
}

#Dashboard #contents {
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#Dashboard #logo {
	font-family:"Georgia","Tahoma","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	color: rgba(0,0,0,0.4);
	text-shadow: 2px 2px 2px #072c43, 0 0 #000;
	font-size:60px;
}
#Dashboard #logo .logosub {
	clear:both;
	font-family:"Georgia","Tahoma","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
	color: rgba(0,0,0,0.4);
	text-shadow: 2px 2px 2px #072c43, 0 0 #000;
	font-size:23px;
}
