﻿.mp學校資料2 {
    --font-size: 1rem;
    --font-color: #000000;
    --text-line-height: 2em;
    --animation-duration: 0.5s;
    --left-right-margin: 2em;
    --text-enlarge-hover: scale(1.1);

    font-size: var(--font-size);
    color: var(--font-color);
    margin: 0 auto;
}

    .mp學校資料2 a {
        color: var(--font-color);
    }

.mp學校資料2 div
{
    
}

.mp學校資料2 .row {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items : baseline;
    line-height: var(--text-line-height);
    flex-wrap : wrap;
}

    .mp學校資料2 .row > div {
        margin: 0 var(--left-right-margin);
        /* 2024-11-02 */
        transition: all var(--animation-duration);
    }

        .mp學校資料2 .row > div:hover {
            transform: var(--text-enlarge-hover);
        }

.mp學校資料2 .address {
}

.mp學校資料2 .phone {
}

.mp學校資料2 .fax {
}

.mp學校資料2 .email {
}


