.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
  border: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.input-prepend.input-append input:focus {
  outline: none;
  border: solid 1px #ccc;
}
.btn{
  border:none;
  box-shadow: 0px 3px 0px 0px #8a8988;
  background: #fff;
}
.btn:hover{
    box-shadow: 0px 1px 0px 0px #8a8988;
    transform: translate3d(0, 2px, 0);
    background: #fff;
}
.btn:focus, .btn:active{
    /*background: #fff!important;*/
    /*box-shadow: 0px 1px 0px 0px #8a8988;*/
    /*transform: translate3d(0, 2px, 0);*/
    background: #fff;
}
/* ¾¦ÉÊÀâÌÀ¤ÎÍó */
.product-order-exp{
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.product-order-exp p {
  margin: 20px 0;
}
.product-order-exp .explain_blk:not(:last-child){
  margin: 0 0 40px 0;
}
.product-order-exp .explain_cnt{
  margin-left: 10px;
}
.explain_title{
    border-bottom: 1px solid #e83816;
    border-left: 8px solid #e83816;
    padding: 0 0 2px 4px;
    font-weight: bold;
    margin-bottom: 4px;
}
.set_btn{
    display: inline-block;
    background: #e83816;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 2px 3px 0px #ab2309;
    color: #fff !important;
    margin-top:4px;
}
.set_btn:hover{
    box-shadow: 0px 1px 0px #ab2309;
    transform: translate3d(0, 2px, 0);
}
.product_info{
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 6px;
    font-size: 13px;
}
.product_info dt{
  font-weight: normal;
}
.product_info dd:not(:last-child){
  margin-bottom: 6px;
}
#allergy_blk{
  margin-bottom: 0;
}
.allergy_cnt{
  padding: 20px 0;
  font-weight: bold;
}
.allergy_cnt span{
    display: block;
    font-size: 13px;
}
.allergy_exp,
.allergy_note{
  font-size: 13px;
}
.allergy_note a{
  border-bottom: 1px solid #000;
}

@media (min-width: 481px){
  .sm-disp {
      display: block;
  }
  .sm-hidden {
      display: none;
  }
}
@media (max-width: 480px){
  .sm-disp {
      display: none;
  }
  .sm-hidden {
      display:block;
  }
}