table{
    width:320px;
    table-layout: fixed;
    background: #F5F6CE;
}
 
table tr,td{
    border: 1px solid;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

    /* フッターの固定 */
    div#footer-fixed
    {
        position: fixed;            /* フッターの固定 */
        bottom: 0px;                /* 位置(下0px) */
        left: 0px;                  /* 位置(左0px) */
        width: 100%;                /* 横幅100%　*/
        height: 50px;              /* 縦幅140px */
    }
     
    div#footer-bk
    {
    	background-color:#cee2eb;     /* 背景色(黒) */
    	padding:15px 0 25px;       /* 上10px、下20pxをあける */
    	height:10px;              /* 縦の高さ140px */
    	width:100%;                /* 横の幅を100% */
    }
     
    div#footer { 
    	margin: auto;              /* 中央揃え */
    }