@charset "utf-8";


#spBox {
  margin-top: -1px;
}

/* +++++++++++++++++++++++++
review List
++++++++++++++++++++++++++++ */

a.bt-rev {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  display: block;
  width: 72%;
  margin: 20px auto;
  padding: 16px 12px;
  text-align: center;
  border: 2px solid #fff;

  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: bold;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

  background: #003a73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73));
  background-image: -moz-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -o-linear-gradient(top, #1f5fa8, #003a73);
  background-image: linear-gradient(top, #1f5fa8, #003a73);

  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);

  position: relative;
  overflow: hidden;
}

a.bt-rev:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
  position: absolute;
  right: 6px;
  bottom: 6px;
}


#sortList {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  margin: 0 6px 10px;
  padding: 4px;
  background: #d8d8d8;
  overflow: hidden;

  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}

#sortList li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  width: 33%;
  float: left;
  font-size: 12px;
  text-align: center;
}

#sortList li a {
  display: block;
  font-weight: normal;
  padding: 2px;
  color: #999;

  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}

#sortList li a[href] {
  color: #011b8f;
}
#sortList li#a a {
  background: #666;
  color: #fff;
}

#revList select, .review-sort span {
  font-size: 12px;
}
.review-sort {
  text-align: right;
  margin-right: 6px;
  padding: 10px 0;
}
#revList>p {
  margin: 8px;
  font-size: 12px;
  font-weight: bold;
}


#revList article {
  margin: 6px;
  border: 1px solid #bbb;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}
#revList article.blocking {
  display: none;
}
#revList article .violation-report.myself {
  display: none;
}
#revList article > a {
  display: block;
  color: #000;
  margin: 1px;
  padding: 10px 26px 0 6px;
}
#revList article > .prof {
  display: block;
  color: #000;
  margin: 1px;
  padding: 0 26px 6px 6px;
  position: relative;
}

#revList article h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}

#revList article h3 {
  margin-bottom: 2px;
  color: #000;
  font-size: 16px;

  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#revList article p {
  margin: 6px 0;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


#revList article strong {
  display: block;
  width: 8em;
  margin-top: 4px;
  padding: 2px 0 2px 14px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;

  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;

  background: #ff6c00 url(../../images/smartphone/icon_caution.png) no-repeat 10px center;
  background-size: auto 12px, auto;
}

#revList dl {
  min-height: 34px;
  margin-top: 6px;
  padding: 6px 0 0 40px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  overflow: hidden;
  border-top: 1px dotted #bbb;

}

#revList dt {
  margin-bottom: 5px;
  float: left;
}

#revList article.pro dt:first-child span.user-name-title, #revList article.pro dt:first-child span.user-name-crown {
  position: relative;
  padding-right: 40px;
}
#revList article.pro dt:first-child span.user-name-title:before {
  content: '';
  background: url(../../images/smartphone/review_icon.png) no-repeat;
  background-size: 38px auto;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 38px;
  height: 14px;
  background-position: 0 0;
  right: 0;
  top: 0;
}
#revList article.pro dt:first-child span.user-name-crown:before {
  content: '';
  background: url("../../images/smartphone/crown_A.png") no-repeat;
  background-size: 20px auto;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 14px;
  background-position: 0 0;
  right: 18px;
  top: -1.5px;
}
#revList dd {
  float: left;
}
#revList dd:nth-of-type(1) {
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
}

#revList dd:nth-of-type(1) img {
  border-radius: 50%;
  max-width: 30px;
  max-height: 30px;
}

#revList dd:last-of-type {
  padding-left: 8px;
}

#revList time {
  font-size: 12px;
  color: #555;
}

#revList dd span.review-star {
  display: inline-block;
  width: 60px;
  height: 14px;
  margin: -2px 0 0 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
  vertical-align: middle;
  background: url(../../images/smartphone/star1.png) no-repeat 0 -13px;
  background-size: 60px auto;
}

#revList dd span.review-star img {
  display: inline-block;
  width: 60px;
  height: 14px;
  margin: 0;
  vertical-align: middle;
  background: url(../../images/smartphone/star1.png) no-repeat 0 0;
  background-size: 60px auto;
}

#revList span.review-star.r0 img {
  width: 0;
}

#revList span.review-star.r1 img {
  width: 6px;
}

#revList span.review-star.r2 img {
  width: 12px;
}

#revList span.review-star.r3 img {
  width: 18px;
}

#revList span.review-star.r4 img {
  width: 24px;
}

#revList span.review-star.r5 img {
  width: 30px;
}

#revList span.review-star.r6 img {
  width: 36px;
}

