.main-conte {
  width: 100%;
  text-align: left;
  transform: translate(0);
}

#item-cont-re {
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size:100.01%;
  /* width: 800px;
  max-width: 800px; */
  overflow:hidden;
  margin: 0 auto;
  background: #fff;
}

#item-cont-re .title-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#item-cont-re .title-box h2 {
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0 1.2rem 8px 0;
}

#item-cont-re .title-box h3 {
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0 0 8px;
}

#item-cont-re .title-box p {
  font-size: 16px;
  color: #666;
  margin: 16px auto;
  padding: 0;
}

#item-cont-re .img-box {
  width: 100%;
  padding: 0;
  margin: 32px auto;
  text-align: center;
}

#item-cont-re .img-box-2 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#item-cont-re .img-box img {
  max-width: 100%;
}

#item-cont-re .img-box-2 img {
  max-width: 100%;
}

#item-cont-re .img-box a img:hover {
  opacity: 0.8;
}

#item-cont-re .item-caption-outline {
  border: 2px solid #ccc;
  padding: 8px;
  margin: 16px 16px 40px;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  max-width: 800px;
}

#item-cont-re .item-caption {
  text-align: left;
  border: 1px solid #ddd;
  padding: 16px;
  max-width: 800px;
}

#item-cont-re .item-caption h3 {
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 8px 0;
  max-width: 800px;
}

#item-cont-re .item-caption p {
  font-size: 14px;
  color: #555;
  line-height: 1.8em;
  display: inline-block;
}

#item-cont-re .apeal-box {
  height: 400px;
  width: 100%;
  max-width: 800px;
  text-align: left;
  background: url(https://bestwine.itembox.design/item/shop/item/img/apeal-bg.png) no-repeat top;
  padding-top: 110px;
  box-sizing: border-box;
  margin: 0 auto;
  background-size: contain;
}

#item-cont-re .osusume-box {
  height: 400px;
  text-align: left;
  background: url(https://bestwine.itembox.design/item/shop/item/img/osusume-bg.png) no-repeat top;
  margin: 0;
  padding: 0;
  padding-top: 110px;
  box-sizing: border-box;
}

#item-cont-re .apeal-box ul,
#item-cont-re .osusume-box ul {
  width: 100%;
  max-width: 800px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#item-cont-re .apeal-box li,
#item-cont-re .osusume-box li {
  font-size: 15px;
  color: #222;
  padding: 0;
  margin: -12px 18px 45px 113px;
  line-height: 30px;
}

#item-cont-re .message-box {
  width: 100%;
  background: #ddd;
  background: url(https://bestwine.itembox.design/item/shop/item/img/item-bg-stlipe.jpg) repeat top;
  margin: 0 auto;
  padding: 0 0 40px;
  background-size: contain;
}

#item-cont-re .message-box .message {
  padding: 0;
  margin: 0;
}

#item-cont-re .message-box .top {
  width: 100%;
  height: 70px;
  background: url(https://bestwine.itembox.design/item/shop/item/img/message-bg-top.png) no-repeat top;
  background-size: contain;
}

#item-cont-re .message-box .middle {
  width: 100%;
  min-height: 100px;
  background: url(https://bestwine.itembox.design/item/shop/item/img/message-bg-middle.png) repeat-y top;
  background-size: contain;
}

#item-cont-re .message-box .middle p {
  line-height: 1.8em;
  font-size: 16px;
  color: #555;
  margin: 0;
  padding: 64px;
  max-width: 690px;
  display: inline-block;
}

#item-cont-re .message-box .bottom {
  width: 100%;
  max-width: 800px;
  height: 60px;
  background: url(https://bestwine.itembox.design/item/shop/item/img/message-bg-bottom.png) no-repeat top;
  background-size: contain;
}

#item-cont-re .waigaya {
  width: 664px;
  margin: 40px auto;
}

#item-cont-re .deadline-box {
  margin: 20px 0 0 0;
  font-size: 16px;
  color: #333;
}

#item-cont-re .deadline-box p {
  padding: 10px 20px;
  background: #f8f8f8;
  margin: 0;
  font-size: 16px;
}

table.spec {
  font-size: 16px;
  color: #333;
  line-height: 1.4em;
  min-width: 350px;
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

table.spec th {
  border: 1px solid #c1c1c1;
  background: #eee;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
  }

table.spec td {
  width: 70%;
  padding: 10px;
  border: 1px solid #c1c1c1;
  text-align: left;
  background: #fff;
}

/**
span.item_desc {
    color: #000000;
    font-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 -150px;
    max-width: 700px;
    display: block;
}

#rakutenLimitedId_aroundCart .option_select, #rakutenLimitedId_aroundCart .option_checkbox, #rakutenLimitedId_aroundCart .option_text {
    margin: 2px 0;
    width: 550px;
}

#risFil {
  width: 800px !important;
  margin: 0 320px 0 0 !important;
}
**/

.tec-sheet {
	width: 100%;
	max-width: 800px;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto;
	}

.tec-sheet .td-h{
	background-color: #630913;
	color: #ffffff;
	text-align: center;
	padding: 5px auto;
	width: 30%;
	}

.tec-sheet td{
	color: #000000;
	text-align: left;
	text-indent: 1rem;
	padding: 15px;
	border: solid #000000 1px;
	}

.tec-sheet img{
	width: 100%;
	max-width: 800px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	display: block;
	}

.tec-div{
	width: 100%;
	max-width: 800px;
	padding: 10px 0;
	margin: 0 auto;
	color: #630913;
	font-size: 0.98rem;
	}

.fs-p-logo__image {
  max-height: 100%;
  max-width: 10%;
}

.fs-c-breadcrumb__list {
  display:none;
}
.fs-c-breadcrumb__list:first-child {
  display:block;
}