@charset "UTF-8";

/* ======== Setting ======== */

/* basic */
.txt_red { color: #d50000; font-weight: bold; }

/* table */
.md_table_normal { background-color: #ffffff; border-left: 1px solid #bdbdbd; border-right: 1px solid #bdbdbd;}
.table_none { border-right: none; border-top: none; border-bottom: none;}
.w75 { width: 75%!important;}