/***************コピペで簡単!常に表示するカートボタン*************************/
.under-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px 0 0 0;
    bottom: 0;
    box-shadow: 0 -2px 6px -3px rgba(0, 0, 0, 0.2);
    height: 115px;
    position: fixed;
    right: 0;
    top: auto;
    width: 400px;
    z-index: 999;
}
.under-bar p.under-bar-header {
    color: #FFFFFF !important;
    font-family: "ＭＳ Ｐゴシック","MS Pgothic","MSゴシック",serif;
    font-size: 15px !important;
    font-weight: bold !important;
    height: 1em !important;
    line-height: 15px !important;
    margin: 5px 0 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-align: center !important;
}
.under-bar .img-box img {
    bottom: -100% !important;
    left: -100% !important;
    margin: auto !important;
    max-height: 85px !important;
    max-width: 110px !important;
    padding: 5px !important;
    position: absolute !important;
    right: -100% !important;
    top: -100% !important;
}
.under-bar .right-body {
    bottom: 0;
    color: #EBEBEB;
    height: 85px;
    letter-spacing: 0.2em;
    margin: 5px 0 0 120px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    width: 100px;
}
.under-bar .img-box {
    bottom: -5px;
    height: 85px;
    margin: 0 5px;
    position: relative;
    width: 110px;
}
.under-bar input[name="underbar-caart-button"] {
    background-color: #36B363;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    bottom: 3px;
    color: #FFFFFF;
    font-size: 15px;
    height: auto;
    letter-spacing: 2px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    right: 5px;
}
.under-bar input[name="underbar-caart-button"]:hover
{
    opacity: 0.7;
}
.under-price {
    bottom: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin: 0 10px 0 0;
    position: absolute;
    right: 137px;
    text-align: center;
    text-shadow: 1px 2px #454545;
    width: 135px;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

p.line-red{
  text-decoration:line-through;color: red;
}
p.line-red span{
  color:#000;
}

.footstamp p:nth-child(n+4) {
display:none
}