#revList span.review-star.r7 img {
  width: 42px;
}

#revList span.review-star.r8 img {
  width: 48px;
}

#revList span.review-star.r9 img {
  width: 54px;
}

#revList span.review-star.r10 img {
  width: 60px;
}

#revList span.review-star.r0 + span.review-score{
  color:#b8b7aa;
}

#revList span.review-score {
  font-weight: bold;
  margin-right: 10px;
  color: #EE4056;
}

/* +++++++++++++++++++++++++
review Box
++++++++++++++++++++++++++++ */

#revBox article {
  border-top: 1px solid #ccc;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
}
#revBox article.blocking {
  display: none;
}
#revBox article .violation-report.myself {
  display: none;
}
#revBox #review_comment .violation-report .comment-report.blocking,
#revBox #review_comment .violation-report .comment-delete.blocking {
  display: none;
}

#revBox header dl {
  margin-top: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  padding: 6px 6px 16px 52px;
  position: relative;
  background: #eee;
}
#revBox header dt {
  margin-bottom: 2px;
}

#revBox header dt a {
  text-decoration: underline;
}
#revBox article.pro header dt {
  position: relative;
}

#revBox article.pro header dt:before {
  content: '';
  background: url(../../images/smartphone/review_icon.png) no-repeat;
  background-size: 38px auto;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 38px;
  height: 14px;
  background-position: 0 0;
  left: -46px;
  top: 39px;
}
#revBox header dt {
  margin-bottom: 2px;
}
#revBox article.pro .detail>p {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 4px;
  font-size: 11px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  color: #666;
}

#revBox article.pro .detail>div {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  border-radius: 5px;
  padding: 10px 12px 14px;
  z-index: 100;
  margin: 5px 30px 0;
  display: none;
  width: auto;
  background: url(../../images/smartphone/review_detail_close.png) no-repeat top right #fff;
  background-size: 32px auto;
}
#revBox article.pro .detail>div>p {
  padding: 4px 0 8px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}

#revBox article.pro .detail>div>span {
  line-height: 1.5;
  color: #666;
}

#revBox header dd {
  font-size: 12px;
  color: #000;
  padding-top: 2px;
}

#revBox header dd:nth-of-type(1) {
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 11px;
  top: 6px;
}
#revBox header dd:nth-of-type(1) img {
  border-radius: 50%;
  max-width: 30px;
  max-height: 30px;
}


#revBox dd>span.review-star {
  display: inline-block;
  width: 60px;
  height: 14px;
  margin: -3px 0 0 0;
  font-size: 0;
  line-height: 0;
  text-align: left;
  vertical-align: middle;
  background: url(../../images/smartphone/star1.png) no-repeat 0 -13px;
  background-size: 60px auto;
}

#revBox dd span.review-star img {
  display: inline-block;
  width: 60px;
  height: 14px;
  margin: 0;
  vertical-align: middle;
  background: url(../../images/smartphone/star1.png) no-repeat 0 0;
  background-size: 60px auto;
}

#revBox dd span.review-star.r0 img {
  width: 0;
}

#revBox dd span.review-star.r1 img {
  width: 6px;
}

#revBox dd span.review-star.r2 img {
  width: 12px;
}

#revBox dd span.review-star.r3 img {
  width: 18px;
}

#revBox dd span.review-star.r4 img {
  width: 24px;
}

#revBox dd span.review-star.r5 img {
  width: 30px;
}

#revBox dd span.review-star.r6 img {
  width: 36px;
}

#revBox dd span.review-star.r7 img {
  width: 42px;
}

#revBox dd span.review-star.r8 img {
  width: 48px;
}

#revBox dd span.review-star.r9 img {
  width: 54px;
}

#revBox dd span.review-star.r10 img {
  width: 60px;
}

#revBox dd span.review-star.r0 + span.review-score {
  color:#b8b7aa;
}

#revBox dd>span.review-score {
  font-weight: bold;
  margin-right: 10px;
  color: #EE4056;
}

#revBox article h3 {
  margin-top: 2px;
  padding: 14px 8px 8px;
  font-size: 16px;
  position: relative;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
}

#revBox article h2 {
  margin-top: 2px;
  padding: 14px 8px 8px;
  font-size: 16px;
  position: relative;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
}
#revBox article h2:before {
  display: block;
  content: "";
  width: 40px;
  height: 20px;
  background: url(../../images/smartphone/triangle_up.png) no-repeat 0 0;
  background-size: 40px auto;
  position: absolute;
  left: 4px;
  top: -20px;
  z-index: 20;
}

