/* Basic */
#navPanel, #titleBar {display: none;}

#header {
	position: fixed;
	width: 100%;
	height: 4em;
	z-index: 1;
}

#header .topLogo{
	display: inline-block;
	position: absolute;
	left: 1.4em;
	letter-spacing: 0.06em;
	font-weight: 500;
	font-size: 1.1em;
	line-height:3.6em;
}

#header .topGearIcon{
	display: inline-block;
	position: absolute;
	right: 1.4em;
	font-size: 1.2em;
	line-height:3.4em;
}

#visitPageRender .visitPageButton_group:hover a.visitPageClose {
	display: inline-block !important;
}

#contentsBox .contentsLeftMenu {
	width: 18em;
	overflow-y: auto;
}

/* Wide */
@media screen and (max-width: 1680px){
}

/* Normal */
@media screen and (max-width: 1280px){
}

/* Narrow */
@media screen and (max-width: 1080px){
}

/* Narrower */
@media screen and (max-width: 960px){
}