@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/


table.table-company {
    width:100%;
}

table.table-company th {
    border-bottom:solid 1px #542f18;
    padding:16px 0;
    min-width:100px;
    width:20%;
    font-size:18px;
}

table.table-company td {
    border-bottom:solid 1px #c69c6d;
    padding:16px 0;
    font-size:18px;
}

#site-header #menu-global .nav-item .nav-link {
    white-space:nowrap;
}