/* ============================================
  rating-star
============================================ */
#revBox .rating-star {
  position: relative;
  font-weight: bold;
  padding: 0 8px 0 116px;
  display: inline-block;
  font-size: 1.6rem;
  color: #fd7f03;
}

#revBox .rating-star:before {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  width: 108px;
  height: 20px;
  top: 2px;
  left: 0;
  background: url(../../images/assets/rating_star.svg) no-repeat;
  background-size: 100% auto;
  background-position: 0 -220px;
}
#revBox .rating-star.val50:before {
  background-position: 0 0;
}

#revBox .rating-star.val45:before {
  background-position: 0 -22px;
}

#revBox .rating-star.val40:before {
  background-position: 0 -44px;
}

#revBox .rating-star.val35:before {
  background-position: 0 -66px;
}

#revBox .rating-star.val30:before {
  background-position: 0 -88px;
}

#revBox .rating-star.val25:before {
  background-position: 0 -110px;
}

#revBox .rating-star.val20:before {
  background-position: 0 -132px;
}

#revBox .rating-star.val15:before {
  background-position: 0 -154px;
}

#revBox .rating-star.val10:before {
  background-position: 0 -176px;
}

#revBox .rating-star.val05:before {
  background-position: 0 -198px;
}

#revBox .rating-star.val00:before {
  background-position: 0 -220px;
}

#revBox .rating-star.small {
  padding: 0 4px 0 68px;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  width: 96px;
  line-height: 1.7;
}
#revBox .rating-star.small:before {
  width: 65px;
  height: 13px;
  top: 4px;
  left: 0;
}

#revBox .rating-star.small.val50:before {
  background-position: 0 0;
}

#revBox .rating-star.small.val45:before {
  background-position: 0 -13px;
}

#revBox .rating-star.small.val40:before {
  background-position: 0 -26px;
}

#revBox .rating-star.small.val35:before {
  background-position: 0 -39px;
}

#revBox .rating-star.small.val30:before {
  background-position: 0 -52px;
}

#revBox .rating-star.small.val25:before {
  background-position: 0 -65px;
}

#revBox .rating-star.small.val20:before {
  background-position: 0 -79px;
}

#revBox .rating-star.small.val15:before {
  background-position: 0 -92px;
}

#revBox .rating-star.small.val10:before {
  background-position: 0 -105px;
}

#revBox .rating-star.small.val05:before {
  background-position: 0 -118px;
}

#revBox .rating-star.small.val00:before {
  background-position: 0 -131px;
}

#revBox article h3:before {
  display: block;
  content: "";
  width: 40px;
  height: 20px;
  background: url(../../images/smartphone/triangle_up.png) no-repeat 0 0;
  background-size: 40px auto;
  position: absolute;
  left: 4px;
  top: -20px;
  z-index: 20;
}



#revBox article>p,
#revBox article div p {
  padding: 8px;
  margin-bottom: 1em;
}

#revBox article>p#hide {
  display: none;
}




#spoil {
  width: 10em;
  margin: 6px auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

#spoil strong {
  display: block;
  margin: 0 auto 8px;
  padding: 6px 0 6px 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  position: relative;

  background: #ff6c00 url(../../images/smartphone/icon_caution.png) no-repeat 10px center;
  background-size: auto 20px, auto;

  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}


#spoil a {
  display: block;
  text-decoration: underline;
  position: relative;
}

#spoil strong:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 40%;

  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.active#spoil strong:after {
  top: 32%;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #ffffff transparent;
}


#cmnt {
  margin: 24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-size: 12px;
}

#cmnt > li > a {
  border: solid 1px #011b8f;
  border-radius: 25px;
}
#cmnt > li + li {
  margin-left: 15px;
}

.icon-heart-blue {
  background: url(../../images/smartphone/icon-heart.png) no-repeat;
  display: inline-block;
  height: 17px;
  padding-left: 20px;
  background-size: 15px;
}
.icon-heart-red {
  background: url(../../images/smartphone/icon-heart-red.png) no-repeat;
  display: inline-block;
  height: 17px;
  padding-left: 20px;
  background-size: 15px;
}
.icon-hukidashi {
  background: url(../../images/smartphone/icon-hukidashi.png) no-repeat;
  display: inline-block;
  height: 17px;
  padding-left: 20px;
  background-size: 15px;
  margin-right: -2px;
}
#cmnt > li:last-child > a.off {
  border: solid 1px #cc0000;
  color: #cc0000;
}
#cmnt > li:last-child > a.off > span.icon-heart-blue {
  background-image: url(../../images/smartphone/icon-heart-red.png);
}

