/* common */
div:after {
  content: none;
}
.carmodel-name {
  padding-top: 15px;
}
/* section */
#contents .box_top .sns {
  display: flex;
  justify-content: flex-end;
}
#contents .box_top .sns li.facebook {
  width: 90px;
}
.block-bg {
  background-color: #F2F2F2;
}
.block {
  border: #CCCCCC 1px solid;
  padding: 0 11px 11px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: url(https://img.goo-net.com/common_v2/img/bg_box_round_gray_top.jpg) repeat-x 0 0;
  width: 100%;
  border-top: none;
}
.block-ttl {
  font-size: 16px;
  font-weight: bold;
  padding: 13px 0 13px 20px;
}
.block-inner {
  background: #FFFFFF;
}
.model-info {
  display: flex;
  justify-content: space-between;
}
.img-area,
.img-area-nocomment {
  width: 318px;
  height: auto;
  padding-top: 54px;
}
.img-area-nocomment {
    margin: auto;
}
.img {
  width: 100%;
}
.model-content {
  font-size: 12px;
  color: #000000;
  line-height: 1.8;
  padding: 17px 22px 11px 0;
  width: 544px;
  overflow: hidden;
}
/* 三点リーダーIE対応 */
.content-clamp {
  line-height: 1.8;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  height: 233px;
}
.content-clamp::before,
.content-clamp::after {
  position: absolute;
}
.content-clamp::before {
  bottom: 0;
  right: 0;
  background: #fff;
  width: 1.4em;
  height: 1.5em;
  content: '…';
}
.content-clamp::after {
  width: 100%;
	height: 100%;
	background: #fff;
	content: '';
}
@supports (-webkit-line-clamp: 3){
  .content-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
  }
  .content-clamp::before, .content-clamp::after {
    content: normal;
  }
}
#model-content__txt {
  transition-duration: 0.5s;
}
.model-content__more {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFFFFF;
  padding-bottom: 22px;
}
.model-content__more .openContent,
.model-content__more .closeContent {
  display: inline-block;
  cursor: pointer;
}
.model-content__more .openContent::before {
  content: "もっと見る";
  font-size: 14px;
  background: url("https://img.goo-net.com/common_v2/car_review/more_btn@2x.png");
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 55px;
  background-position: center right 22px;
}
.model-content__more .closeContent::before {
  content: "閉じる";
  font-size: 14px;
  background: url("https://img.goo-net.com/common_v2/car_review/close_btn@2x.png");
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 55px;
  background-position: center right 22px;
}
/* grade */
.grade-table__wrapper {
  padding: 10px;
}
.grade-table {
  font-size: 12px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.grade-table__tr th,
.grade-table tr td {
  border-bottom: #E5E5E5 solid 1px;
  border-left: #E5E5E5 solid 1px;
  padding: 3px 5px 3px 5px;
  box-sizing: border-box;
}
.grade-table__tr th{
  height: 24px;
  background: #F2F2F2;
}
.grade-table tr td {
  height: 40px;
}
.grade-link {
  padding-right: 4px;
  text-decoration: none;
}
.br::before {
  content: "\A" ;
  white-space: pre ;
}
.price em {
  color: #FF0000;
}
/* evolution */
.evalution-num {
  color: #E00923;
  font-weight: bold;
}
.evaluation-area {
  padding: 34px 33px 5px 47px;
  display: flex;
  width: 100%;
}
.evaluation-total {
  width: 30%;
}
.evaluation-total__ttl {
  font-size: 14.4px;
  font-weight: bold;
}
.evaluation-total__num {
  font-size: 56px;
  background-image: url(https://img.goo-net.com/common_v2/car_review/evaluation_star@2x.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 66px;
  background-size: 48px;
}
.evaluation-total__num span {
  color: #333333;
  font-size: 14.4px;
  font-weight: bold;
  padding-left: 19px;
}
.evaluation-total__note{
  font-size: 12px;
}
.evaluation-detail {
  width: 70%;
}
.evaluation-detail__group {
  display: flex;
}
.evaluation-detail__item {
  text-align: center;
}
.evaluation-detail__group:first-child .evaluation-detail__item {
  margin-bottom: 8px;
}
.evaluation-detail__item dt {
  background-color: #F2F2F2;
  font-size: 12px;
  padding: 6px 26px;
  width: 120px;
  margin-right: 4px;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}
.evaluation-detail__group .evaluation-detail__item:first-child dt {
  width: 220px;
}
.evaluation-detail__group .evaluation-detail__item:last-child dt{
  margin-right: 0;
}
.evaluation-detail__item dd {
  font-size: 20px;
  background-image: url(https://img.goo-net.com/common_v2/car_review/evaluation_star@2x.png);
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  padding-left: 34px;
}
.review {
  padding: 0 20px;
  margin-top: 40px;
}
.review:last-child {
  padding-bottom: 30px;
}
.review-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: #CFCFCF 1px solid;
  padding: 0 10px 15.5px 10px;
}
.review-car__tag {
  font-size: 12px;
  padding: 2px 11px;
  margin-right: 10px;
  color: #fff;
  vertical-align: middle;
  margin-right: 16px;
  font-weight: normal;
}
.mycar__tag {
  background-color: #DC5B66;
}
.family__tag {
  background-color: #ecc011;
}
.testdrivingcar__tag {
  background-color:#64B0E8;
}
.friends__tag {
  background-color: #1dc8e2;
}
.companycar__tag {
  background-color: #55d664;
}
.rentalcar__tag {
  background-color: #BAA1DD;
}
.contributor-box {
  padding: 0 10px;
}
.contributor-detail {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}
.contributor-detail__img {
  width: 52px;
  height: 52px;
}
.contributor-detail__name {
  padding-left: 18px;
}
.detail__name {
  font-size: 14px;
  margin-bottom: 9px;
}
.contributor-tag {
  display: inline-block;
}
.contributor-tag__detail {
  background-color: #F1F1F1;
  font-size: 12px;
  margin-right: 6px;
  display: inline-block;
  padding: 3px 5px;
  width: 143px;
}
.contributor-tag__detail:last-child {
  margin-right: 0;
}
.tag-data {
  padding-left: 28px;
  float: right;
}
.post-date {
  font-size: 12px;
  color: #666666;
  margin-left: auto;
}
.review-link__area {
  display: flex;
  justify-content: space-between;
}
.review-link {
  text-decoration: none;
  width: 520px;
  display: inline-block;
}
.post-car {
  font-size: 16px;
  font-weight: bold;
  color: #0000EE;
  margin-bottom: 4px;
}
.evaluation-star__img {
  vertical-align: middle;
  width: 16px;
}
.post-num {
  font-size: 20px;
  display: inline;
  vertical-align: middle;
}
.post-text {
  padding: 11px 0 24px;
  font-size: 12px;
  color: #333333;
}
.review-post__images {
  width: 220px
}
.review-post__img {
  width: 100px;
  height: 75px;
}
.post-reference {
  font-size: 12px;
  text-decoration: none;
  color: #333333;
}
.post-reference__num {
  font-size: 20px;
  padding-left: 8px;
}
/* glide */
.slide-block {
  margin-bottom: 21px;
}
.slide-area {
  height: 165px;
  align-items: center;
  display: flex;
  position: relative;
  width: 803px;
  margin: 0 auto;
}
.slide-img {
  width: 131px;
}
.slide-arrow__prev,
.slide-arrow__next {
  padding: 0 30px;
  cursor: pointer;
}
.slide-arrow__prev:focus,
.slide-arrow__next:focus {
  outline: none;
}
.slide-arrow__prevbox {
  position: absolute;
  top: 50%;
  left: -62px;
  transform: translateY(-50%);
}
.slide-arrow__nextbox {
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
}
.slide-arrow__prev {
  background: url('https://img.goo-net.com/common_v2/car_review/slide_arrow_prev@2x.png');
  background-size: 8px 35px;
  background-repeat: no-repeat;
  background-position: center;
  height: 45px;
  border: none;
}
.slide-arrow__next {
  background: url('https://img.goo-net.com/common_v2/car_review/slide_arrow_next@2x.png');
  background-size: 8px 35px;
  background-repeat: no-repeat;
  background-position: center;
  height: 45px;
  border: none;
}
.slide-link {
  text-decoration: none;
}
.slide-txt {
  width: 101px;
}
/* fancybox */
.fancybox {
  width: 50%;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}
.fancybox-prev {
  left: -10%;
}
.fancybox-next {
  right: -10%;
}
.breadcrumbs-space {
  margin-bottom: 30px;
}
#contents .breadcrumbs-space__last {
  margin: 0 0 15px 0;
}
.display-none {
  display: none !important;
}
