/*
Theme Name: MPCA Test Theme
Author: MPCA
Version: 0.1
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ヘッダー確認用 */
.site-header {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.site-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  font-weight: bold;
  font-size: 18px;
}

.site-nav a {
  margin-left: 16px;
  text-decoration: none;
  color: #333;
}
