#categories {
  margin-bottom: 26px;
}

#column h1 {
  margin-bottom: 10px;
  font-size: 200%;
}
#column .iconWrap {
  margin-bottom: 6px;
}
#column .date {
  margin-bottom: 20px;
  font-size: 117%;
}
#column .texts {
  font-size: 117%;
  line-height: 1.5;
}
#column .texts p {
  margin-bottom: 20px;
}
#column .texts .image {
  margin-bottom: 20px;
  text-align: center;
}
#column .texts .image img {
  max-width: 658px;
}
#column a {
  color: #E64C21;
}

#related_column, #book_detail {
  margin-top: 20px;
}

#related_column {
  border-top: 1px solid #DFDFDF;
}

#book_detail {
  padding-top: 40px;
  border-top: 1px solid #DFDFDF;
}
#book_detail > ul > li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #DFDFDF;
}
#book_detail > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#book_detail .image {
  position: absolute;
  top: -120px;
  right: -25px;
}
#book_detail .image .inner {
  display: table-cell;
  width: 241px;
  height: 199px;
  text-align: center;
}
