<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------MainPhoto*/
#pagetitle {
    width: 100%;
    height: 100px;
    background: url("../img/privacy_img/ttl_bg.png") center right no-repeat;
    background-size: cover;
}
/*------------------------------------------------------------sec02*/
#sec02 table {
    width: 100%;
    border: solid #CCCCCC 1px;
}
#sec02 table tr th {
    width: 10%;
    border: solid #BFDEED 1px;
    background-color: #D6EBF5;
    color: #555555;
}
#sec02 table tr td {
    border-bottom: solid #CCCCCC 1px;
}
#sec02 table tr th, #sec02 table tr td {
    padding: 10px;
}</pre></body></html>