|
|
@@ -1,3 +1,139 @@ |
|
|
|
html |
|
|
|
{ |
|
|
|
font-size: 24px; |
|
|
|
font-family: "Helvetica Neue", "Helvetica", "Segoe UI", "Arial", |
|
|
|
"JPAGothic", "IPAGothic", |
|
|
|
"Hiragino Sans", "Hiragino Kaku Gothic ProN", |
|
|
|
"Yu Gothic", "Meiryo", "MS Gothic", |
|
|
|
sans-serif; |
|
|
|
width: 960px; |
|
|
|
text-align: justify; |
|
|
|
margin: auto; |
|
|
|
punctuation-trim: adjacent; |
|
|
|
} |
|
|
|
|
|
|
|
em |
|
|
|
{ |
|
|
|
font-style: normal; |
|
|
|
font-size: 120%; |
|
|
|
font-weight: bold; |
|
|
|
color: red; |
|
|
|
font-family: "Helvetica Neue", "Helvetica", "Segoe UI", "Arial", |
|
|
|
"JPAGothic", "IPAGothic", |
|
|
|
"Hiragino Sans", "Hiragino Kaku Gothic ProN", |
|
|
|
"Yu Gothic", "Meiryo", "MS Gothic", |
|
|
|
sans-serif; |
|
|
|
} |
|
|
|
|
|
|
|
.miteruzochan |
|
|
|
{ |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
|
|
|
|
section |
|
|
|
{ |
|
|
|
margin-bottom: 3em; |
|
|
|
} |
|
|
|
|
|
|
|
p:not(.noindent) |
|
|
|
{ |
|
|
|
text-indent: 1em; |
|
|
|
} |
|
|
|
|
|
|
|
p |
|
|
|
{ |
|
|
|
margin: 0 2em; |
|
|
|
line-height: 3em; |
|
|
|
} |
|
|
|
|
|
|
|
.copy |
|
|
|
{ |
|
|
|
font-size: 200%; |
|
|
|
font-weight: bold; |
|
|
|
font-style: italic; |
|
|
|
text-align: center; |
|
|
|
font-family: "Times New Roman", |
|
|
|
"JPAMincho", "IPAMincho", "Hiragino Mincho ProN", |
|
|
|
"Yu Mincho", "MS Mincho", |
|
|
|
serif; |
|
|
|
margin: 1em 0; |
|
|
|
} |
|
|
|
|
|
|
|
footer |
|
|
|
{ |
|
|
|
font-size: 16px; |
|
|
|
color: dimgray; |
|
|
|
text-align: center; |
|
|
|
line-height: 2em; |
|
|
|
padding-bottom: 24px; |
|
|
|
} |
|
|
|
|
|
|
|
footer > div |
|
|
|
{ |
|
|
|
margin: 24px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.copyright |
|
|
|
{ |
|
|
|
text-align: center; |
|
|
|
margin: 24px 0; |
|
|
|
} |
|
|
|
|
|
|
|
footer a |
|
|
|
{ |
|
|
|
color: darkslategray; |
|
|
|
} |
|
|
|
|
|
|
|
a |
|
|
|
{ |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.paragraph |
|
|
|
{ |
|
|
|
margin-bottom: 1.5em; |
|
|
|
} |
|
|
|
|
|
|
|
table |
|
|
|
{ |
|
|
|
margin: auto; |
|
|
|
} |
|
|
|
|
|
|
|
tr:nth-child(odd) |
|
|
|
{ |
|
|
|
background-color: lightgray; |
|
|
|
} |
|
|
|
|
|
|
|
th, td |
|
|
|
{ |
|
|
|
padding: 8px 16px; |
|
|
|
} |
|
|
|
|
|
|
|
#title |
|
|
|
{ |
|
|
|
text-align: left; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
|
|
|
|
#translate |
|
|
|
{ |
|
|
|
text-align: right; |
|
|
|
display: inline-block; |
|
|
|
width: 288px; |
|
|
|
} |
|
|
|
|
|
|
|
header |
|
|
|
{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
|
button, input |
|
|
|
{ |
|
|
|
font-size: 24px; |
|
|
|
} |
|
|
|
|
|
|
|
body |
|
|
|
{ |
|
|
|
background-color: aquamarine; |
|
|
|