編集の要約なし
編集の要約なし
109行目: 109行目:
/* 表のキャプション */
/* 表のキャプション */
caption {
caption {
color: #cfcfcf;
color: #202020;
font-weight: bold;
font-weight: bold;
border: solid 1px blue;
border: solid 1px blue;
121行目: 121行目:


th {/*thに対して*/
th {/*thに対して*/
color: #fefefe;
color: #202020;
font-weight: bold;
font-weight: bold;
text-align: center !important;
text-align: center !important;
129行目: 129行目:


td {/*tdに対して*/
td {/*tdに対して*/
color: #fefefe;
color: #202020;
text-align: left;
text-align: left;
border: solid 1px blue;
border: solid 1px blue;