/*
================================================================================
    共用區
================================================================================
*/

.ps-source {
    font-size: 1rem;
    color: #000000;
    font-style: normal;
    padding: 10px 0px;
}

.ps-content h4.IH {
    color: #000000;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.ps-content h4 {
    color: #000000;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 15px;
}

.ps-content p {
    text-align: justify;
    line-height: 2;
}

.ps-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 2;
}

.ps-content .figure-box {
    text-align: center;
    margin: 1rem 0 2rem 0;
}

.ps-content .figure-box img {
    width: auto;
    max-height: 60vh;
    border-radius: 6px;
}

.ps-content .figure-box img.small {
    width: auto;
    max-height: 40vh;
    border-radius: 6px;
}

.ps-content .figure-box .figure-caption {
    font-size: 1rem;
    color: #000000;
    margin-top: 1rem;
}

.ps-content .table-title {
    text-align: center;
    font-weight: 600;
    margin-top: 2rem;
}

.ps-content .eq-table {
    width: 100%;
    margin: 15px 0;
}

.ps-content .param-table {
    width: 100%;
    margin: 1rem 0 2rem 0;
}

.ps-content .param-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.ps-content .param-table td:first-child {
    text-align: center;
    width: 30vh;
}