.search-table {
    margin-right: auto;
    margin-left: auto;
}

.search-table tr {
    height: 60px;
}

.search-table th,
.search-table td {
    vertical-align: middle !important;
}

.search-table h4 {
    margin-bottom: 0;
}

.search-button:active {
    box-shadow: none !important;
    position: relative;
    top: 4px;
    left: 2px;
}

.medicine-search-result th {
    background-color: #029380;
    text-align: left !important;
}

.medicine-search-result tr:nth-child(odd) td {
    background-color: #fff8e8;
}

.medicine-search-result th,
.medicine-search-result td {
    border: none !important;
}

.seibunmei {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.med table {
    margin-bottom: 15px;
}

.med th,
.med td {
    border: solid 1px;
    vertical-align: top;
    padding: 3px 10px;
}

.med th {
    text-align: center;
    white-space: nowrap;
}

.med td {
    min-width: 50px;
}

.container:has(.sticky1) {
    position: sticky;
    top: 0px;
}

.container:has(.sticky2) {
    position: sticky;
    top: 83px;
}

.white-background,
.white-background td {
    background-color: #ffffff;
}

.green-base th {
    background-color: #F9F68A;
}

.graph-color1 th {
    background-color: #FFE0E6;
}

.graph-color2 th {
    background-color: #E0F2FF;
}

.light-blue-base th {
    background-color: #FBC52C;
    color: #353333;
}

.light-green-base th {
    background-color: #ed8e8e;
    color: #282424;
}

.basic-info {
    margin-bottom: 25px;
    border: solid 2px #000000;
}

.basic-info table {
    width: 100%;
    border: none !important;
}

.basic-info table,
.basic-info th,
.basic-info td {
    border: none !important;
}

.basic-info th {
    text-align: left;
}

.area-title {
    font-size: 22px;
    font-weight: bold;
}

.sub-title {
    font-weight: bold;
}

.no-style-table {
    width: 100%;
}

.no-style-table th {
    text-align: left;
}

.no-border th,
.no-border td,
.no-border {
    border: none !important;
}

.in-line-table {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.full-width {
    width: 100%;
}

div.border-none-table {
    border: 0 !important;
}

.border-none-table th,
.border-none-table td {
    padding: 3px 10px;
}

.border-none-table th {
    border-right: #d7d7d7 2px solid;
    text-align: center;
}

.border-none-table td {
    vertical-align: top;
    border-right: #d7cfcf 2px solid;
}

.border-none-table table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.extension-list th {
    white-space: nowrap;
}

.invalid-fixed-label {
    position: sticky;
    top: 0px;
}

.invalid-fixed-label2 {
    position: sticky;
    top: 38px;
}

.extension-fixed-label {
    position: sticky;
    top: 0px;
}

.extension-fixed-label2 {
    position: sticky;
    top: 32px;
}

.border-bottom-gray {
    border-bottom: #d7cfcf 1px solid;
}

.list-border-bottom1 {
    border-bottom: #ed8e8e 4px solid !important;
}

.list-border-bottom2 {
    border-bottom: #FBC52C 4px solid !important;
}

.small {
    font-size: 0.9em;
    color: #7e7878;
}

.font-emph1 {
    color: #a40718 !important;
    font-weight: bold;
}

.font-emph2 {
    color: #295EA4;
    font-weight: bold;
}

.height-flex {
    height: 30px;
}