/* campal-090 購入数量ボックス非表示 */
.fs-body-product-campal-090 .fs-system-quantity-list {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .fs-c-breadcrumb{
    padding: 0 2%;
  }
}
/* review modules */
.fs-c-aggregateRating {
  background: #dcdcdc;
  padding: 6px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.fs-c-aggregateRating .fs-c-rating__value {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}
.fs-c-aggregateRating .fs-c-aggregateRating__count {
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.2em;
  border-left: 1px dotted #766f6f;
  padding-left: 10px;
}
.fs-c-aggregateRating .fs-c-aggregateRating__count::after {
  font-size: 14px;
  font-weight: normal;
}
.fs-c-listControl__status {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  background: gainsboro;
}
.fs-c-reviewList {
  border: 1px solid gainsboro;
  border-top: none;
  margin: 0 auto 20px;
}
.fs-c-reviewList li {
  padding: 16px;
  border-bottom: 1px solid gainsboro;
}
.fs-c-reviewList li .fs-c-reviewInfo__reviewer {
}
.fs-c-reviewList li .fs-c-reviewer__name {
  margin-bottom: 4px;
}
.fs-c-reviewList li .fs-c-reviewer__profile {
  display: inline-block;
  padding: 0 16px;
  background: gainsboro;
  font-size: 14px;
  border-radius: 100px;
}
.fs-c-reviewList li .fs-c-reviewInfo__date {
  display: flex;
  justify-content: end;
  font-size: 12px;
  margin: -18px 0 0 auto;
  width: 130px;
  letter-spacing: 0;
}
.fs-c-reviewList li .fs-c-reviewInfo__date dt {
  margin-right: 10px;
}
.fs-c-reviewList li .fs-c-reviewRating {
  margin: 8px 0 4px;
  padding-top: 8px;
  border-top: 1px dotted gainsboro;
}
.flex-item-details .fs-c-productReview .fs-c-productReview__allReviews {
  float: left;
  font-size: 0.9em;
  text-decoration: underline;
  line-height: 30px;
}
.flex-item-details .fs-c-productReview .fs-c-productReview__addReview {
  float: right;
  background: #666666;
  color: #fff;
  max-width: 224px;
  width: 100%;
  text-align: center;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
}
.flex-item-details .fs-c-productReview .fs-c-productReview__addReview:before {
  content: "\e91d\e91d\e91d\e91b\e91b";
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 18px;
  position: absolute;
  letter-spacing: 10px;
  right: -113px;
  top: 5px;
}
.flex-item-details .fs-c-productReview .fs-c-productReview__addReview * {
  color: #fff;
}
/* Product detail page review */
.flex-item-details .fs-c-productReview {
  margin: 0 auto 30px;
}
.flex-item-details .fs-c-productReview:after {
  content: "";
  display: table;
  clear: both;
}
/* View all review page */
#fs_ReviewsByProduct main {
  max-width: 960px;
  margin: 0 auto 100px;
  padding: 0 2%;
}
#fs_ReviewsByProduct main .fs-c-productReviewed:after {
  content: "";
  display: table;
  clear: both;
}
#fs_ReviewsByProduct main .fs-c-productReviewed .fs-c-productImage {
  max-width: 400px;
  float: left;
  margin-right: 30px;
}

#fs_ReviewsByProduct main .fs-c-productReviewed .fs-c-productPrices > * > * {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#fs_ReviewsByProduct main .fs-c-productReviewed .fs-c-productPrice__addon span {
  text-align: right;
  margin: -10px 0 0 auto;
}
#fs_ReviewsByProduct main .fs-c-reviewList {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #fs_ReviewsByProduct main .fs-c-productReviewed {
    margin-bottom: 30px;
  }
  #fs_ReviewsByProduct main .fs-c-productReviewed .fs-c-productImage {
    float: none;
    margin: 0 auto 40px;
  }
}
/* Write review page */
#fs_WriteReview main {
  max-width: 960px;
  margin: 0 auto 100px;
  padding: 0 2%;
}
#fs_WriteReview main .fs-c-productReviewed:after {
  content: "";
  display: table;
  clear: both;
}
#fs_WriteReview main .fs-c-productReviewed .fs-c-productImage {
  max-width: 400px;
  float: left;
  margin-right: 30px;
}

