﻿div.eachImage
{
   clear : both;
}

div.eachImage .caption
{
   font-size : 10pt !important;
}

div.eachImage
{
   text-align:center;
}

/* 限制圖片等等過大 */
.paragraph img
{
    max-width : unset;
}