﻿/* イラストのサイズ画面幅までに縮小する */
.Contents img {
   max-width: 100%;
   height: auto;
}
/* テーブルに枠線を入れる */
.Contents table th{ 
   border: 1px solid #828282; 
}
.Contents table td{ 
   border: 1px solid #828282; 
}
table.separate { font-size: 1%;/*1px;*/ }