@charset "UTF-8";

/* トラックバック、ピンバック一覧 */

.entry-pings {
  margin: 2.5rem 0;
  padding: 1.8rem 2rem 1.9rem;
  background-color: var(--my-color-base-weak3);
  border-top: 1px solid var(--my-color-base-weak2);
  border-bottom: 1px solid var(--my-color-base-weak2);
}
.entry-pings p {
  margin-bottom: 1.5rem;
}
.entry-pings > h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5625;
}
.entry-pings .ping-list {
  margin: 1rem 0;
}
.entry-pings .pingback {
  margin: 0;
  padding: 0.5rem 0 0;
  font-size: 1.3rem;
}


/* コメント一覧 */

#comments {
  margin: 2.5rem 0;
  padding: 1.8rem 2rem 1.9rem;
  background: var(--my-color-base-weak3);
  border-top: 1px solid var(--my-color-base-weak2);
  border-bottom: 1px solid var(--my-color-base-weak2);
}
#comments p {
  margin-bottom: 1.5rem;
}
#comments > h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5625;
}
#comments .comment-list {
  margin: 0;
}
#comments .comment {
  margin: 0;
  padding: 3rem 0 0;
}
#comments .comment-author {
  margin-bottom: 0.5rem
}
#comments .comment-author > * {
  margin-right: 0.5rem;
  vertical-align: bottom;
}
#comments .comment-author > img {
  width: auto;
  height: 4.5rem;
  vertical-align: top;
}
#comments .comment-meta {
  float: left;
  margin-bottom: 0;
  margin-left: -2.5rem;
}
#comments .comment-time-link {
  font-size: 1.3rem;
  text-decoration: none;
  color: var(--my-color-base-weak1);  
}
#comments .comment-edit-link {
  float: right;
}
#comments .comment-content {
  clear: both;
  margin-left: -2.5rem;
  padding: 0.9rem 1rem;
  background-color: var(--my-color-base);
  border: 1px solid var(--my-color-base-weak2);
}
#comments .comment-content *:last-child {
  margin-bottom: 0;
}
#comments .comment-reply {
  text-align: right;
}

/* コメントフォーム */

#respond {
  margin: 2.5rem 0;
  padding: 1.9rem 2rem;
  background-color: var(--my-color-base-weak3);
  border: 1px solid var(--my-color-base-weak2);
  border-radius: 0.4rem;
}
#respond p {
  margin-bottom: 1.5rem;
}
#respond h3 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5625;
}
#respond h3 small {
  margin-left: 0.5rem
}
#respond .logged-in-as {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 0 0.5rem;
}
#respond .required {
    color: var(--my-color-acc2);
}
#respond #comment {
    width: 100%;
    height: 18rem;
    border: 0.1rem solid var(--my-color-base-weak2);
    vertical-align: top;
}
#respond .form-submit {
    margin-bottom: 0;
}
#respond #submit {
    width: 100%;
    margin-bottom: 0;
}

/* 返信 */
#comments #respond {
  margin-left: -2.5rem;
  margin-bottom: 0;
}