/*
Theme Name: Twenty Eleven Child
Template: twentyeleven
Version: 1.0
*/

/* CTA ボタン */
.repair-cta {
  margin: 40px auto;
  text-align: center;
}

.repair-btn {
  display: inline-block;
  padding: 16px 28px;
  background: #c62828;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
}

.repair-btn:hover {
  background: #a61f1f;
}
