編集の要約なし
編集の要約なし
4行目: 4行目:
}
}


.wikitable thead {
.table {
  color: #202020;
  font-weight: bold;
  text-align: center;
  border: dashed 1px orange;
}
 
table {
border-collapse: collapse;
border-collapse: collapse;
border: solid 2px orange;/*表全体を線で囲う*/
border: solid 2px orange;/*表全体を線で囲う*/
17行目: 10行目:
}
}


th {/*thに対して*/
.th {/*thに対して*/
   color: #202020;
   color: #202020;
   font-weight: bold;
   font-weight: bold;
24行目: 17行目:
}
}


td {/*tdに対して*/
.td {/*tdに対して*/
color: #3f3f3f;
color: #3f3f3f;
text-align: left;
text-align: left;