.product_explain{
	margin: 20px 20px 20px 20px;

}

.item_notes{
	border: 1px #000000 solid;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.item_notes_table{
	border: 1px #cccccc solid;
	border-collapse: collapse;
}

.item_notes_table th{
	border: 1px #cccccc solid;
	background-color: #eeeeee;
	font-size: 12px;
  	padding: 5px 5px 5px 5px;
	text-align: left;
}

.item_notes_table td{
	border: 1px #cccccc solid;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}



.item_drink{
	border: 1px #000000 solid;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.item_drink_table{
	border: 1px #cccccc solid;
	border-collapse: collapse;
}

.item_drink_table th{
	border: 1px #cccccc solid;
	background-color: #eeeeee;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}

.item_drink_table td{
	border: 1px #cccccc solid;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}

td .twopxline{
	border-top: double 3px #cccccc;
}

th .twopxline{
	border-top: double 3px #cccccc;
}

.item_detail_data{
	margin: 0px 0px 10px 10px;
	border: solid 1px #000000;
	padding: 5px 5px 5px 5px;
	float: right;
}

.item_detail_data_table{
	border: 1px #cccccc solid;
	border-collapse: collapse;
}

.item_detail_data_table th{
	border: 1px #cccccc solid;
	background-color: #eeeeee;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}

.item_detail_data_table td{
	border: 1px #cccccc solid;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}

.option_price_table{
	border: 1px #cccccc solid;
	border-collapse: collapse;
}

.option_price_table th{
	border:1px #cccccc solid;
	background-color: #eeeeee;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
}

.option_price_table td{
	border:1px #cccccc solid;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
}

p.buttons {
	margin: 0px 20px 0px 20px;
	text-align: right;
}


.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}


/* ************************************************
*  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: 400px;
}
.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 22px 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;
}

/* ▼記述方法A */
p.resizeimage { width: 95%; }
p.resizeimage img { width: 100%; }


/* イメージボックス */
div.imagebox {
   border: 1px #0000cc; /* 枠線 */
   background-color: #ffffff;  /* 背景色 */
   width: 200px; /* 横幅 */
   float: left; /* 左に配置 */
   margin: 2px; /* 周囲の余白 */
}
p.image, p.caption {
   text-align: center; /* 中央寄せ */
   margin: 2px;        /* 余白・間隔 */
}
p.caption {
   font-size: 80%;  /* 文字サイズ */
   color: black; /* 文字色 */
}

/* クール便必須 */

.mustcool {
    position: relative;
    margin: 2em 3em;
    padding: 0.5em 1em;
    border: solid 3px #003399;
    border-radius: 8px;
  	clear: both;
}

.mustcool .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #F5F5F5;
    color: #003399;
    font-weight: bold;
}
.mustcool p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 5px; 
    padding: 5px;
}

.mustcool .highright {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  font-size: 24px;
}

/* クール便おすすめ */

.bettercool {
    position: relative;
    margin: 2em 2em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
  	clear: both;
}

.bettercool .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #F5F5F5;
    color: #95ccff;
    font-weight: bold;
}
.bettercool p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 5px; 
    padding: 5px;
}

.bettercool .highright {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  font-size: 24px;
}