/*編集用CSS*/
/*===============================================================
	#商品説明文 #Description
===============================================================*/





/*商品詳細*/
#Description {
    margin-bottom: 10px;
}

#Description #Comment {
    line-height: 1.7em;
    text-align: left
}

#Description table {
    width: 100%;
    border: solid 1px #DDD;
    border-right: none;
    border-bottom: none;
    margin-top: 10px;
    font-size: 85%
}

#Description table th {
    border: solid 1px #DDD;
    border-top: none;
    border-left: none;
    padding: 5px;
    background: #F6F6F6;
    text-align: left;
    width: 20%;
    font-weight: normal;
    vertical-align: top;
}

#Description table td {
    border: solid 1px #DDD;
    border-top: none;
    border-left: none;
    padding: 5px;
    width: 80%;
}

#Description_40 {
    margin-bottom: 10px;
}

#Description_40 #Comment {
    line-height: 1.7em;
    text-align: left
}

#Description_40 table {
    width: 100%;
    border: solid 1px #DDD;
    border-right: none;
    border-bottom: none;
    margin-top: 10px;
    font-size: 85%
}

#Description_40 table th {
    border: solid 1px #DDD;
    border-top: none;
    border-left: none;
    padding: 5px;
    background: #F6F6F6;
    text-align: left;
    width: 20%;
    font-weight: normal;
    vertical-align: top;
}

#Description_40 table td {
    border: solid 1px #DDD;
    border-top: none;
    border-left: none;
    padding: 5px;
    width: 80%;
}

/*商品詳細*/



/*チャーカツ選択肢修正*/
.fs-c-productSelection__name {
    font-size: 100%;
}

.fs-c-productSelection__label {
    font-size: 100%;
}

.fs-c-variationLabel__label {
    font-size: 100%;
}

/*チャーカツ選択肢修正*/


.tiktok {
    width: 325px;
    float: left;
}

.info_left_40 {
    width: 370px;
    float: left;
}

.info_left_60 {
    width: 560px;
    float: left;
}

.font_size90 {
    font-size: 90%;
}

.txt_r {
    color: #d9534f;
}

.txt_w700 {
    font-weight: 700;
}


@media screen and (max-width:480px) {

    #Description {
        width: 100%;
        margin-bottom: 5px;
    }

    #Description_40 {
        width: 100%;
        margin-bottom: 5px;
    }

    .tiktok {
        width: 100%;
    }

    .info_left_40 {
        width: 100%;
        margin-bottom: 7px;
    }

    .info_left_60 {
        width: 100%;
        margin-bottom: 7px;
    }

}

/*独自コメント*/

.fs-c-freetitle {

    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    line-height: 2em;

}

/*ページデザイン充実*/

.fs-c-designtitle {

    margin-bottom: 15px;
    padding: .5em .7em;
    border-left: 5px solid #ffab01;
    color: #333333;
    font-weight: bold;
}

.fs-c-designtitle_text {


    font-size: 100%;
    line-height: 2em;

}

.fs-c-designtitle_list {

    line-height: 3em;
    font-size: 100%;
    display: block;

}

.fs-c-designtitle_list_underline {

    border-bottom: dotted;
    border-color: #ffab01;
    border-width: 4px;
    display: block;

}

/*独自コメント(4)スタッフおすすめレビュー*/

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 90px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  border: 1px solid #b7b7b7;
}

.says:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px; 
  left: -22px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}


.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #b7b7b7;
  z-index: 1;
}

.says p {
  margin: 0;
  padding: 0;
}


/*カート内（通常注文（1回だけお届け）商品がカートに入っています。）*/

.fs-c-moveToAnotherCart {
    border: 2px solid #da4453 !important;
    border-radius: 3px;
    margin: 24px 0;
    padding: 8px;
    color: #da4453 !important;
}