<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.rulePop{
    width:640px;
    position:fixed;
    left:50%;top:50%;
    transform: translate(-50%,-50%)
}
.pad20{
    padding:20px;
    box-sizing: border-box;
}
.ruleTable tr td{
    font-size:14px;
    color:#474C59;
    padding:10px 20px;
    border-bottom:2px solid #fff;
    height:40px;
}
.ruleTable tr td.td01{
    background:#F2F5F9;
    color:#131B26;
    border-right:2px solid #fff;
    width:38%;
    font-weight:600;
}
.ruleTable tr td.td02{
    background:#F8FAFC
}



















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