/* Infinite Optionsの熨斗オプション用 */
  div#infiniteoptions-container{
    margin-bottom:2rem;
  }
  div.spb-label-tooltip{
    margin-top:2rem;
  }
  div.selection-noshi  .spb-productoptionswatch{
    width: 100px;
    height: calc(100px*(250/200));
  }
  div.selection-noshi .spb-productoptionswatchwrapper input[type="checkbox"]:checked + .spb-productoptionswatch,
  div.selection-noshi  .spb-productoptionswatchwrapper input[type="radio"]:checked + .spb-productoptionswatch{
    border: 2px solid #000;
    box-shadow: none;
  }
  label.spb-productoptionswatchwrapper{
    margin-bottom:2rem;
  }
  label.spb-productoptionswatchwrapper:last-child{
    margin-bottom:0;
  }
  div.sender_name_noshi p.spb-productdescfont.spb-productdesctextcolor{
    display:none;
  }
  div.sender_name_noshi textarea,
  div.sender_name_noshi input{
    width:100%;
  }
div.selection-noshi label:after{
position: relative;
display: block;
content: "";
font-size: 0.8em;
color: gray;
}
div.selection-noshi span label:nth-child(1):after{
content: "※お世話になった方へ、お礼の贈り物に。";
}
div.selection-noshi span label:nth-child(2):after{
content: "※一般的なお祝い事をいただいた際のお礼として。";
}
div.selection-noshi span label:nth-child(3):after{
content: "※結婚のお祝いをいただいた際のお返しに。";
}
div.selection-noshi span label:nth-child(4):after{
content: "※手土産や、ほんの気持ちだけの贈り物に。";
}
