@charset "utf-8";

body {
	background-color: #ffffff;
	position: relative;
}

#mainnavbar-wrap {
	width: 100%;
	height: auto;
	z-index: 99999;
	position: fixed;
}

#twok2nav {
	width: 100%;
	height: 50px;
	background-color: #333333;
	font-family: 'mallory', sans-serif;
	position: relative;
}

.twok-flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
}

.nav-width {
	width: 1170px;
	height: 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.twok-nav-main {
	height: 50px;
	margin:  0 auto;
}

.twok-nm-menu-date {
	height: auto;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.02em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.twok-nm-date {
	padding-top: 5px;
}

.twok-nm-logo {
	width: 160px;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 0 0 30px;
}

.twok-nm-head {
	font-family: 'noto serif';
	font-size: 14px;
	color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 0 0 30px;
	position: relative;
}



/* 320-375 */
@media only screen and (min-width: 320px) and (max-width: 767px){
.nav-width {
	width: 93%;
}

.twok-nm-menu-date {
	width: 65px;
}

.twok-nm-date {
	display: none;
}

.twok-nm-logo {
	width: 160px;
}

.twok-nm-search-paper {
	width: 18px;
}

#twok-nav-ch {
	display: none;
}

#twok-nav-sub {
	display: none;
}

.m-hide {
	display: none;
}

#twokexpand {
	width: 93%;
	margin: 0;
}

#nav-brkr {
	padding-top: 70px;
}

.nav-width {
	width: 93%;
}

.twok-nm-head {
	display: none;
}

.twok-nm-logo {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}

}
