table.exp_tbl { /* 商品説明の表 */
	/* font-size:80%; */
	margin:15px 0px 15px 0px;
          	border-collapse: collapse;
	}

.exp_tbl th { 
	text-align:right;
	vertical-align:top;
	color: #333;
	width:100px;
	padding:6px 3px 6px 0px;
	border: 1px #ddd solid; 
/*	background: #fff ; */
	}

.exp_tbl td {
	width:400px;
	text-align:left;
	padding:6px 10px 6px 6px;
	color: #333;
	border: 1px #ddd solid;
/*	background: #fff ; */
	}

/* ベア等の納期 スマートフォンショップの方と２か所変える*/
/* ウェイトベア全種、TIKI、POLAは登録済み */
.exp_tbl_bear div:before{
  content: "現在５５";
}

/* マイペットシリーズ全部、マイドレスベアも登録済み */
.exp_tbl_mypet div:before{
  content: "現在７５";
}

@charset "euc-jp";
.prd_opt_src {
  display: none !important;
}
.product_image {
  margin: 0px;
}
.product_image_main {
  float: left;
  width: 70%;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.product_image_thumb {
  float: right;
  width: 30%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 5%;
  width: 45%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

