@charset "utf-8";
/* CSS Document */

.bottom_one,
dl.r-Review dd {
  margin-bottom: 1em;
}
.bottom_one span {
  line-height: 2em;
  font-style: italic;
  font-weight: bold;
}
div.writer {
  width: 70%;
  height: 30px;
  line-height: 30px;
  float: left;
}
div.plus_one {
  width: 30%;
  height: 30px;
  color : #888;
  text-align: right;
}
div.plus_one.review_only {
    width: 100%;
    height: auto;
}
span.good {
  font-size: 9pt;
  margin-right: 10px;
  color: #88f;
}
span.nice {
  font-size: 12pt;
  font-weight: bold;
  margin-right: 10px;
  color: #88f;
}
button.plus_one,
button.minus_one {
  cursor: pointer;
  cursor: hand;
}
button.plus_one {
  background-color: #888;
  width: 30px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
    color: #fff;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
}
button.minus_one {
  background-color: #22f;
  width: 30px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 5px 0px #333;
  -moz-box-shadow: 2px 2px 5px 0px #333;
  box-shadow: 2px 2px 5px 0px #333;
    color: #fff;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
}
.plus_one .good_parent {
    margin-top: 6px;
}
.plus_one .nice_parent {
    margin-top: 6px;
}

.bbBlack hr {
    border-top: 2px solid #333;
}

.relate {
    clear: both;
    border-bottom: #cecece 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}

.relate .num1 {
    margin: 7px 0 0 0px;
    float: right;
    width: 230px;
    text-align: right;
}