@charset "utf-8";
/* CSS Document */

/* 內頁舊版 p span 插圖顯示 */
span.ph_b {
    display: table;
    margin:10px auto 20px;
    caption-side: bottom;
}
span.ph_b .ph_i {
    margin: 0 auto;
}
span.ph_b .ph_i img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 700px;
    line-height: 0;
    margin: 0px auto;
}
span.ph_b .ph_d {
    display: table-caption;
    width: auto;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    background:#e1e1e1;
    padding:7px 8px 8px;
    margin: 0;
}

@media screen and (max-width:600px) {
    span.ph_b{
        margin-bottom:10px;
    }
    span.ph_b .ph_d{
        padding:5px;
    }
}
