@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------
* 共通
-----------------------------------------------*/
.v2_checkedProduct {
  margin-top: 60px !important;
}

/*-----------------------------------------------
* 一覧ページ
-----------------------------------------------*/
.rv-mainArea .rvPageTitle {
  margin: 15px 10px 20px;
  color: #1b2192;
  font-size: 15px;
  font-weight: bold;
}

.rv-mainArea .rv-infoValueHead {
  padding: 0 10px 10px;
}
/*
.rv-mainArea .rv-infoValueHead .rv-total {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
  text-align: right;
  vertical-align: 3px;
} */

.rv-mainArea .rv-infoValueHead .rv-num {
  font-size: 23px;
  font-weight: bold;
}

.rv-mainArea .rv-star {
  display: inline-block;
  width: 90px;
  height: 15px;
  padding-left: 2px;
  vertical-align: 2px;
}

.rv-mainArea .rv-star > span {
  display: inline-block;
  width: 90px;
  height: 15px;
  background: url(/resource/sp/images/ico/star-icn.png) no-repeat;
}


.rv-mainArea .rv-star > span.rv-star0_0 {
    background-position: 100% 100%;
}

.rv-mainArea .rv-star > span.rv-star0_5 {
    background-position: 80% 100%;
}

.rv-mainArea .rv-star > span.rv-star1_0 {
    background-position: 80% 0%;
}

.rv-mainArea .rv-star > span.rv-star1_5 {
    background-position: 60% 100%;
}

.rv-mainArea .rv-star > span.rv-star2_0 {
    background-position: 60% 0%;
}

.rv-mainArea .rv-star > span.rv-star2_5 {
    background-position: 40% 100%;
}

.rv-mainArea .rv-star > span.rv-star3_0 {
    background-position: 40% 0%;
}

.rv-mainArea .rv-star > span.rv-star3_5 {
    background-position: 20% 100%;
}

.rv-mainArea .rv-star > span.rv-star4_0 {
    background-position: 20% 0%;
}

.rv-mainArea .rv-star > span.rv-star4_5 {
    background-position: 0% 100%;
}

.rv-mainArea .rv-star > span.rv-star5_0 {
    background-position: 0% 0%;
}

.rv-mainArea .rv-date {
  padding-left: 10px;
  vertical-align: 3px;
}

.rv-mainArea .rv-infoValueHead .rv-all {
  font-size: 13px;
  vertical-align: 3px;
}

.rv-mainArea .rv-infoValueGraph {
  padding: 0 10px;
}

.rv-mainArea .rv-infoValueGraph li {
  display: table;
  width: 100%;
  height: 23px;
  margin-bottom: 3px;
}

.rv-mainArea .rv-infoValueGraph li .rv-graphTitle {
  display: table-cell;
  width: 95px;
  height: 23px;
  padding-right: 7px;
  text-align: right;
  font-size: 13px;
  box-sizing: border-box;
  letter-spacing: -.8px;
  vertical-align: top;
}

.rv-mainArea .rv-infoValueGraph li .j-bar {
  display: table-cell;
  position: relative;
  height: 23px;
  background-color: #f2f2f2;
  vertical-align: top;
}