#fs_WriteReview main .fs-c-productReviewed .fs-c-productPrices > * > * {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#fs_WriteReview main .fs-c-productReviewed .fs-c-productPrice__addon span {
  text-align: right;
  margin: -10px 0 0 auto;
}
#fs_WriteReview .fs-c-reveiwNotes {
  padding: 16px;
  border: 1px solid gainsboro;
  text-align: center;
}
#fs_WriteReview .fs-c-reveiwNotes p{
letter-spacing: 0;
font-size: 15px;
}
#fs_WriteReview .fs-c-inputTable {
  width: 100%;
}
#fs_WriteReview .fs-c-inputTable .fs-c-inputTable__headerCell {
  text-align: left;
  width: 200px;
  background: #eee;
  padding: 16px !important;
  border: 1px solid #fff;
}
#fs_WriteReview .fs-c-inputTable .fs-c-requiredMark:before {
  color: red;
}
#fs_WriteReview .fs-c-inputTable .fs-c-inputTable__dataCell {
  padding: 16px;
  border: 1px solid gainsboro;
}
#fs_WriteReview .fs-c-buttonContainer--submitReview {
  max-width: 200px;
  margin: 30px auto 10px;
}
#fs_WriteReview .fs-c-buttonContainer--submitReview button {
  width: 100%;
  background: #444444;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 6px 0;
}
#fs_WriteReview .fs-c-buttonContainer--back {
  text-align: center;
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  #fs_WriteReview main .fs-c-productReviewed {
    margin-bottom: 30px;
  }
  #fs_WriteReview main .fs-c-productReviewed .fs-c-productImage {
    float: none;
    margin: 0 auto 40px;
  }
  #fs_WriteReview .fs-c-inputTable {
    margin-top: 30px;
  }
  #fs_WriteReview .fs-c-inputTable > tbody > tr {
    display: block;
  }
  #fs_WriteReview .fs-c-inputTable > tbody > tr > .fs-c-inputTable__headerCell {
    display: block;
    width: 100%;
    padding: 8px !important;
  }
  #fs_WriteReview .fs-c-inputTable > tbody > tr > .fs-c-inputTable__dataCell {
    display: block;
    padding: 8px;
  }
  #fs_WriteReview .fs-c-inputTable .fs-c-inputTable__dataCell th {
    background: none;
    width: 135px;
    padding: 8px !important;
    border: 1px solid gainsboro;
  }
  #fs_WriteReview .fs-c-inputTable--child{

    border-collapse: collapse;
    margin-top: 20px;
  }
  #fs_WriteReview .fs-c-inputTable--child .fs-c-dropdown:after{
    width: 10px;
    font-size: 25px;
  }
}
/* Write review successful page */
#fs_ReviewSuccess main {
  padding: 100px 2%;
  text-align: center;
}
#fs_ReviewSuccess main a {
  text-decoration: underline;
}
/* Write review successful page */
#fs_ReviewLogin main{
  max-width: 560px;
  padding: 50px 2%;
  text-align: center;
}
#fs_ReviewLogin main .fs-c-buttonContainer--login button{
    background: #696969;
    border: none;
    text-align: center;
    max-width: 200px;
    margin: 20px auto 10px;
    border: 1px solid #8e8e8e;
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 8px;
}
#fs_ReviewLogin main .fs-c-textLink{
    font-size: .9em;
    text-decoration: underline;
}
/* -------------------------------------------
*Annoucement
*/
.annoucement-area{
  text-align: center;
  margin: 48px auto;
  font-size: 1.2em;
  color: red;
}
.annoucement-area strong{
  margin-bottom: 8px;
  display: block;
}
.annoucement-area a{
  text-decoration: underline;
  color: inherit;
}
/* -------------------------------------------
* ご利用規約 /f/terms
*/
.f_terms .ref_contents{
  padding-bottom: 80px;
}
.f_terms h3{
  margin: 40px auto 10px;
}
.f_terms li{
  text-indent: -1em;
  margin-left: 1em;
}

/* news-list */
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
body{
  margin: 20px;
}

.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

.fs-body-search .fs-c-productName {
overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
 
.fs-body-category.fs-c-productName {
overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
