@charset "UTF-8";
/* CSS Document */

#main {
  background: #f5f5f5;
}

textarea:focus {
  outline: none;
}

.report-banner {
  display: block;
  margin: 0 auto 40px auto;
}

.action-btn--active {
  background: #f7c600;
}

.action-btn-secondary--active {
  background: #c7c7c7;
}

.action-btn--inactive {
  background: #d6d6d6;
  pointer-events: none;
}

.cnt--over {
  color: #f53a67;
}

.owner-wrapper {
  width: 1000px;
  min-height: 880px;
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 80px;
}
