/* ヘッダーメニュー */
ul.headerNav{    
    list-style: none;
    display:flex;

    height:50px;
    align-items: center;

    background-color: rgba(211, 211, 211,0.3); 
}
ul.headerNav li{
	padding: 10px;
}
