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

#rwd-content .rwd-table th{
    background-color: white;
    text-align: center;
    max-width: 500px;
}
/* タイトルフォント
-----------------------------------------*/
@media print, screen and (min-width: 768px) {
    #rwd-content .rwd-subpage-keyvisual figcaption .main-text {
        text-shadow: 1px 1px 4px rgba(0,0,0,0.8), -1px -1px 4px rgba(0,0,0,0.8), 1px -1px 4px rgba(0,0,0,0.8), -1px 1px 4px rgba(0,0,0,0.8);
    }
}