#header a { 
	color: #FFF; 
	text-decoration: none;
}
#header .inner { height: 40px; }
#header .inner .logo {
	padding-top: 10px;
	text-align: center;
}
#header .inner .btn_sns { display: none; }
#header .gNavi { display: none; }
#header .btn_sp { 
	position: absolute;
	left: 12px;
	top: 12px;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
}

#header .inner .global li #global-open {
	position: absolute;
	right: 7px;
	top: 10px;
	cursor: pointer;
}
#header .inner .global li ul { display: none; }

/* headroom.js */
#header.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.2s ease-in-out;
}
#header.headroom--unpinned { top: -40px;}
#header.headroom--pinned { top: 0;}