@charset "UTF-8";
#cartBox {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#cartBox .cart_button {
  display: none;
  position: absolute;
  top: -150px;
  left: 600px;
}

#cartBox .cart_button iframe {
  width: 180px;
  height: 180px;
}

/* プルダウンメニューのタイトル(レビューを書きますか？) */
span.choice {
  color: #bf0000;
  display: block;
  font-size: 13px !important;
  padding: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  border: solid 1px #ddd;
  background: #f5f5f5;
  width: 410px;
  font-weight: normal;
}

select {
  font-size: 14px !important;
  color: #000000;
  width: 300px;
  padding: 5px;
  display: block;
}

span.price2 {
  color: #FF0000;
  font-size: 190%;
  line-height: 1.4;
  font-weight: bold;
}

span.price1 {
  color: #FF0000;
  font-size: 140%;
  line-height: 2;
  font-weight: bold;
}

#rakutenLimitedId_aroundCart select {
  width: 436px !important;
  margin-bottom: 10px !important;
}
