@charset "utf-8";

/*reset*/
*{margin: 0; padding:0;}
body{
    letter-spacing: -0.3px;
    word-break: keep-all;
    color:#1b1b1b
}
li{
    list-style: none;
    word-break: keep-all;
}
button{
    border: 0;
    background: transparent;
}
img{
    max-width: 100%;
}

button {
    background: 0;
    border: 0; 
    outline: 0;
}

a{
    display: inline-block;
}

table{
    border-collapse: collapse;
    width: 100%;
    border-top: 2px solid #E10314;
}