<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 */

/* ここからテーブル */
.td6 td{
	max-width:100px;
	min-width:100px;
}
table{
	width:600px;
	border-collapse: collapse;
	margin:40px 0 40px 0;
}
thead{
	border:solid 1px #b3b3b3;
	background-color: #971643;
	color:#ffffff;
	font-size:1.2em;
}
thead .left{
	border-right:solid 1px #ffffff;
}

tr{
	height:40px;
}
td{
	text-align:center;
	border:none;
	max-width:120px;
	min-width:120px;
}



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