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

/*------------------------------------------------------------------------------
	Hamamatsu Visitors and Convention Bureau - Print CSS
	URL: http://hamamatsu-daisuki.net/
	Date: 2015-03-04
	Copyright (C) Hamamatsu Visitors and Convention Bureau All Rights Reserved.
------------------------------------------------------------------------------*/

/*  Hide Object 
----------------------------------------------------*/

ul#skip,
ul#globalNav,
ul#subNav,
p#pan,
div#sub,
div#footer,
div#main p.toTop{display:none;}

/* Hide Background
----------------------------------------------------*/

body,
#wrapper,
#main,
footer{
	background-image:none;
	background-color:#fff;
	width:100%;
	}

/* Printing Setting
----------------------------------------------------*/

body{
	color:#000;
	font-size:10pt;
	font-family:Sans-Serif;
	line-height:1.5;
	letter-spacing:0.1em;
	}

a:link,
a:visited{
	color:#000;
	text-decoration:underline;
	}

img{border:0;}

div#main{
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	}

#main ul{
	list-style-type:square;
	list-style-position:inside;
	}
#main ul li{
	padding-left:0;
	background:none;
	width:100%;
	overflow:hidden;
	}
/*#main table,
#main table th,
#main table td{
	border:1px solid #333;
}*/
#main table,
#main,
footer #relatedLink,
body#naotoraCharacter #main,
body#naotoraLand #main section,
body#naotoraLand #main #mapArea {
	width:100%;
}
body#naotoraLand #main section li {
	width:45%;
}
	
	
/*--EOF-----------------------------------------------------------------------*/
</pre></body></html>