.law-page {
	padding:0px 10px 10px 12px;
	margin-top:0px;
  background: #ffffff;
}

.law-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.law-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  line-height: 1.9;
  color: #333333;
}

.law-table th,
.law-table td {
  border: 1px solid #d9d9d9;
  padding: 14px 18px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}

.law-table th {
  width: 220px;
  background: #f7f7f7;
  font-weight: 700;
  color: #333333;
  white-space: normal;
}

.law-table td {
  background: #ffffff;
  word-break: break-word;
}

.law-table a {
  color: #e97fa3;
  text-decoration: none;
}

.law-table a:hover {
  text-decoration: underline;
}

.law-table .note {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #444444;
}

@media screen and (max-width: 767px) {
  .law-table,
  .law-table tbody,
  .law-table tr,
  .law-table th,
  .law-table td {
    display: block;
    width: 100%;
  }

  .law-table tr {
    border-bottom: 1px solid #d9d9d9;
  }

  .law-table th {
    border-bottom: none;
    width: 100%;
    padding: 12px 14px 8px;
    background: #f7f7f7;
  }

  .law-table td {
    border-top: none;
    padding: 8px 14px 14px;
  }
}