@CHARSET "UTF-8";

#navigations {
	
}
#navigations .navi {
	padding:10px 3px 0px 3px;
}

#navigation1 {
	width:100%;
	/* background: linear-gradient(to right, rgba(3,14,26,1), rgba(3,14,26,0)) ,url(../../qadialog/images/bg_header.png);*/
	background-position-x: right;
	background-repeat: no-repeat;
	height:31px;
	padding-top: 10px;
	padding-bottom: 0px
}
#navigation2 {
	display: flex;
	justify-content: space-between;
	height:31px;
	font-size: 14px;
	/* background-color:rgba(0,0,0,0.8); */
}

#systemName{
	/* float: left; */ /* 画像やロゴをヘッダに表示する際に横並びにするため必要なとなるため予め定義 */
	/* font-size:14px; */
	font-size:16px;
	text-align: center;
}

#functions {
	float:left;
	padding-left:10px;
}

#functions a,
#accounts {
	display:inline;
	line-height:30px;
	/* color:#fff; */
	text-align:center;
}
#accounts {
	padding-right:10px;
}


