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

/* 內頁舊版 p span 圖片+圖說 使用 */

p span.ph_b.ph_d1 { display:block; width:100%; margin:20px auto 30px; padding:10px 10px 0px; background-color:#f2f2f2; }
p span.ph_b.ph_d1 .ph_i { display:block; margin:auto; }/* 圖片 */
p span.ph_b.ph_d1 .ph_i img { display:block; width:auto; max-width:100%; max-height:700px; margin:0px auto; line-height:0; }
p span.ph_b.ph_d1 .ph_d { display:block; font-size:18px; line-height:1.5; padding:4px 0px 8px; margin:0; }/* 圖說 */

@media screen and (max-width:500px) {
    p span.ph_b.ph_d1 .ph_d { font-size:1.1rem; line-height:1.4; }
}
@media screen and (max-width:330px) {
    p span.ph_b.ph_d1 .ph_d { font-size:1rem; line-height:1.3; }
}
