@charset "UTF-8";
/*!
 * zeroichi_lp - theme.css
 * 
 */





























.top-event-list {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}


.top-event-list header {
  margin-bottom: 8px;
}

.top-event-list header h3 {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  font-size: 18px;
}

.top-event-list .event-list-title {
  margin-bottom: 0;
}

.top-event-list header {
  margin-bottom: 8px;
}

.top-event-list header h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 18px;
}

.top-event-list table {
  border-top: 1px dotted #aaa;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}

.top-event-list table th {
  vertical-align: top;
  background-color: #f1f1f1;
  white-space: nowrap;
  width: 70px;
}

.top-event-list table th, .top-event-list table td {
  padding: 5px;
  border-bottom: 1px dotted #aaa;
}

.top-event-list table td {
  word-break: break-all;
}

@media (max-width: 768px) {
  .top-event-list table th, .top-event-list table td {
    display: block;
    width: 100%;
  }
  .top-event-list table td {
    padding-bottom: 10px;
  }
}

.acms-label-info {
  background-color: #7096cd;
}

.acms-label-large {
  font-size: 16px;
}

.acms-label {
  padding: 3px 7px;
  border-radius: 3px;
  color: #fff;
  vertical-align: middle;
}