@charset "utf-8";
/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
  img{
    max-width: 98%;
    height: auto;
  }

table	{
	width:100%;
	table-layout: fixed;　　/*追加する*/
}


