@charset "utf-8";
/* CSS Document */

.tou {
    width: 730px;
}

p {
    
    text-indent: 2em;
}

.content-title {
    margin: 0 auto 1.5rem;
    width: 46rem;
    text-align: center;
    background: linear-gradient(to right,transparent 0%, #fdb91983 25%, #fdb819 50%, #fdb819 50%, #fdb91983 75%, transparent 100%);
}

a {
    text-decoration: none;
}



.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}