
.asm-menu {
    column-count: 3;
    margin-left: 32px;
    margin-right: 32px;
}

.part-name {
    margin-top: 8px;
    text-align: center;
    font-size: 100%;
    font-weight: bolder;
    width: 100%;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part-spec {
    display: inline-block;
    text-align: center;
    font-size: 75%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.foot-menu {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    align-items: center;
    padding-bottom: 16px;
}
.foot-menu a {
    display: inline-block;
    padding: 0 25px;
    color: #051d39;
    font-weight: bolder;
    font-size: 80%;
    line-height: 100%;
    text-decoration: none;
}

.foot-addr {
    width: 100%;
    line-height: 180%;
    font-size: 80%;
}

.foot-copy {
    text-align: center;
    width: 100%;
    font-size: 80%;
}

.ps-modal {
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
}