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

/* -------------------------- */
/* --------title-------- */
/* -------------------------- */

#list-of-names .p_title{
background-image: url(../img/list-of-names_main.jpg);
}


#list-of-names .title_02{
text-align: left;
font-size: 1.4rem;
font-weight: 600;
}
/* Android対策 */
.android #list-of-names .title_02{font-weight: 700;}


/* -------------------------- */
/* --------3列並び-------- */
/* -------------------------- */
#list-of-names .w3 table{width: 100%;}
#list-of-names .w3 caption{
text-align: left;
margin-bottom: 5px;
font-size: 1.2rem;
font-weight: normal;
}


#list-of-names .title_02,
#list-of-names caption{margin-top: 50px;}

.red{color: red;}




.table_03 td{text-align: center;}</pre></body></html>