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

#app {
  max-width: 720px;
  margin: 80px auto;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}


/* ページ幅 */

#campaigns{
max-width:1000px;
margin:30px auto;
background:white;
border:1px solid #ccc;
}

/* 1行 */

.ticket{
padding:14px 18px;
border-bottom:1px solid #e5e5e5;
}

/* タイトル */

.ticket h2{
margin:0;
font-size:20px;
font-weight:500;
line-height:1.4;
}

.ticket h2 a{
color:#0066cc;
text-decoration:none;
}

.ticket h2 a:hover{
text-decoration:underline;
}

/* 日付など */

.ticket p{
margin:6px 0 0 0;
font-size:14px;
color:#444;
}