.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;
}

.detail ul {
	margin: 20px;
	padding: 5px;
	}

.detail li {
	padding: 5px 10px 5px 20px;
	list-style-type: none;
	background: url(https://img08.shop-pro.jp/PA01038/740/etc/list_arrow_red.gif) no-repeat 6px 10px;
	font-weight: bold;
	color: #000000;
	}

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; /* 文字色 */
}

.smalltitle{
	color:#52505E;
	border-left: 8px solid #666699;

	background-color:#fefefe;
	font-weight:bold;
	font-size:18px;
  	margin: 15px 5px 5px 5px;
	padding: 5px 10px 5px 5px;
	clear: both;
	}

h2.product_name {
	position: relative;
	padding: 1em 0.5em;
  	font-weight:bold;
	font-size:18px;

}
h2.product_name:before,
h2.product_name:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h2.product_name:before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h2.product_name:after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

h3.product {
  position: relative;
  display: inline-block;
  margin: 1em 0em;
  padding: 0.5em 2em 0.5em 2em;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  text-align: left;
}

h3.product::before{
  content: '◆';
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 0.9em;
}


table.pricedata {
  width: 80%;
  border: 1px;  
  border-collapse:separate;
  border-spacing: 2px;
}

table.pricedata th,table.pricedata td{
  border-radius: 5px;
  text-align: left;
  padding: 10px 1em;
}

table.pricedata th{
  background-color: #1d203d;
  color: white;
  border:solid 1px #696969;
}

table.pricedata td{
  background-color: #fff;
  border:solid 1px #696969;
}

/* クール便必須 （スマホ）*/


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

.mustcool .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #003399;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.mustcool p {
        font-weight: bold;
    text-align: center;
    margin: 5px; 
    padding: 5px;
}

.mustcool .highright {
   font-size: 24px;
   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; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/* クール便おすすめ（スマホ） */


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

.bettercool .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #95ccff;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.bettercool p {
        font-weight: bold;
    text-align: center;
    margin: 5px; 
    padding: 5px;
}

.bettercool .highright {
   font-size: 24px;
   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; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/* 要注意（赤） */


.attention_red {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #fc4c4c;
　　clear: both;
}

.attention_red .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #fc4c4c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.attention_red p {
    font-weight: bold;
    text-align: left;
    margin: 5px; 
    padding: 5px;
}



.attention_red ul {
    padding-left:0;
    font-weight: bold;
    margin: 0.5em; 
    padding:0.5em 0.5em 1em 1.5em;
}
.attention_red li{
    list-style:none;
}

.attention_red li:before {
  content: "★";
  position: absolute;
  left : 1.2em; /*左端からのアイコンまで*/
  color: #fc4c4c; /*アイコン色*/
}



.attention_red .highright {
   font-size: 18px;
   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; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/* 注意（黄） */


.attention_yel {
    position: relative;
    margin:  2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff7900;
　　clear: both;
}

.attention_yel .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ff7900;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}


.attention_yel ul {
    padding-left:0;
    font-weight: bold;
    margin: 0.5em; 
    padding:0.5em 0.5em 1em 1.5em;
}
.attention_yel li{
    list-style:none;
}

.attention_yel li:before {
  content: "★";
  position: absolute;
  left : 1.2em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}


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


/*----------------------------------------------------
  .res-img
----------------------------------------------------*/
.res-img {
  margin:10px;
  float:left; 
  width: 40%; 
  height:auto; 
}

@media only screen and (max-width:640px){
  .res-img {
  width: 100%;
  }
}