@charset "utf-8";

table.blgal.pc *:is(th,td) {
padding: 8px;
font-size: 15px;
line-height: 1.6;
}
table.blgal.pc *:is(th,td,span) {
white-space: pre-wrap;
word-break: keep-all;
}
table.blgal.pc *:is(th,td,span) span {
display: block;
font-size: inherit;
color: inherit;
font-family: inherit;
}
@media only screen and (max-width: 750px) {
table.blgal.pc *:is(th,td) {
font-size: 13px;
width: 25%;
}
}