#cmnt a {
  display: flex;
  padding: 5px 5px 3px 10px;
  text-align: center;
}
#cmnt a.off {
  color: #999;
  border-color: #999;
}

#cmnt span.number {
  font-size: 10px;
}




#revBox aside h4 {
  padding: 8px;
  font-size: 16px;
  background: #d8d8d8;
}
#revBox aside dl {
  border-top: 1px dotted #bbb;
  font-size: 13px;
  background: #eee;
  position: relative;
}

#revBox aside dt {
  padding: 12px 12px 0;
}

#revBox aside dd:first-of-type {
  padding: 0 12px 12px;
}

#revBox aside dl p {
  padding: 12px 12px 20px 12px;
  background: #fff;
}

#revBox aside dd.delete {
  position: absolute;
  top: 12px;
  right: 12px;
}






/* common +++++++++++++++++++++++
navigation
+++++++++++++++++++++++++++++++++++++ */
#rev-nav {
  padding: 12px 6px;
  background: #eee;
  border-top: 1px dotted #bbb;
  border-bottom: 1px solid #bbb;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
}

#rev-nav li {
  float: left;
  overflow: hidden;
  font-size: 13px;
}

#rev-nav li:nth-child(1) {
  width: 36%;
}

#rev-nav li:nth-child(2) {
  width: 32%;
}

#rev-nav li:nth-child(3) {
  width: 32%;
}


#rev-nav a {
  display: block;
  padding: 14px 0;
  background-size: auto 24px;
  background-repeat: no-repeat;
  color: #c3c3c3;
  overflow: hidden;
  vertical-align: middle;
  font-weight: bold;
}



#rev-nav li:nth-child(1) a {
  margin-right: 10px;

  background: #d2d2d2;
  border: 1px solid #d2d2d2;
  color: #fff;
  text-align: center;

  -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}


#rev-nav li:nth-child(1) a[href] {
  color: #fff;
  border: 1px solid #044899;


  background-size: cover;
  background-color: #003a73;
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73));
  background-image: -webkit-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -moz-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -o-linear-gradient(top, #1f5fa8, #003a73);
  background-image: linear-gradient(top, #1f5fa8, #003a73);
}


#rev-nav li:nth-child(2) a {
  padding-left: 30px;
  border-right: 1px solid #ddd;
  background-image: url(../../images/smartphone/bt_r-l-gray.png);
  background-position: 0 center;
}

#rev-nav li:nth-child(3) a {
  padding-right: 30px;
  text-align: right;
  border-left: 1px solid #fff;

  background-image: url(../../images/smartphone/bt_r-r-gray.png);
  background-position: right center;
}
#rev-nav li:nth-child(2) a[href] {
  background-image: url(../../images/smartphone/bt_r-l.png);
  color: #011b8f;
}

#rev-nav li:nth-child(3) a[href] {
  background-image: url(../../images/smartphone/bt_r-r.png);
  color: #011b8f;
}



#shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
}

#shadow p {
  width: 160px;
  height: 90px;
  padding: 50px 10px 0;
  text-align: center;
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 0.9);

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -80px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}







/* +++++++++++++++++++++++++
review comment
++++++++++++++++++++++++++++ */
#revCmntBox form {
  margin: 6px;
  padding: 6px 0 30px;
  overflow: hidden;
}

#revCmntBox form p {
  margin-bottom: 1em;
  padding: 0;
}

#revCmntBox form p strong {
  display: block;
  text-align: center;
  color: #c00;
  font-size: 14px;
}

#revCmntBox table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;

  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#revCmntBox th,
#revCmntBox td {
  padding: 6px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  border: 1px solid #d8d8d8;
}


#revCmntBox th {
  white-space: nowrap;
  vertical-align: top;
  background: #ebebeb;

}


#revCmntBox img {
  display: inline-block;
  margin: 6px 6px 6px 0;
  max-width: 30px;
  max-height: 30px;
  border: 1px solid #d8d8d8;
  padding: 2px;
  vertical-align: middle;
}

#revCmntBox td span {
  font-size: 10px;
}

#revCmntBox td strong {
  font-size: 10px;
  color: #c00;
}


#revCmntBox textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 2px;
  min-height: 7em;
}


#revCmntBox table+p {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
}

#revCmntBox table+p a {
  text-decoration: underline;
}



#submit_confirm {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  padding: 14px 0;
  text-align: center;
  line-height: 1;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  background: #003a73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73));
  background-image: -moz-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -o-linear-gradient(top, #1f5fa8, #003a73);
  background-image: linear-gradient(top, #1f5fa8, #003a73);

  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 8);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 8);
}


