/* ************************************************
*  product_detail_page
* ************************************************ */

h2.product_name {
  background: url("https://img14.shop-pro.jp/PA01080/540/etc/detai_leaf2.png?cmsp_timestamp=2156") no-repeat left 3px;
  border-bottom:#522c24 2px solid;
  font-size: 18px;
  color:#803120;
  padding-left: 27px;
  margin-bottom: 20px;
}

.product_form{
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
  width: 100%;
}

/* 商品詳細*/
.product_info {
  font-size: 13px;
}
.product_info #top_txt {
  margin-bottom: 20px;
}
.product_info dl{
  border-bottom:1px dotted #ddd;
  overflow: hidden;
  margin-bottom: 20px;
}
.product_info dt{
  float:left;
  width:120px;
  padding: 5px 0;
  border-top:1px dotted #ddd;
}
.product_info dd{
  float:left;
  width:260px;
  padding: 5px 0;
  border-top:1px dotted #ddd;
}
span.font_s {
  font-size: 12px;
}

.product_images {
  display: inline-block;
  float: left;
  width: 285px;
}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 380px;
}
.add_cart_table{
  padding:20px 10px;
  background-color:#f3e8db;
  clear:both;
  overflow:hidden;
  margin-bottom:10px;
}
.add_cart .product_price{
  float:left;
  margin-right:5px;
  font-size:18px;
  margin-bottom:10px;
  font-weight:bold;
}
.add_cart .product_price #member_price p{
  text-decoration:line-through;
  font-size:13px;
}
.add_cart .product_price #member_price span{
  font-size:15px;
  color:#e60012;
}
.add_cart .cartin_num{
  clear:left;
  float:left;
  width:100px;
  margin-right:5px;
}
.add_cart .cartin_num input{
  width: 50px;
  height:30px;
  float:left;
  font-size:18px;
}
.add_cart .cartin_num #num_button{
  width: 30px;
  float:left;
  font-size:14px;
}
.add_cart #option_select{
  clear:both;
  margin-bottom:5px;
  font-size:14px;
}
.add_cart #option_detail{
  clear:both;
  margin-bottom:10px;
}
.add_cart .cartin_button{
  width:170px;
  float:left;
}
.add_cart .cartin_button input:hover{
  opacity:0.5;
}
.add_cart #add_postage{
  padding-top:10px;
  clear:left;
  color:#b31c38;
  font-weight: bold;
}
.add_cart .sankaku{
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #619333;
  margin-top: 3px;
  float: left;
}
.add_cart #sk_link_other{
  margin-bottom: 5px;
}
.add_cart #sk_link_other a{
  text-decoration: underline;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}

.product_description table{
  width:380px;
}
.product_description table tr{
  border-top:dotted 1px #ccc;
}
.product_description table tr:last-child{
  border-bottom:dotted 1px #ccc;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}


.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.product_link_area li{
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.product_link_area
  margin: 0 10px 10px 0;
  max-width: 80px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 285px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 13px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}

a.gallery_last{
  margin-right: 0;
}

/* フリーぺージバナー */
#banner_wrap ul{
  overflow:hidden;
  margin-bottom:30px;
}
#banner_wrap li{
  list-style:none;
  float:left;
  margin-right:11px;
  width:166px;
}
#banner_wrap li:last-child{
  margin-right:0;
}

#box_together{
  margin:50px 0 0 0 !important;
}