@charset "UTF-8";

.post_list > dt, 
.post_list > dd {
  line-height: 1.5;
}
.post_list > dt {
  color: #e95520;
  font-weight: bold;
}
.post_list > dd:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-style: dotted;
  border-width: 0 0 1px;
}
.post_list .post_block::after {
  content: '';
  display: block;
  clear: both;
}
.post_list .post_block .post_thumb {
  float: right;
  margin-left: 1rem;
  width: 4rem;
}
.post_list .post_block .more_link {
  clear: right;
  float: right;
  display: block;
  padding: 0.25em 0.5em;
  color: inherit;
  font-size: 0.75em;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}
.post_list .post_block .more_link::before {
  content: '› ';
}
@media only screen and (max-width:600px) {
  .post_list .post_block .block_title {
    margin-bottom: 0.5em;
  }
  .post_list .post_block .post_thumb {
    margin-top: -1.5rem;
  }
  .post_list .post_block .post_thumb + .block_text > p {
    clear: both;
  }
}
@media print, (min-width:601px) {
  .post_list > dt {
    clear: left;
    float: left;
    width: 6em;
  }
  .post_list > dd {
    padding-left: 7em;
  }
}

.post_block {
}
.post_block .post_head {
  margin-bottom: 0.5rem;
}
.post_block .post_head .post_date {
  color: #e95520;
  font-size: 0.75em;
  line-height: 1;
}
.post_block .post_head .post_title {
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.post_block .post_foot {
  margin-top: 1.5rem;
}
.post_block .post_body {
  margin: auto;
  padding: 1.5rem 0;
  border-style: solid;
  border-width: 1px 0;
}
@media print, (min-width:601px) {
  .post_block .post_body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

