/* [ blog.css ] -------------------------------- */
p.about-text {
  font-size: 12px;
  margin: 0 0 15px;
  padding: 15px 40px 15px;
  background: #f9f9f9;
}

.arti-link:hover {
  background: #f6f6f6;
}

.arti-top-mid img{
  height: auto;
}

.arti-list {
  border-bottom: 2px solid #00036c;
  padding-bottom: 2px;
}
.arti-list-title {
  display: block;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: bold;
  border-bottom: #166b8c 3px solid;
  margin: 5px 0 0;
}

.arti-box-title {
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
}

.arti-box-title.mid-title {
  font-size: 16px;
}

.arti-box {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-top: 1px;
  padding-bottom: 20px;
}
.arti-box p {
  line-height: 24px;
  font-family: "Georgia", "FOT-マティス Pro L", YakuHanMP, serif;
}
.arti-box img {
  display: block;
  margin: 0 auto;
}
.arti-box time {
  font-size: 12px;
  color: #999999;
  display: block;
  text-align: right;
}

.article-large .arti-box {
  border-bottom: none;
  padding-left: 20px;
}
@media screen and (max-width: 620px){
  .article-large .arti-box {
    padding-left: 0px;
  }
}

.article-large .arti-box-title {
  font-size: 2em;
  line-height: 1.5em;
}
.article-large p {
  font-size: 1.24em;
  line-height: 1.83em;
  margin-bottom: 40px;
}

/* [ reports ] ------------------------- */
.arti-reports-title {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}
.arti-report-sub-title {
  font-size: 18px;
  font-weight: bold;
}
.arti-report-title {
  font-size: 1em;
  margin: 5px 0;
}
.arti-report p {
  margin: 5px 0;
  word-break: break-all;
}

.arti-report-prof {
  display: table;
}
.arti-report-prof img {
  box-sizing: border-box;
  margin: 20px 15px 0 0;
}

.arti-report-prof-text {
  display: table-cell;
  vertical-align: top;
}

/* [ /blog.css ] ------------------------------ */