table { text-align: center; } table th{/*thに対して*/ color: #FF9800;/*文字色*/ background: #fff5e5;/*背景色*/ } table { border-collapse: collapse; border: solid 2px orange;/*表全体を線で囲う*/ } table th, table td { border: dashed 1px orange;/**/ /*破線 1px オレンジ*/ } table th {/*table内のthに対して*/ padding: 10px;/*上下左右10px…