<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("smartphone.css");


#wrap #title{
	border:none;
	margin-bottom:0;
	}

#header #headerImage,
body#home #header #headerImage,
body#sub #header #headerImage{
	display:block;
	width:100%;
	background-position:left top;
	}

#header #headerImage h2{
	font-size:1.8em;
	}


#sidebar{display:none;}
div#footer{ background:none;}
div#footer .copyright{ text-align:center;}

/* print only main contents ( no sidemenu, no footer, include page title ) */
/*
html,
body,
body#home {
	background-color:#FFF !important;
	background-image:none;
	}

#header,
.headerImg,
#topHeader,
#pankuzu,
#sidebar{display:none;}

div#wrap,
div#wrap div#container,
div#wrap div#container div#main{
	margin:0;
	padding:0;
	width:100% !important;
	}

#wrap #title{
	background:url(../img/sitetitle_smartphone.png) no-repeat center center #FFF;
	height:50px;
	width:100%;
	padding:10px 0;
	}
	
#wrap #title a,
#wrap #title img{
	display:none;
	}

*/</pre></body></html>