41 lines
528 B
CSS
41 lines
528 B
CSS
|
|
||
|
body {
|
||
|
font-family: serif;
|
||
|
margin: 1em 44px 1em 1.5em;
|
||
|
line-height: 1.5em;
|
||
|
font-size: 1.2em;
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
table, th, td {
|
||
|
border: 1px solid;
|
||
|
border-collapse: collapse;
|
||
|
padding: 0.5em;
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
font-family: sans-serif;
|
||
|
color: black;
|
||
|
background-color: lightgray;
|
||
|
font-weight: normal;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.見出し {
|
||
|
}
|
||
|
|
||
|
.読み方 {
|
||
|
font-family: sans-serif;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.意味 {
|
||
|
margin-left: 1.0em;
|
||
|
margin-bottom: 0.5em;
|
||
|
}
|
||
|
|