<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------------------
container
----------------------------------- */
#container {
	width:100%;
	margin:0 auto;
}
/* -----------------------------------
header
----------------------------------- */
#header {
	width:100%;
	margin-bottom: 10px;
}
/* -----------------------------------
global navigation
----------------------------------- */
#globalnavi	{
	display: none;
}
/* -----------------------------------
wrap
----------------------------------- */
#wrapper {
	float: none;
	width:100%;
}
/* -----------------------------------
pankuzu-list
----------------------------------- */
#pan-list {
	display: none;
}
/* -----------------------------------
content
----------------------------------- */
#content {
	width:100%;
}
/* -----------------------------------
footer
----------------------------------- */
#footer {
	background-color: #FFFFFF;
}

/* -----------------------------------
link icon
----------------------------------- */
.point-a{
	height:100%;
}
.point-back{
    height:100%;
}
.point-top{
    height:100%;
}

ul.list01 li{
	display: list-item;
	list-style: disc outside;
	padding: 0px;
	margin-left: 20px;
}

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