﻿/* まとめ本文 */
.t_b {
 font-size: 16px;
 margin-top: 8px;
 margin-bottom: 36px; 
}
/* まとめ日時ID */
.t_h {
 font-size: 12px;
 padding: 10px 0px 0px 0px
}

/*引用元のデザイン */
.quote a:link
, quote a:active
, quote a:visited {
    color: #666666;
    text-decoration: none;
}
.quote a:hover {
    color: #666666;
    text-decoration: underline;
}
.quote {
    text-align: right;
    font-size: 90%;
    color: #666666;
    line-height: 2;
}

/* 関連記事 */
.emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 12px 10px;
  border: 2px solid #c62824;
  background-color: #fffafa;
  font-size:95%;
  font-weight: bold;
}
.emphasize-link p:last-child {
  margin-bottom: 0;
}
.emphasize-link::before {
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 1px 6px;
  content: "関連記事";
  background-color: #c62824;
  color: #fff;
  font-weight: bold;
  font-size:95%;
}

/* pの指定 */
.article-body-inner p {
    line-height: 1.7;
    margin-bottom: 2.5em;
}