@charset "utf-8";

.post-type-archive-digest header.header + .container {
  display: none;
}

.content .title {
  background: url('../images/mark-digest.png') 0 0 no-repeat;
  background-size: 120px;
}

.content .article {
  margin: 0 0 1rem;
}

.content .entry-title {
  color: #ff8000;
  max-width:100%;
  font-size: 3.3rem;
  word-wrap: break-word;
}

.content .heading {
  width: 85%;
  color: #ff8000;
  font-size: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
  .content .heading {
    width: 100%;
  }
}

.content .date {
  /*width: 15%;*/
  font-size: 1.2rem;
  margin: 0 1rem 0 0;
}

.content .panel {
  vertical-align: middle;
}


/*   /notebook/id   */

.single .entry-content {
  word-wrap: break-word;
}

.single .entry-content {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px dotted #4e4e4e;
}

.single .to_digest {
  text-align: right;
}

.single .to_digest a {
  color: #ff8000;
}
