@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  section#outline h1:after {
    content: "Outline of our research";
  }
  section#staff h1:after {
    content: "Staff";
  }
  section#publish h1:after {
    content: "Publications";
  }
  section#report h1:after {
    content: "Annual Report of Fukui Botanical Garden";
  }
}

#staff table {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
}

#staff table th,
#staff table td {
  padding: 0.3rem;
  border: 1px solid #dddddd;
  font-weight: normal;
  text-align: center;
}

#staff table th {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffffff), to(#f1f1f1));
  background: linear-gradient(#ffffff, #ffffff, #f1f1f1);
}

#staff table td.message {
  text-align: left;
}

#staff table td.message a {
  position: relative;
  padding-left: 12px;
  vertical-align: middle;
  text-decoration: none;
}

#staff table td.message a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1px;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #ff0000;
}

@media print, screen and (min-width: 769px) {
  #staff table {
    margin: auto;
    width: 80%;
  }
  #staff table th,
  #staff table td {
    padding: 0.5rem;
  }
}

section#publish section section h3 {
  font-size: 1.2rem;
  padding-left: 10px;
  border-left: 5px solid #bfda94;
}

section#publish section section h3 .date {
  font-size: 1rem;
}

section#publish section section h3 .date:after {
  content: "目次";
  background: #009848;
  color: #ffffff;
  display: inline-block;
  padding: 1px 5px;
}

@media print, screen and (min-width: 769px) {
  section#publish section section h3 {
    margin-left: -1rem;
  }
}

section#curator h4 {
  margin: 0;
}

section#curator h4:before {
  content: "[";
}

section#curator h4:after {
  content: "]";
}

@media print, screen and (min-width: 769px) {
  section#curator h2.linetitle {
    width: calc(100% - 268px);
  }
}

#inline {
  display: none;
}

.fancybox-content {
  max-width: 500px;
  padding: 5px;
}

.fancybox-content section {
  margin: 0;
}
/*# sourceMappingURL=style.css.map */