/* 商品詳細.css */

.product-wrapper {

}

.product-image-area {
  margin-bottom: 15px;
}

.product-image-area .large-image-area {
  width: 700px;
  float: left;
}

.product-image-area .large-image-area img {
  width: 694px;
  border: 3px solid #f0f0f0;
}

.product-image-area .small-image-area {
  width: 280px;
  float: right;
}

.product-image-area .thumb-list-left {
  width: 130px;
  float: left;
}

.product-image-area .thumb-list-right {
  width: 130px;
  float: right;
}

.small-image-area ul li {
  width: 130px;
  height: 89px;
  margin-bottom: 6px;
}

.small-image-area img.thumb {
  width: 124px;
  height: 83px;
  border: 3px solid #f0f0f0;
}

.detail-area {
  margin: 0;
}

.detail-area h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}

.detail-area .cart-detail-01 {
  margin-bottom: 15px;
}

.detail-area .cart-detail-01 dt {
  float: left;
  width: 70px;
}

.detail-area .cart-detail-01 dd {
  margin-left: 80px;
}

.detail-area .cart-detail-02 {
  margin-bottom: 5px;
}


/* 詳細部分スタイル */
.detail-ex-area-01 {
  position: relative;
}

.detail-ex-area-01 .toggle-used,
.detail-ex-area-01 .toggle-new {
  position: absolute;
  right: 0;
  width: 280px;
  margin-top: -57px;
}

.detail-ex-area-01 .toggle-text {
  width: 244px;
  padding: 15px;
  border: 3px solid #ff99cc;
  border-top: none;
  color: #ff99cc;
  line-height: 1.7em;
  background-color: #fff;
  display: none;
}

.detail-ex-area-02 {
  width: 954px;
  padding: 20px 20px 0 20px;
  margin-bottom: 15px;
  border: 3px solid #f0f0f0;
  line-height: 1.7em;
}

.detail-ex-area-02 h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}

.black-text-01,
.pink-text-01 {
  margin-bottom: 20px;
}

.pink-text-01 {
  color: #ff8bc5;
}

.detail-ex-area-02 a {
  color: #ff8bc5;
}

.detail-ex-area-02 a:hover {
  color: #ff8bc5;
}

.cart-area {
  width: 1000px;
  line-height: 1.7em;
}

.cart-input-area {
  width: 488px;
  float: left;
  background-image: url("https://www.elephant-life.com/images/shop/cart_btn_bgimage.png");
  background-repeat: no-repeat;
  display: inline;
  margin-right: 10px;
}

.cart-input-area .input-left {
  float: left;
}

.cart-input-area .input-left dl {
  margin: 5px 0 0 65px;
  float: left;
}

.detail-area .input-left dt {
  float: left;
  width: 50px;
}

.detail-area .input-left dd {
  margin-left: 60px;
  padding-top: 3px;
}

.cart-input-area .input-right {
  float: right;
}

.info-btn-area {
  float: left;
  width: 244px;
  margin-right: 10px;
  display: inline;
}

.sns-area {
  width: 238px;
  float: left;
  padding-top: 10px;
}



/* item一覧表示 */

.item-area-title {
  margin-bottom: 15px;
}

.item-list-area {
  letter-spacing: -0.35em;
  margin-left: -16px;
}

.item-list-detail {
  display: inline-block;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
  width: 231px;
  border: 3px solid #f0f0f0;
  margin-left: 17px;
  margin-bottom: 16px;
}

.item-list-detail img.img-a {
  width: 231px;
}


/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic

	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*General Mosaic Styles*/
/* ここのwidth heightの値を表示要素の大きさに合わせる */
.mosaic-block {
  position:relative;
  overflow:hidden;
  width: 231px;
  height: 153px;
  background:#111 url('https://www.elephant-life.com/images/mosaic/progress.gif') no-repeat center center;
}

.mosaic-backdrop {
  display:none;
  position:absolute;
  top:0;
  height:100%;
  width:100%;
  background:#111;
}

.mosaic-overlay {
  display: none;
  z-index: 5;
  position: absolute;
  width: 201px;
  height: 88px;
  background: #111;
  padding: 50px 15px 15px 15px;
  text-align: center;
}

/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
  background:url('https://www.elephant-life.com/images/mosaic/hover-magnify.png') no-repeat center center;
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter:alpha(opacity=00);
  display:none;
}

.fade .mosaic-overlay {
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter:alpha(opacity=00);
  background:url('https://www.elephant-life.com/images/mosaic/bg-black.png');
  left: 0;
}

.bar .mosaic-overlay {
  bottom:-153px; /* 表示する高さ */
  left: 0;
  height:153px; /* 表示する高さ */
  background:url('https://www.elephant-life.com/images/mosaic/bg-black.png');
  /* background-color: #fffb00; */
}

.bar2 .mosaic-overlay {
  bottom:-50px;
  height:100px;
  opacity:0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=80);
}

.bar2 .mosaic-overlay:hover {
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
}

.bar3 .mosaic-overlay {
  top:-100px;
  height:100px;
  background:url('https://www.elephant-life.com/images/mosaic/bg-black.png');
}
/*** End Animation Styles ***/

a.mosaic-overlay,
a.mosaic-overlay:hover {
  color: #fff;
}

.mosaic-overlay .overlay-text {
  width: 211px;
  height: 133px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}