@media (min-width: 641px) {
    #information li .info_desc, #information_free li .info_desc {
        max-width: 390px;
        margin: 0 auto;
        text-align: left;
    }
}

body {
  font-family: 'Ryumin R-KL JIS2004 AP';
}
.info_desc p strong, .info_desc p b {
  font-weight: normal;
  font-family: 'Ryumin Bold KL';
}
.resipi {
  background-color: #eaeaea;
  padding: 20px;
}
@media (max-width: 640px) {
  .resipi {
    margin: 16px !important;
  }
}
p.img.switch_both.cartbutton {
  max-width: 180px;
}
.info_img:first-child {
  position: sticky;
  top: 0;
  width: 100%;
  padding-left: 20px;
}

a, li, p, div, button, img {
  margin-left: auto;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cartfixed .info_img:first-child{
  margin-right:0;
  padding-left: 0;
  left: 0;
}
