@charset "Shift_JIS";

/*
 * WishList.css
*/

.wishlist-tooltip {
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10000;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.wishlist-tooltip-inner {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  padding: 14px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #222;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  filter: 'alpha(opacity=90)';
  opacity: 0.9;
}