#contents.backnumber #searchResult .book .cart {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
#contents #searchResult .contents {
  border-bottom: 1px dotted #777;
}
#contents #searchResult .book {
  display: table;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px dotted #777;
}
#contents #searchResult .book .check,
#contents #searchResult .book .image,
#contents #searchResult .book .text {
  display: table-cell;
  vertical-align: top;
}
#contents #searchResult .book .check {
  width: 30px;
  padding-top: 30px;
  padding-right: 10px;
}
#contents #searchResult .book .image {
  float: none;
  padding: 15px 25px 15px 0;
}
#contents #searchResult .book .text {
  float: none;
  width: 385px;
}
#contents #searchResult .book .text table {
  margin-bottom: 0;
  border: none;
}
#contents #searchResult .book .text table th, #contents #searchResult .book .text table td {
  padding: 15px 5px 0 5px;
  border: none;
}
#contents #searchResult .book .text table th.outline, #contents #searchResult .book .text table td.outline {
  font-weight: bold;
  font-size: 116%;
}
#contents #searchResult .book .text table tr:last-child th, #contents #searchResult .book .text table tr:last-child td {
  padding-bottom: 15px;
}
#contents #searchResult .book .text .cart {
  padding-bottom: 15px;
}

#forcart {
  text-align: right;
}
