@charset "utf-8";
/* =========================================================
   common style
   =======================================================*/

body {
  margin: 0;
  font-family: Osaka,"ＭＳ ゴシック";
}

img {
  border: 0;
}

a:link,
a:visited{
  color: #0084ff;
  text-decoration: none;
}

a:hover {
  color: #0084ff;
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}

.clearfix {
 zoom: 1;
 margin-bottom: 0;
}

/* =========================================================
   content style
   =======================================================*/

/* ------------ single-sp ------------ */
div#review {
  width: 760px;
  padding: 0;
  background: #ffffff;
  position: relative;
}

div#review p#ttl-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 18px 16px;
  padding: 15px 0 0 0;
}

div#review div#review-area {
  min-height: 285px;
  height: auto !important;
  height: 285px;
}

div#review dl#rayer-ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 110%;
  width: 640px;
  margin: 0 0 0 40px;
  padding: 0 0 5px 0;
}

div#review dl#rayer-ttl dt {
  line-height: 120%;
  padding: 0 0 0 20px;
  background: transparent url(http://image.b-ch.com/contents/ttl3/review/icn_ttl_review.gif) no-repeat;
  float: left;
}

div#review dl#rayer-ttl dd {
  font-size: 12px;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 3px 0 0 30px;
  float: left;
}


div#review p#close {
  font-size: 12px;
  line-height: 110%;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 13;
}

div#review p#close a:link,
div#review p#close a:visited {
  color: #000000;
  text-decoration: none;
}

div#review p#close a:hover {
  color: #000000;
  text-decoration: underline;
}

div#review table {
  font-size: 12px;
  line-height: 110%;
  width: 680px;
  margin: 0 0 0 40px;
  padding: 0;
  border-top: 3px solid #d7d7d7;
  border-spacing: 0;
  border-collapse: collapse;
}

div#review table td {
  margin: 0;
  padding: 6px 0 6px 0;
  border-bottom: 1px solid #d7d7d7;
  border-spacing: 0;
  border-collapse: collapse;
}

div#review table td.new-list {
  width: 28px;
}

div#review table td.review-ttl {
  width: 270px;
}

div#review table td.review-ttl img {
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}


div#review table td.review-pnt {
  color: #ffbb49;
  width: 78px;
}

div#review table td.review-pnt img{
  margin: 0 2px 0 0;
}

div#review table td.review-ts {
  width: 134px;
}

div#review table td.user-name {
  width: 125px;
}

div#review table td.del {
  width: 45px;
}

div#review #page-list {
  text-align: center;
  margin: 27px 0 15px 0;
  clear: both;
}


/* ------------ single-sp ------------ */


