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

table[border="1"]&gt;tbody&gt;tr&gt;th,table[border="1"]&gt;tbody&gt;tr&gt;td{
	padding: 5px 10px;
	border: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

table[border="1"]&gt;tbody&gt;tr&gt;th{
	padding: 5px 10px;
	background: #B3DEFF;
	width: 10em;
}

table[border="1"]{
	border: none;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	width: 100%;
	line-height: 1.75;
}

table tr :first-child{
	white-space: nowrap;	
}

table p{
	margin: 0;
	padding: 0;
}

body .PankuzuArea {
    height: auto;
}

body .PankuzuList {
    padding: 10px 0;
}</pre></body></html>