@charset "UTF-8";
/* CSS Document */

/**study*/
.study-list {
  list-style: none;
  padding: 0;
}

.study-item {
  border-bottom: 1px solid #eee;
  padding: 24px 0;
}

.study-date {
  font-size: 0.8rem;
  color: #999;
  display: block;
  margin-bottom: 6px;
}

.study-title {
  font-size: 1.2rem;
  margin: 0 0 10px;
}

.study-title a {
  text-decoration: none;
  color: #222;
}

.study-title a:hover {
  color: #2b6f84;
}

.study-excerpt {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.8;
}
