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

body{
	-webkit-print-color-adjust: exact;
 }

/***************************/
/* header */
/***************************/

header{
	width: 100%;
	background:url(../images/header_bg.png) repeat-x left top;
}

#header_container{
	width: 85%;
	margin: 0 auto;
}

.header_wrap{
	height: 60px;
}

.header_wrap:after{
	content:"";
	clear:both;
	display:block;
	zoom:1;
}

#siteid{
	width: 261px;
	padding-top: 20px;
	float: left;
}

#primary,
#lang,
#primarynav,
#global,
#accomonav{
	display: none;
}

/***************************/
/* main */
/***************************/

#container{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

#main{
	width: 100%;
	position: relative;
}

#content{
	padding-bottom: 80px;
	background: #fff;
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0)0px 0px 0px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 1px;
	z-index: 100;
	position: relative;
}

article{
	width: 85%;
	margin: 0 auto;
}

#breadcrumb,
#anchor{
	display: none;
}

/* catch */

#catch .catch_wrap{
	width: 85%;
	margin: 0 auto;
}

#catch .key {
	width: 100%;
	text-align: center;
}

#catch .key img {
	max-width: 100%;
	height: auto;
	display:inline;
}

.attention{
	width: 80% !important;
	margin: 0 auto;
}

/***************************/
/* side */
/***************************/

#side,
#weather{
	display: none;
}

/***************************/
/* footer */
/***************************/

#footer_head{
	width: 80%;
	background: #fff;
	padding: 24px 0 50px 0;
}

#link,
#footernav,
#eriamap{
	display: none;
}</pre></body></html>