@charset "utf-8";

.st-table {
  font-size: 12px;
  width: 100%;
  margin: 16px 0;
}

.st-table tr {
    border: solid #d1d1d1;
    border-width: 1px 0;
}

.st-table th {
  background-color: #F1F1F1;
  padding: 8px 2px;
  border: 1px solid #D1D1D1;
}

.st-table td {
  border: none;
  padding: 4px 0;
}

.st-table td.li {
  width: 18px;
  height: 12px;
  background-image: url(/img/li1.gif);
  background-repeat: no-repeat;
  background-position: center 10%;
}

.st-table_title {
  width: 538px;
  overflow: hidden;
  white-space: nowrap;
}

.st-table_date {
  width: 104px;
  vertical-align: top;
}

.st-table_contents {

}
