.logo_softem_s {
	width: 30px;
	margin-right: 8px;
}
.softem {
	/*width: 220px;*/
	max-height: 40px;
}
div.softem_s {
	position: absolute;
	top: 17px;
	left: 12px;
}


.topWrap {
	width: 224px;
    top: 6px;
    left: 16px;
}

/*header p {
	font-size: 14px;
	display: inline;
}
*/

/*
 * ヘッダー部ナビゲーション
 */
#menu{
    display:table;
    width: 100%;
}

#toggle {
    display: block ;
    top: 11px;
    right: 8px;    
}
/*#toggle a {
	font-size: 14px;
}
#toggle .material-icons {
	font-size: 32px;
}
 */
header nav#pageTopNav{
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top:52px;
    left:0;
    width: 100%;
    background-color: rgba(255,255,255,1);
}

header nav#pageTopNav.transition{
    transition: 0.2s linear;
}

header nav#pageTopNav.show{
    visibility: visible;
    opacity: 1;
}

header ul#menu li{
    display: table-row;
    text-align: center;
}

/*ハンバーガーメニュー専用のリンク*/
header ul#menu li.burgerMenuLink {
    display: table-row;
    text-align: center;
}

header ul#menu li a{
    display: table-cell;
    text-align: center;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    transition: height 0.2s linear;
    height: 0px;
}


header nav#pageTopNav.show  ul#menu li a{
    height: 40px;
}

.inline{
    display:inline;
}