<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html.mm-opened {
    overflow: hidden;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: left;
}
.header,
.footer
{
//	background: #c6e2eb;
//	font-size: 16px;
//
//	color: #000;
//	line-height: 30px;
//
//
//	-moz-box-sizing: border-box;
//	box-sizing: border-box;	
//	width: 100%;
//	height: 30px;
//	padding: 0 0px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url(../../../images/navi_mobile.jpg );

	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	top: -5;
	left: 0px;
}
.content
{
	padding: 150px 50px 50px 50px;
}
#menu a:link 		{ text-decoration: none;font-size: 14pt;}
#menu a:visited 	{ text-decoration: none;font-size: 14pt;}
#menu a:hover	 	{ color:#666666;text-decoration: none;font-size: 14pt;}
#menu a:active		{ text-decoration: none;font-size: 14pt;}
#menuewithout_a     
{ 
	font-size: 14pt;
	padding: 20px 0px 0px 0px;
	
	
	}</pre></body></html>