<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
 @media print, screen and (min-width: 768px) {
.nowrap {
	white-space: nowrap
}
}
@media print, screen and (min-width: 1024px) {
#mainContents .csrTable .bgColorLg {
  background-color: #e6f4f3;
}
#mainContents .csrTable .bgColorWh {
  background-color: #fff;
  color: #5c5c5c;
}
 #mainContents .csrTable.table2 table{
   table-layout: fixed;
 }
 #mainContents .csrTable.table2 table .cellW1{
   width: 22%;
 }
}
</pre></body></html>