main.hall {
    width: 710px;
    float: left;
    background: #fff;
}

.hall__container {
    padding: 10px;
}

.hall__container .area-table {
    width: 100%;
    margin: 0 0 10px 0;
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
}

.hall__container .area-table tr th {
    width: 80px;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    color: var(--primary-color);
}

.hall__container .area-table tr a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-decoration: none;
    color: var(--secondary-color);
}

.area-table__row--pink {
    background-color: #ffdde6;
}

.hall__container .area-table tr a:hover,
.hall-list__table tr:hover,
.mun-filter li:hover {
    background-color: var(--brand-color);
    transition: background-color .25s ease, color .25s ease;
}

.hall__container .area-table tr a:hover {
    color: #fff;
}

.hall__container .area-table tr td {
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    width: 48px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    border-collapse: collapse;
}

.hall__container .area-table a {
    padding: 5px;
    box-sizing: border-box;
}
.hall__container .area-table a p:first-child {
    margin-bottom: 5px;
}

.hall__container .area-table p {
    line-height: 12px;
}

.hall__container h2 {
    padding-left: 10px;
    text-align: left;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    font-weight: bold;
    background-color: var(--brand-color);
    color: #ffffff;
}


.hall-list__table {
    width: auto;
    border-spacing: 0;
    font-size: 13px;
    border: 1px solid #c0c0c0;
}

.hall-list__table tr:nth-child(even) {
    background: #ffdde6;
}

.hall-list__table tr:nth-child(even) .hall-list__name {
    border-bottom: 1px solid #c8c8c8;
}

.hall-list__table th {
    cursor: pointer;
}

.hall-list__table td {
    cursor: pointer;
    padding: 5px;
}

.hall-list__table td:first-child {
    padding-right: 10px;
    text-align: left;
    width: 150px;
}


.hall-list__table .hall-list__tag {
    position: relative;
    padding: 4px 8px;
    border: solid 2px #000000;
    border-left: solid 27px #000000;
    font-weight: bold;
    background: #fff;
}

.hall-list__table .hall-list__tag:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0eb";
    font-weight: 900;
    color: #fff;
    padding: 0;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
}

.hall-list__table .hall-list__tag--today {
    border-image: linear-gradient(45deg, #e60000 0%, #f39800 3%, #fff100 6%, #009944 9%, #0068b7 12%,#1d2088 15%,#920783 18%,#e60000 100%) 1;
}

.hall-list__table .hall-list__tag--tomorrow {
    border-image: linear-gradient(45deg, #ff0000 0%, #d21c1c 5%, #fc6464 10%, #cb0101 15%, #757575 100%) 1;
}

.hall-list__table .hall-list__thumbnail {
    position: relative;
    overflow: visible;
    width: 150px;
}

.hall-list__table .hall-list__thumbnail img {
    width: 100%;
}

.hall-list__table .hall-list__detail {
    text-align: left;
    width: 560px;
}

.hall-list__table .hall-list__detail .hall-list__meta {
    margin-bottom: 5px;
    font-size: 12px;
    color: var(--secondary-color);
}

.hall-list__table .hall-list__detail .hall-list__meta span {
    float: right;
}

.hall-list__table .hall-list__detail .hall-list__name {
    display: block;
    color: var(--primary-color);
    font-weight: bold;
    border-bottom:  1px solid #e5e5e5;
    padding-bottom: 5px;
}

.hall-list__table .hall-list__detail .hall-list__access {
    font-size: 11px;
    color: var(--secondary-color);
    clear: both;
    padding: 5px 0;
}

.hall-content__header {
    margin-top: 15px;
}

.hall-content__count {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}


.mun-filter {
    width: 154px;
    word-break: keep-all;
    text-align: left;
    float: left;
    margin-right: 10px;
}

.mun-filter .mun-filter__list {
    border: 1px solid #c0c0c0;
    word-break: break-word;
}

.mun-filter .mun-filter__item.mun-filter__item--active {
    background-color: #ffdde6;
}

.mun-filter .mun-filter__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
    font-size: 12px;
    color: #333333;
}

.mun-filter .mun-filter__item a:hover {
    color: #fff;
}

.mun-filter .mun-filter__item:not(:last-child) {
    border-bottom: 1px solid #c0c0c0;
}