@charset "utf-8";

.hidden {
  display: none;
}

.page_content img {
  max-width: 100%;
  height: auto;
}

figure {
  margin-top: 20px !important;
}

h3 {
  position: relative;
  margin-bottom: 0;
  padding: 0 0;
  padding-top: 0;
  border-bottom: none !important;
}

h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: static;
  left: 0;
  bottom: 0;
  background: none;
}

h3.archive-title {
  width: 100%;
  font-size: 20px !important;
  font-weight: normal;
  color: #ffffff;
  padding: 11px 0 10px 0;
  background: #00a7d7 url(/edrs/report/img/img-calendar-icon.png) no-repeat 20px 50%;
  margin: 10px 0 20px 0;
}

h3.archive-title span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 62px;
}

.entry_body {
  margin-bottom: 30px;
}

.entry_body:after {
  content: "";
  display: block;
  clear: both;
}

.block_link {
  position: relative;
  display: block;
  padding: 7px 16.37931% 7px 2%;
  border-top: 3px solid #00a7d7;
  border-left: none;
  border-bottom: 1px solid #efefef;
  background-color: #fbfbfb;
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 20px;
  color: #00a7d7;
}

.block_link:before {
  content: none;
}

.block_link > span {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
  padding: 7px 0;
  font-size: 115%;
}

.block_link:after {
  content: url(/common/img/ico-circle_arrow.png);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
}

h4 {
  color: #222222 !important;
  margin-top: 10px !important;
}

h4:before {
  content: "" !important;
  margin-right: 0 !important;
}

p {
  margin-top: 20px;
}

p.read {
  margin-top: 0;
  font-size: 16px;
}

#nav-cnt {
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 50px;
  overflow: hidden;
}

.pagination {
  float: left;
  position: relative;
  left: 50%;
}

.pagination > li {
  float: left;
  position: relative;
  left: -50%;
  width: 34px;
  border: 1px solid #d6d6d6;
  border-right: none;
  background-color: #ebf8fc;
}

.pagination > li > a,
.pagination > li > span {
  display: block;
  color: #222;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}

.pagination .current {
  background-color: #00a7d7;
  border-top-color: #00a7d7;
  border-bottom-color: #00a7d7;
}

.pagination .current > span {
  color: #fff;
  cursor: default;
}

.pagination .nav-first,
.pagination .nav-last {
  width: 34px;
  font-weight: bold;
  text-align: center;
}

.pagination .nav-first {
  background: #ebf8fc url("/edrs/research_activities/introduction/img/img-introduction-nav-first.png") no-repeat center center;
}

.pagination .nav-first > a:before,
.pagination .nav-first > span:before {
  content: "　";
}

.pagination .nav-last {
  background: #ebf8fc url("/edrs/research_activities/introduction/img/img-introduction-nav-last.png") no-repeat center center;
  border-right: 1px solid #d6d6d6;
}

.pagination .nav-last > a:before,
.pagination .nav-last > span:before {
  content: "　";
}
