@charset "shift_jis";

/* --- 表全体 --- */
table.saiyou_staff {
width: 530px; /* 表の幅 */
margin-bottom: 30px; /* 表の下マージン */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 80%;
}

/* --- 表タイトル --- */
table.saiyou_staff caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.saiyou_staff th,
table.saiyou_staff td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 見出しセル --- */
table.saiyou_staff thead th {
background-color: #deefff; /* 見出しセルの背景色 */
text-align: left;
}


/* --- データセル --- */
table.saiyou_staff tbody td {
background-color: #ffffff; /* データセルの背景色 */
}
