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

/* Import */
@import url(global.css);

#cnt{ margin-left:5px; padding-bottom:30px }

/* Sub Title */
#cnt h1{ display:block; width:170px; height:25px; background:url(../images/about/staff_stl.gif) no-repeat; margin-bottom:13px }
#cnt h1.stl1{ background-position:0 0 }
#cnt h1.stl2{ background-position:0 -25px }
#cnt h1.stl3{ background-position:0 -50px }
#cnt h1.stl4{ background-position:0 -75px }


/* Table 2 */
table.table2{ width:732px; margin-left:8px }
table.table2 th{ border-bottom:#e2e7ea solid 1px; color:#4372a7; font-weight:normal; padding:8px; text-align:center }
table.table2 thead th,
table.table2 thead td{ border-top:#e2e7ea solid 1px; font-size:11px }
table.table2 td{ border-bottom:#e2e7ea solid 1px; padding:8px; vertical-align:middle }
table.table2 thead th{ background:#f5f6f7 }
table.table2 tbody th,
table.table2 tbody td{ text-align:center }
table.table2 tbody th.sub{ border-left:#e2e7ea solid 1px }
table.table2 tbody th.big{ font-size:12px; font-weight:bold }
table.table2 ul{ width:auto }
table.table2 ul li{ margin:0 }</pre></body></html>