@CHARSET "UTF-8";

#navigations {
	background:#3b6e9a;
	color:white;
}
#navigations .navi {
	padding:7px;
}

#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:32px;
}
#navigation2 {
	display: flex;
	justify-content: space-between;
	height:42px;
	background-color:rgba(0,0,0,0.8);
}

#systemName{
	float: left; /* 画像やロゴをヘッダに表示する際に横並びにするため必要なとなるため予め定義 */
	font-size:14px;
}

#functions {
	float:left;
}

#functions a,
#accounts {
	display:inline;
	line-height:30px;
	color:#fff;
	text-align:center;
}

#functions a:hover {
	background:#666;
}