.rv-mainArea .rv-infoValueGraph li .j-bar > div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 23px;
  -webkit-transition: width 1250ms ease-in-out 300ms;
  transition: width 1250ms ease-in-out 300ms;
  background: #ffc538;
  background: -webkit-linear-gradient(#ffc538, #fd9927);
  background: linear-gradient(#ffc538, #fd9927);
}

.rv-mainArea .rv-infoValueGraph li .j-num {
  display: table-cell;
  width: 40px;
  height: 23px;
  padding-left: 7px;
  box-sizing: border-box;
  vertical-align: top;
}

.rv-mainArea .backLink {
  position: relative;
  padding: 15px 10px 0;
  text-align: right;
}

.rv-mainArea .backLink a {
  position: relative;
  padding-left: 13px;
  text-align: right;
  font-size: 13px;
  text-decoration: none;
}

.rv-mainArea .backLink a::before {
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 2px;
  background-color: #2971e3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.rv-mainArea .backLink a::after {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 2px;
  background-color: #2971e3;
  -webkit-transform: rotate(-45deg);
  transform:rotate(-45deg);
  content: '';
}

.rv-mainArea .rv-infoValueBtn {
  display: block;
  height: 42px;
  margin: 20px 10px 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  background: #4aa3fe;
  background: -webkit-linear-gradient(#4aa3fe, #3b94f0);
  background: linear-gradient(#4aa3fe, #3b94f0);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
}

.rv-mainArea .rv-infoValueBtn img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  vertical-align: -2px;
}


/* -----------------------------------
.rv-list
----------------------------------- */
.rv-mainArea .rv-list {
  padding-top: 40px;
}

.rv-mainArea .rv-list h2 {
  margin-bottom: 13px;
  margin: 0 10px;
  padding: 3px 0 3px 10px;
  border-left: solid 5px #4ba4ff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.rv-mainArea .rv-list .sortBox1803 {
  padding-top: 10px;
  padding-bottom: 5px;
}

.rv-mainArea .rv-list .sortBox1803 .coverage {
  font-size: 13px;
  font-weight: bold;
}

.rv-mainArea .rv-list .commentWrap {
  border-top: solid 1px #d2d2d2;
}

.rv-mainArea .rv-list .commentWrap > div {
  padding: 20px 10px;
  border-bottom: solid 1px #d2d2d2;
}
.rv-mainArea .rv-list .rv-star {
  padding-left: 0;
}
.rv-mainArea .rv-list .rv-intro {
  display: table;
  width: 100%;
  margin-top: 15px;
}

.rv-mainArea .rv-list .rv-intro .name {
  display: table-cell;
  font-size: 13px;
  text-decoration: none;
}

.rv-mainArea .rv-list .rv-intro .rank {
  display: table-cell;
  font-size: 13px;
  text-align: right;
}

.rv-mainArea .rv-list .rv-intro .rank span {
  font-weight: bold;
  color: #f58622;
}

.rv-mainArea .rv-list .rv-title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

.rv-mainArea .rv-list .rv-comment {
  margin-top: 10px;
}

.rv-mainArea .rv-list .rv-notes {
  margin-top: 15px;
  font-size: 12px;
}

.rv-mainArea .rv-list .questionnaire {
  margin-top: 15px;
}

.rv-mainArea .rv-list .questionnaire .judge {
  text-align: right;
}

.rv-mainArea .rv-list .questionnaire .judge span,
.rv-mainArea .rv-list .questionnaire .judge a {
  display: inline-block;
  margin-left: 5px;
}
.rv-mainArea .rv-list .questionnaire .judge span {
  font-size: 12px;
}

.rv-mainArea .rv-list .questionnaire .judge span.rv-thanks {
  line-height: 33px;
  padding: 0 10px;
  border: 2px solid #4ba4ff;
}

.rv-mainArea .rv-list .questionnaire .judge a {
  position: relative;
  width: 74px;
  padding: 11px 7px;
  border: solid 1px #cecece;
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#f5f5f5));
  font-size: 13px;
  line-height: 1;
  border-radius: 5px;
  color: #333333;
  text-decoration: none;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.rv-mainArea .rv-list .questionnaire .result {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.rv-mainArea .rv-list .questionnaire .result span {
  color: #f58622;
}

.rv-mainArea .rv-list .delete {
  text-align: right;
}

.rv-mainArea .rv-list .delete a {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding-left: 22px;
  color: #333333;
  text-decoration: none;
}

.rv-mainArea .rv-list .delete a::after {
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 17px;
  height: 19px;
  background: url(/resource/sp/images/ico/ico_dust01.png) no-repeat;
  background-size: contain;
  content: '';
}

.rv-mainArea .rv-list .returnBox {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  border: solid 1px #d2d2d2;
}

.rv-mainArea .rv-list .returnBox::after {
  display: block;
  position: absolute;
  left: 50%;
  top: -11px;
  width: 20px;
  height: 11px;
  background: url(/resource/sp/images/review/bg_arrow01.png) no-repeat;
  background-size: contain;
  transform:  translate( -50%, 0);
  content: '';
}

.rv-mainArea .rv-list .returnBox .rb-head {
  display: table;
  width: 100%;
}

.rv-mainArea .rv-list .returnBox .rb-head .label {
  display: table-cell;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
}

.rv-mainArea .rv-list .returnBox .rb-head .label::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(/resource/sp/images/review/ico_askul01.png) no-repeat;
  background-size: contain;
  content: '';
}

.rv-mainArea .rv-list .returnBox .rb-head .date {
  display: table-cell;
  font-size: 12px;
  text-align: right;
}

.rv-mainArea .rv-list .returnBox .rb-body {
  margin-top: 12px;
}


/* -----------------------------------
入力ページ
----------------------------------- */

.flowNav.eug2016 {
  padding-top: 15px;
}

.rv-mainArea .inner {
  padding: 0 10px;
}

.rv-mainArea .readAlert {
  position: relative;
  padding-left: 20px;
}

.rv-mainArea .readAlert::after {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url(/resource/sp/images/ico/ico_alert01.png) no-repeat;
  background-size: contain;
  content: '';
}

.rv-mainArea .readAlert a {
  text-decoration: none;
}

.rv-mainArea .itemBox {
  display: table;
  width: 100%;
  padding: 15px 0 0;
  box-sizing: border-box;
}

.rv-mainArea .itemBox .thumb {
  display: table-cell;
  width: 100px;
}

.rv-mainArea .itemBox .thumb img {
  width: 100px;
}

.rv-mainArea .itemBox .name {
  display: table-cell;
  padding-left: 15px;
  font-size: 15px;
  vertical-align: middle;
}

.rv-mainArea .rv-postStar {
  position: relative;
  padding-left: 230px;
}

.rv-mainArea .rv-postStar .rv-postStarIn {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 225px;
  margin-right: 4px;
  background: url(/resource/sp/images/review/ico_large-star.png) no-repeat;
  background-position: 100% 0;
  background-size: 450px 40px;
  vertical-align: middle;
}

.rv-mainArea .rv-postStar .rv-postStarIn > div {
    float: left;
    width: 45px;
    height: 40px;
    cursor: pointer;
}

.rv-mainArea .rv-postStar .rv-starText {
  display: block;
  position: relative;
  height: 40px;
}

.rv-mainArea .rv-postStar .rv-starText > span {
  display: none;
  position: absolute;
  bottom: 50%;
  color: #999;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.rv-mainArea .rv-postStar .rv-starText > span:first-child {
  display: inline;
}

.rv-mainArea .rv-postStar .rv-starText > span span {
  display: inline-block;
}

.rv-mainArea .rv-postStar .rv-postStarIn div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rv-mainArea .rv-postStar .rv-postStarIn.j-starFix01 {
    background-position: 80% 0;
}

.rv-mainArea .rv-postStar .rv-postStarIn.j-starFix02 {
    background-position: 60% 0;
}

.rv-mainArea .rv-postStar .rv-postStarIn.j-starFix03 {
    background-position: 40% 0;
}

.rv-mainArea .rv-postStar .rv-postStarIn.j-starFix04 {
    background-position: 20% 0;
}

.rv-mainArea .rv-postStar .rv-postStarIn.j-starFix05 {
    background-position: 0 0;
}

.rv-mainArea .rv-postMiddleTitle {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.rv-mainArea .rv-postMiddleTitle .rv-condition {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 2px;
  background: #eee;
  font-size: 13px;
  font-weight: normal;
}

.rv-mainArea .rv-postMiddleTitle .rv-condition span {
  color: #d80000;
}

.rv-mainArea .rv-smallNotion {
  margin-bottom: 5px;
  letter-spacing: -.2px;
}

.rv-mainArea .rv-txtInput {
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #cecece;
  border-radius: 4px;
  box-sizing: border-box;
}

.rv-mainArea .rv-txtInput input {
  font-size: 14px;
  width: 100%;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-sizing: border-box;
  vertical-align: 4px;
  outline: none
}

.rv-mainArea .rv-txtInput.j-formCur {
    line-height: 38px;
    height: 35;
    padding: 0 9px;
    border: 2px solid #2f8eef;
}

.rv-mainArea .rv-txtInput.j-formError {
    line-height: 38px;
    height: 35;
    padding: 0 9px;
    border: 2px solid #d80000;
}
.rv-mainArea .rv-txtArea {
  padding: 10px;
  resize: vertical;
  border: 1px solid #cecece;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-sizing: border-box;
}

.rv-mainArea .rv-txtArea textarea {
  width: 100%;
  height: 105px;
  font-size: 14px;
  line-height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none
}

.rv-mainArea .rv-txtArea.j-formCur {
    padding: 9px;
    border: 2px solid #2f8eef;
}

.rv-mainArea .rv-txtArea.j-formError {
    padding: 9px;
    border: 2px solid #d80000;
}

.rv-mainArea .rv-postMiddleError {
  position: relative;
  margin-top: 10px;
  padding: 7px 18px;
  color: #d80000;
  border-radius: 4px;
  background: #fbdee2;
  font-size: 14px;
  line-height: 20px;
}

.rv-mainArea .rv-postMiddleError::after {
  display: block;
  position: absolute;
  top: -6px;
  left: 11px;
  width: 12px;
  height: 12px;
  background-color: #fae5e6;
  transform: rotate(-45deg);
  content: '';
}

.rv-mainArea .rv-confirmFootBtn {
  display: block;
  position: relative;
  height: 52px;
  margin: 40px 10px 0;
  border-bottom: 1px solid #d76e00;
  background: #fda128;
  background: -webkit-linear-gradient(#fda128, #fd8629);
  background: linear-gradient(#fda128, #fd8629);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
}

.rv-mainArea .rv-postFootBtn {
  display: block;
  position: relative;
  height: 52px;
  margin: 10px 10px 0;
  border-bottom: 1px solid #d76e00;
  background: #fda128;
  background: -webkit-linear-gradient(#fda128, #fd8629);
  background: linear-gradient(#fda128, #fd8629);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
}

.rv-mainArea .rv-postFootBtn::before {
  display: block;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 16px;
  height: 5px;
  margin-top: -5px;
  background-color: #fff;
  transform: rotate(45deg);
  content: '';
}

.rv-mainArea .rv-postFootBtn::after {
  display: block;
  position: absolute;
  top: 33px;
  right: 16px;
  width: 16px;
  height: 5px;
  margin-top: -5px;
  background-color: #fff;
  transform: rotate(-45deg);
  content: '';
}

.rv-mainArea .rv-backFootBtn {
  display: block;
  position: relative;
  height: 36px;
  margin: 15px 10px 0;
  border: 1px solid #cecece;
  background: #fff;
  background: -webkit-linear-gradient(#f5f5f5, #fcfcfc);
  background: linear-gradient(#f5f5f5, #fcfcfc);
  border-radius: 4px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  text-decoration: none;

}

.rv-mainArea .rv-postFootTxt {
  margin-top: 40px;
  padding: 0 10px;
}

.rv-mainArea .rv-postFootTxt a {
  text-decoration: none;
}

.rv-mainArea .rv-postFootTxt a.newwin {
  position: relative;
  padding-right: 16px;
}

.rv-mainArea .rv-postFootTxt a.newwin:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  content: '';
  background: url("/resource/sp/images/ico/ico_blanclink_02.png");
  background-size: auto auto;
  background-size: contain;
}

.rv-mainArea .rv-postHeadError {
    font-size: 13px;
    line-height: 1.6;
    margin: 27px 0 0 0;
    padding: 12px  10px 12px 40px;
    border-radius: 4px;
    background: #fadfe1 url(/resource/sp/images/ico/ico_exc02.png) no-repeat 19px 14px;
    background-size: 17px;
}

.rv-mainArea .rv-postHeadError .rv-postHeadErrorTitle {
  margin-bottom: 15px;
  font-weight: bold;
}

.rv-mainArea .rv-postHeadError .rv-postHeadErrorList li {
  position: relative;
  margin-top: 5px;
  padding-left: 17px;
}

.rv-mainArea .rv-postHeadError .rv-postHeadErrorList li::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 2px;
  background-color: #2971e3;
  transform: rotate(45deg);
  content: '';
}

.rv-mainArea .rv-postHeadError .rv-postHeadErrorList li::after {
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 7px;
  height: 2px;
  background-color: #2971e3;
  transform: rotate(-45deg);
  content: '';
}

.rv-mainArea .rv-postHeadError .rv-postHeadErrorList li a {
  line-height: 1.4;
  text-decoration: none;
}

.rv-confirm {
  margin-top: 15px;
}

.rv-confirm > div {
  padding-bottom: 5px;
}

.rv-confirm .rv-postStar .rv-postStarIn > div {
  cursor: auto;
}

.rv-mainArea .rv-list .operate {
  margin-top: 0.625rem;
  display: flex;
  justify-content: flex-end;
}

.rv-mainArea .rv-list .operate a {
  position: relative;
  color: #333333;
  text-decoration: none;
  padding-left: 1.25rem;
}

.rv-mainArea .rv-list .operate li + li {
  margin-left: 1rem;
}

.rv-mainArea .rv-list .operate a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(/resource/sp/images/mycatalog/sp_mycata_icon_sprite.png);
  background-size: 18.75rem 6.25rem;
}

.rv-mainArea .rv-list .operate .operate-edit a:before {
  background-position: -76px -25px;
}

.rv-mainArea .rv-list .operate .operate-delete a:before {
  background-position: -125px -25px;
}

