/******************************************************************
Site Name:
Author:

Stylesheet: Printing

******************************************************************/
.support_icon {
  margin: 20px 0 40px;
  padding: 10px;
  background: #F0F0F0;
  font-size: 75%;
}
.support_icon p {
  margin-bottom: 10px;
}
.support_icon dl {
  margin: 0;
  padding: 0;
}
.support_icon dl dt {
  margin-right: 10px;
  display: inline-block;
}
.support_icon dl dd {
  margin-right: 20px;
  display: inline-block;
}
.support_icon dl + dl {
  margin-top: 5px;
}

.list .lists {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #CCC dotted 1px;
}
.list .lists .list_capture {
  max-width: 160px;
  margin: 0 20px 20px 0;
  float: left;
}
.list .lists .list_capture img {
  width: 100%;
  border: #CCC solid 1px;
}
.list .lists .lists_title {
  margin-bottom: 10px;
}
.list .lists .lists_title h3,
.list .lists .lists_title img {
  margin: 0;
}
.list .lists .review {
  margin-top: 10px;
  text-align: right;
}
.list dt {
  margin-bottom: 5px;
}
.list dd {
  margin-bottom: 20px !important;
  padding-bottom: 10px;
  border-bottom: #CCC dotted 1px;
}
.list dd .review_text {
  margin-top: 10px;
  text-align: right;
}

/* printing_**.html */
.detail_title {
  margin-bottom: 10px;
}

.detail_text {
  margin-top: 10px;
}