#submit_back,
#submit_commit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  display: block;
  margin: 0 2% 20px;
  padding: 12px 0;
  text-align: center;
  line-height: 1;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;


  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}


#submit_back {
  width: 30%;
  float: left;
  background: #909090;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#909090));
  background-image: -moz-linear-gradient(top, #bababa, #909090);
  background-image: -o-linear-gradient(top, #bababa, #909090);
  background-image: linear-gradient(top, #bababa, #909090);


}

#submit_commit {
  width: 60%;
  float: right;
  background: #003a73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73));
  background-image: -moz-linear-gradient(top, #1f5fa8, #003a73);
  background-image: -o-linear-gradient(top, #1f5fa8, #003a73);
  background-image: linear-gradient(top, #1f5fa8, #003a73);

}


#revBox .notice {
  display: none;
  text-align: center;
  color: #c00;
  font-weight: bold;
  margin-bottom: 2em;
}

.follow-btn {
  display: inline-block;
  border-radius: 2px;
  padding: 0;
  margin-left: 5px;
  font-size: 10px;
  background: none;
  border: solid 1px #666;
  text-align: center;
  width: 70px;
  line-height: 15px;
  overflow: hidden;
  vertical-align: middle;
  color: #666;
  text-decoration: none !important;
}
.user-crown .follow-btn {
  margin-left: -14px;
}
.follow-btn.active:after {
  content: "中";
}
.follow-btn.active {
  border-color: #4a7ccf;
  background-color: #4a7ccf;
  color: #fff;
}
.follow-btn.hidden {
  display: none;
}
.clearBoth {
  clear: both;
}
.number {
  position: relative;
  top: 2px;
}

/* +++++++++++++++++++++++++
popup empathy-list
++++++++++++++++++++++++++++ */
p.empathy {
  color: #011b8f;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  margin: 8px !important;
}
p.empathy > a.disabled {
color: #999 !important;
}

.popup-empathy-wrap {
  width: auto;
  margin: 0 auto;
}

.popup-empathy-wrap>p {
  font-size: 20px;
  color: #505050;
  font-weight: bold;
  margin: -30px 0 20px 0;
}

.popup-empathy-wrap ul {
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 300px;
  height: 80vh;
}

.popup-empathy-wrap ul li {
  border-top: dotted 1px #CCCCCC;
  padding: 10px 0;
}

.popup-empathy-wrap ul li>div {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.popup-empathy-wrap ul li>div a {
  display: flex;
  align-items: center;
}

.popup-empathy-wrap ul li>div a img {
  margin-right: 10px;
  border-radius: 50%;
}

.popup-empathy-wrap ul li>div a p.user-name {
  padding: 0 !important;
  font-weight: bold;
  margin: 0 10px 0 0 !important;
}

.popup-empathy-wrap ul li a div p.profile-txt {
  color: #505050;
}

.popup-empathy-wrap ul li div div.follow-link {
  margin-left: auto;
}

.popup-empathy-wrap ul li div div.follow-link a {
  display: block;
  width: 90px;
  border: 1px solid #06c;
  color: #06c;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  padding: 8px;
  line-height: 1;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

.popup-empathy-wrap ul li div div.follow-link a:after {
  content: "する";
}

.popup-empathy-wrap ul li div div.follow-link a.active {
  background: #3298fd;
  border: #3298fd solid 1px;
  color: #fff;
}

.popup-empathy-wrap ul li div div.follow-link a.active:after {
  content: "中";
}

.popup-empathy-wrap ul li p.profile-txt {
  padding: 0 !important;
}

p.empathy span {
  color: #011b8f !important;
  font-weight: normal !important;
}
.violation, .violation-coment {
  text-align: right;
  font-size: 14px;
  color: #666666;
}
.violation {
  margin-top: -20px;
}
.violation-coment {
  margin-right: 8px;
}
.violation img, .violation-coment img {
  margin-right: 2px;
  position: relative;
  bottom: 1px;
}
.popup-empathy-wrap .reported-txt {
  margin: 0 0 20px 0;
}
#revBox article div .popup-empathy-wrap .violation-box .violation-done {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #505050;
  padding: 30px 0;
}
#review_comment dl.blocking {
  display: none;
}
span.user-name-crown {
  position: relative;
  padding-right: 40px;
}
span.user-name-crown:before {
  content: '';
  background: url(../../images/smartphone/crown_A.png) no-repeat;
  background-size: 20px auto;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 14px;
  background-position: 0 0;
  right: 18px;
  top: -1.5px;
}
