﻿

/*** for Smart Phone ***/
@media (max-width:400px)
{
table{
width:100%;
table-layout: fixed;　　/*追加する*/
}
}
