@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
  word-wrap: break-word; }

h1 {
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  font-feature-settings: "palt"; }

th, td {
  color: #555;
  font-size: 16px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
  word-wrap: break-word; }

.wrap {
  margin: auto;
  max-width: 1200px; }

.content_head {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #ccc; }

.content {
  margin: 0 0 30px 0; }

.kobutsu table {
  width: 100%; }

.kobutsu th, .kobutsu td {
  border-bottom: 1px solid #eee;
  padding: 10px 0 8px 0; }

.kobutsu th {
  width: 20%; }

.kobutsu td {
  width: 80%;
  text-align: left; }
