<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;}

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


/* -------------------------- */
/* --------3列並び-------- */
/* -------------------------- */
#list-of-names .w3 table{width: 30%;}
#list-of-names .w3 caption{
text-align: left;
margin-bottom: 5px;
font-size: 1.2rem;
font-family:'Koburina Gothic W3 JIS2004', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}
@media screen and (max-width: 1200px) {
#list-of-names .w3 table{width: 48%;}
}


.red{color: red; display: none;}

@media screen and (max-width: 960px) {
.red{display:block;}
}




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