/* MGK 静的サイト: page-layout。同じ表示設定を複数ページで共有します。 */
body {
  font-family: -apple-system, "Hiragino Sans", "Yu Gothic UI", sans-serif;
  max-width: 720px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.8;
  color: #333;
}
h1 {
  font-size: 24px;
  border-bottom: 2px solid #b08d57;
  padding-bottom: 8px;
}
h2 {
  font-size: 18px;
  margin-top: 32px;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 12px;
  font-size: 15px;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}
th {
  background: #faf7f2;
}
th.k {
  width: 34%;
}
code {
  font-family: Consolas, Menlo, monospace;
  font-size: 14px;
  background: #f6f4f1;
  padding: 1px 4px;
  border-radius: 3px;
  word-break: break-all;
}
.en {
  color: #666;
  margin-top: 48px;
  border-top: 1px solid #ddd;
  padding-top: 24px;
}
footer {
  margin-top: 48px;
  font-size: 13px;
  color: #888;
}
