@charset "utf-8";

.board_list .tstyle_list {table-layout: fixed;}

.board_list .tstyle_list th:first-child,
.board_list .tstyle_list th:last-child {width: 8rem;}

.board_list .tstyle_list th:nth-child(3) {width: 15rem;}
.board_list .tstyle_list th:nth-child(4) {width: 20rem;}

.board_list .tstyle_list .txt_left a {overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: keep-all; line-height: 1.5;}