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

#siteise {
background: url(../images/product_qc/bg_sitewise.png) no-repeat;
}

#siteise h1.qc {
font-size: 2.2em;
padding: 0px 0px 0px 20px;
width: 250px;
float: left;
color: #fff;  /* a0dfd7 */
/* text-shadow: 0px -1px 0px #000000; */
letter-spacing:5px;
/* font-weight: normal; */
}

#company {
}

#company table {
border-top: 1px dotted #73a8a6;
}



#company th {
font-weight: bold;
padding: 25px 0px 25px 25px;
border-bottom: 1px dotted #73a8a6;
background: #ebf2f7; /* ebf7f5 */
width:250px;
}

#company td {
font-weight: normal;
padding: 25px 0px 25px 45px;
border-bottom: 1px dotted #73a8a6;
}

#company td.withp {
font-weight: normal;
padding: 10px 0px 10px 45px;
border-bottom: 1px dotted #73a8a6;
}

/* index.html */
#company h4 {
padding: 20px;
text-align: center;
border: 5px solid #CCCCCC;
border-radius: 6px;
background: #eaf9ff;
font-size: 1.5em;
letter-spacing:2px;
color: #4d88a0;
}

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