@charset "euc-jp";
/* CSS Document */

/*---------------------------------- 
	(c)SBD Style 
	Template:DoMo lettuce
	ver:0.1
	type:Giga_plan_kiji
	商品詳細
----------------------------------*/

#container div.content div.footstamp {
   font-size: 1em;
   line-height: 1.5;
}

#container div.content div.footstamp a {
  margin-right: 10px;
}

#container div.content div.footstamp span {
  margin-right: 10px;
  color: #aaa;
}

/*--------------------------*/

#container div.content div.imagearea2 {
  position: relative;
}

#container div.content div.imagearea2.center {
  margin-left: 75px;
}

#container div.content div.imagearea2 > span {
  display: block;
  height: 400px;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  overflow:hidden;
}

#container div.content div.imagearea2 > span > img {
  max-width: 400px;
  max-height: 400px;
}

#container div.content div.imagearea2 ul{
  width:100%;
  display:flex;
  padding-top:10px;
  flex-flow: wrap;
}
#container div.content div.imagearea2 ul li {
	margin: 1%;
	margin-bottom: 10px;
	width: calc(20% - 2%);
	display: table;
	text-align: center;
}

#container div.content div.imagearea2 ul li a{
  height:92px;
  width:92px;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  
}
#container div.content div.imagearea2 ul li a img{
  max-height:92px;
  max-width:92px;
}

.item_cart{
  display:table;
  width:100%;
}
.item_cart #product_form1{

}
/*--------------------------*/

#container div.content div.items {
  float:right;
  clear: both;
  position: relative;
  width:100%;
}

#container div.content div.items >div {
  position: relative;
}

#container div.content div.items h2 {
  font-size:1.2em;
  margin-bottom: 0px;
  padding: 10px 0;
  color:#333;
  border-bottom: 1px solid #CCC;
}

#container div.content div.items > dl dt {
  display: inline-block;
  margin-right: 10px;
}

#container div.content div.items > dl dd {
  font-size: 12px;
  display: inline;
  position: relative;
}

/*--------------------------*/

#container div.content div.items > dl dd.price {
  font-size: 18px;
  display: block;
  letter-spacing: 0.2em;
}

#container div.content div h3{
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.5em;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom:solid 1px #aaa;
}

#container div.content div p {
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

/*--------------------------*/

#container div.content div.items {
  margin-bottom: 10px;
}

#container div.content div.items dl.cart {
  position:relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  line-height: 1em;
  padding-bottom: 0px;
  min-height: 20px;
  box-shadow: 0px 0px 0px 0px #333;
  background:#FFF;
}


#container dl.cart .soldout_text{
  text-align:center;
}

#container div.content div.items dl.cart > dd {
  margin-bottom: 10px;
  position: relative;
}


#container div.content div.items dl.cart dd.cartin {
  display: block;
  line-height: 0;
  margin-top: 10px;
  width:100%;
}

#container div.content div.items dl.cart > dd.cartin a {
  background: #F6F1E6;
  display: block;
  height: 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #FFFFFF;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
  text-align:center;
}

#container div.content div.items dl.cart > dd.cartin a:hover {
  opacity:0.8;
}

#container div.content div.items dl.cart > dd.cartin a:after {
  background: url("https://code.sbd-style.net/client/share/jquery/icon_b.png") no-repeat -180px 0;
  content: "";
  display: block;
  height: 30px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 30px;
  z-index: 100;
}

#container div.content div.items dl.cart dd.soldout {
  background: url("https://code.sbd-style.net/client/share/jquery/soldout.png") no-repeat center center #666666;
  display: block;
  height: 90px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 320px;
}

#container div.content div.items dl.cart dd div.num-updw {
  display: block;
  right: 70px;
  top: -1px;
  width: 15px;
  float:right;
}

#container div.content div.items dl.cart dd input[type=text] {
  width: 100%;
  height:25px;
  text-align:center;
  box-shadow:0 0 0 1px #CCC inset;
  border:none;
}

#container div.content div.items dl.cart dt {
  margin-bottom: 10px;
}

#container div.content div.items dl.cart select {
  width: 100%;
  padding:5px 0;
  font-size:1em;
}
#container div.content div.items dl.cart select option{
  font-size:1em;
}
/*--------------------------*/

#container div.content div.items dl.price_area {
  display: inline-block;
  padding-top: 0;
  width: 100%;
  margin-bottom:1em;
}

#container div.content div.items dl.price_area dt {
  font-size: 0.8em;
}

#container div.content form div.items div dl.price_area dd {
  font-size: 0.9em;
  line-height: 1.5em;
}

/*--------------------------*/

#container div.content ul.item_option {
}

#container div.content ul.item_option li {
  list-style: none;
  float: left;
  margin: 6px;
}

#container div.content ul.item_option li a {
 
}

#container div.content ul.item_option li a:hover {
  opacity:0.5;
}

#container div.content form div.item_detail {
  clear: both;
}

#container div.content form ul.postage {
  list-style: none;
  text-align: right;
  clear:both;
}

#container div.content form ul.postage > li > b {
  color: #FF3333;
}

#container div.content form div.items div dl.price_area dd.price div {
  margin-bottom: 10px;
  color:#000;
  letter-spacing:0;
}

#container div.content form div.items div dl.price_area dd.price div:last-child {
  font-weight: bold;
  font-size: 1.3em;
}

#container div.content form div.items div dl.price_area dd.price div:nth-child(2) span {
  color: #F33;
}


/*--------------------------------------------------*/

.reviewlist {
  list-style: none;
  width: 670px;
}

.reviewlist> li {
  clear: both;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;
  padding-bottom: 20px;
}

#container .reviewlist li div.icon_star {
  margin-bottom: 10px;
}

#container .reviewlist ul.review_poster {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}

.reviewlist ul.review_poster li {
  float: left;
}

.reviewlist ul.review_poster li:nth-child(1) {
  margin-right: 20px;
}

.reviewlist ul.review_poster li:nth-child(2) {
  margin-right: 20px;
}

.reviewlist ul.review_poster li:nth-child(3) {
  margin-right: 20px;
}

.reviewlist ul.review_poster li:nth-child(4) {
  float: right;
}

.reviewlist ul.review_poster::after {
  content: '';
  clear: both;
  display: block;
  height: 1px;
  width: 670px;
  margin-bottom: 10px;
}

.reviewlist li div.reviewlist_content > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.reviewlist li:nth-child(2n) div.reviewlist_content > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
}

#container .reviewlist li div.reviewlist_content div {
  line-height: 2em;
}

.reviewlist div.reviewlist_content > a img {
  max-height: inherit;
  max-width: inherit;
}

.reviewlist li div.reviewlist_content div.title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5em !important;
    margin-left: 5px;
    padding-bottom: 10px;
}
.reviewlist li:nth-child(2n) div.reviewlist_content div.shop_comment div.title {
	text-align:right;
	
}


.reviewlist li div.reviewlist_content div.shop_comment {
  background: #EEE;
  padding: 10px;
  border-radius: 10px;
  margin-top: 55px;
  clear:both;
  position:relative;
}

.reviewlist li div.reviewlist_content div.shop_comment span {
  display: block;
  text-align: right;
}

#reviews div.shop_comment div.shop_image{
	position:absolute;
	top:-50px;
	right:15px;
}
#reviews li:nth-child(2n) div.shop_comment div.shop_image{
	position:absolute;
	top:-50px;
	left:15px;
}


#reviews div.shop_comment div.shop_image img{
	max-height:100px;
	max-width:100px;
	box-shadow: 3px 4px 5px 1px #aaa;
	border:solid 2px #FFF;

}

#reviews div.shop_comment div.shop_image span{
    line-height: 1.5;
    display: table-cell;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}
#reviews div.shop_comment div.shop_image span:first-child{
	display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 100px;
    padding-right: 10px;
}
#reviews div.shop_comment div.shop_image span:last-child{
	background-color: #ffff99;
	border-radius: 50px;
}
#container div.content div.send_reviews a{
	width:600px;
	height:50px;
	display:block;
	line-height:50px;
	text-align:center;
	border-radius: 10px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #999;
  color:#000;
  background:#f5f5f5;
}

#container div.content div.cart{
  position:relative;
}
#container div.content div.cart a {
  background: #B94018 none repeat scroll 0 0;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 260px;
  width: 345px;
}

#container div.content div.cart a::after {
  background: rgba(0, 0, 0, 0) url("https://code.sbd-style.net/client/share/jquery/icon_b.png") no-repeat scroll -180px 0;
  content: "";
  display: block;
  height: 30px;
  left: 246px;
  position: absolute;
  top: 11px;
  width: 30px;
  z-index: 100;
}
#container div.content div.cart a:hover {
  opacity:0.8;
}

/*--------------------------*/

table#option_tbl tbody tr td.cell_2 div {
  text-align: center;
  margin-bottom: 10px;
}

table#option_tbl tbody tr td.cell_2 label {
  text-align: center;
}
.together{
  clear:both;
}
/*------------------------------------*/
#container div.content div.share-buttom ul{
	float:left;
}



#container div.content div.share-buttom ul li{
	float:left;
}

.share-buttom li {
    margin-right: 5px;
}
/*------------------------------------*/
/* review js*/
#review{
  display:none;
 }
.rev_navi{
  position:relative;
    height:50px;
}
.rev_navi ul,
.rev_navi ul li{
    float:left;
 }
.rev_navi ul{
  width:110px;
  position:absolute;
  left:50%;
  margin-left:-50px;

}
 .rev_navi ul li a{
   width:30px;
   padding:5px;
   border: solid 1px #CCC;
   border-radius:5px;
   text-align:center;
   display:block;
   margin-right:10px;
 }
#rev_info,
#rev_info p{
  text-align:center;
  margin-bottom:10px !important;

 }
.rev_img_close{
	display:none !important;
}

.rev_shop_comment{
	display:none;
}
.rev_comment{
	height:2em;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:0px;
}
.rev_more{
  clear:both;
  display:block;
  line-height:2em;
  height:2em;
  text-align:center;
  padding:0px;
  margin-left:auto;
  margin-right:auto;
  width:100px;
  border:solid 1px #CCC;
  border-radius:8px;
color:#75ae61;
}
.rev_more:hover,.rev_open:hover{
  color:#fff8e9;
}
.rev_more_close{
  display:none;
}
.rev_close{
  display:none;
}
.rev_open{
  clear:both;
  display:block;
  text-align:center;
  padding:0px;
  margin-left:auto;
  margin-right:auto;
  width:100px;
  border:solid 1px #CCC;
  border-radius:8px;
  line-height:2em;
  height:2em;
  color:#75ae61;
}
.review_cart{
 display:none;
text-align:right;
}
.review_cart a{
  display:inline-block;
  width:140px;
  color:#FFF;
  background-color:#CC0000;
  border-radius:5px;
  text-align:center;
}
.review_cart a:hover{
background-color:#8F826C;
}
.review_cart_open{
 display:block;
}

dd.num {
    display: table;
    width: 100%;
}
dd.num > div {
    display: table-cell;
    background:#f5f5f5;
    text-align:center;
    box-shadow: 0 0 0 1px #ccc inset;
}
dd.num > div a{
  color:#333;
  font-size:0.8em;
}
dd.num > div a i{
  padding:5px 0 0 2px;
}
/*--------------------------
　記事レイアウト用
--------------------------*/
.kiji_title h2{
  padding-bottom:0 !important;
}
.kiji_title h2 span{
  display:block;
  text-align:right;
  font-size:10px;
}
.kiji_detail{
  clear:both;
}
.kiji_detail > br{

}
.kiji_detail img{
  max-width:100%;
}
.kiji_detail a.buttom {
  background: #e5e5e5 none repeat scroll 0 0;
  border-radius: 6px;
  color: #333;
  font-size: 12px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 210px;
  padding:6px;
}

.kiji_detail a.buttom:hover {
  background:#F6F1E6;
  color: #fff8e9;
}
.product__fav-item{
	margin-top: 10px;
	width: 100%;
	border-radius: 5px;
  text-align:center;
  margin-bottom:10px !important;
  position:relative;
}
.product__fav-item .mes {
    display: block;
    width: 95%;
    background: #fff;
	font-size: 12px;
    padding: 2.5%;
    box-shadow: 0 0 0 1px #b3b3b3 inset;
    border-radius: 8px;
	margin-bottom:10px !important;
	text-align:left;
}
.product__fav-item .mes span{
 display:table-cell;
 width:100%;
}
.product__fav-item .mes:before {
    font-family: FontAwesome;
    content: "\f107";
    display: table-cell;
    vertical-align: middle;
    color: #b3b3b3;
}

.product__fav-item button {
	padding: 10px;
	cursor: pointer;
	transition: .2s;
	border: 0;
	outline: none;
	background: transparent;
}
a.b_close {
    float: right;
}
.product__fav-item svg {
	width: 20px;
	height: 20px;
	vertical-align: -.35em;
	fill: currentColor;
  color:#b20000;
}
.favorite-button{
  background: #fff !important;
  width:100%;
  border-radius:6px;
  position:relative;
  height:3em;
  overflow:hidden;
  box-shadow:0 0 0 1px #999 inset;
}
.favo_link2{
  display:none;
  margin-bottom:0;
}
.favorite-button.fav-items::before {
	content: "お気に入りから削除する";
	display: block;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.favo_link2 a {
	display: block;
	border-radius: 5px;
	padding:10px 2px;
	box-shadow: 0 0 0 1px #aaa;
	color: #000;
	margin-top: 10px;
}

.favo_info{
  font-size:12px;
  letter-spacing:0 !important;
}
.product__fav-item .fav-items {
  width:100%;
  background: #efefef !important;
  overflow:hidden;
  height:3em;
}
.product__fav-item .off{
  display:block;
}

.product__fav-item .on{
  display:none;
}

.product__fav-item .fav-items .off{
  display:none;
}
.product__fav-item .fav-items .on{
  display:block;
}

.content .tags{
  clear:both;
  display:table;
  width:100%;
}
.content .tags ul{
   margin:0;
   padding:10px 0 0 0;
   display:table;
   width:100%;
   clear:both;
   
}
.content .tags li{
  float:left;
  display:inline-block;
  font-size:12px;
  margin:0 10px 1em 0;
}
.content .tags li a{
  display:inline-block;
  padding:8px;
  box-shadow:0 0 0 1px #aaa inset;
  line-height:1;
  border-radius:8px;
  color:#333;
  background:#f5f5f5;
}
.tag_title span.dot {
	font-size: 10px;
	color: #86b8ba;
}
.tag_title{
  margin-bottom:0 !important;
}
.kiji_image_list ul{
  display:table;
  width:100%;
}
.kiji_image_list ul li{
  display:block;
  float:left;
  width:23%;
  margin-right:2%;
}
.kiji_image_list ul li:nth-child(4n+4){
  margin-right:0;
}

.kiji_image_list ul li:nth-child(4n+5){
  clear:both;
}

.kiji_image_list ul li a{
  display:table-cell;
  width:155px;
  height:155px;
  vertical-align:middle;
  text-align:center;
}
#option_tbl{
  width:100%;
}
/*lightbox*/

.lb-nav a.lb-prev,
.lb-nav a.lb-next{
  opacity:1 !important;
  position:absolute;
}
.lb-nav a.lb-next{
  right: -50px !important;
}
.lb-nav a.lb-prev{
  left:-50px !important;
}
.lb-cart:before{
  content: "\f07a";
  font-family: 'FontAwesome';
}
.lb-cart{
  position: absolute;
    left: 0;
    bottom: 0;
  width:100%;
}
div#lightbox_cart {
  display:none;
    position: fixed;
    z-index: 10001;
    bottom: 0;
    right: 0;
    width: 300px;
    background: #fff;
    margin-bottom:0 !important;
}
#lightbox_cart .cartjs_product_info,
#lightbox_cart .cartjs_box{
  padding:0 !important;
}
#lightbox_cart .cartjs_product_table > table{
width:90% !important;
}
#lightbox_cart .cartjs_product_info{
margin:0 !important;
}
#lightbox_cart .cartjs_product_table{
margin:20px 0 !important;
}
#lightbox_cart .cartjs_cart_in input[type=submit]{
  height:2em !important;
}
#lightbox_cart select[name=option2],
#lightbox_cart select[name=option1]{
visibility:visible !important;
}
.price_area .img_box{
  display:table-cell;
  vertical-align:middle;
  padding-top:10px;
}
.price_area .img_box img{
  max-width:270px !important;
}
.cart .exp {
	font-weight: bold;
}
.item_detail img{
max-width: 670px !important;
height: auto !important;
}
.opt_list {
  clear:both;
}
.opt_list li {
    display: inline-block;
    margin: 5px;
    border: solid 1px #ccc;
    padding: 2px;
}
span.soldout_mes {
    display: block;
    color: #F00;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1em;
}
.s_exp {
	margin: 1em 0;
}
button[type="submit"]{
    display: block;
    width: 100%;
    background: transparent;
    border: none;
     cursor:pointer;
  padding:0;
}
li.stock_error {
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #FFF;
    right: 0;
    border: solid;
    padding: 0.5em 1em !important;
}


h3 .tab {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	box-shadow: 0px 0px 0px 1px #aaa inset;
	background: #efefef;
	color: #888;
	cursor: pointer;
}
.tab.active {
    background: #fff;
    color: #000;
}
.tab_img li {
	text-align: center;
}
.item_detail h3 {
	padding: 0 !important;
  border-bottom: none !important;
}
.kiji form#product_form1 {
    display: none;
}
.kiji div#imagearea {
    width: 100% !important; 
}
.kiji div.imagearea2 > span {
    width: 670px!important;
    height: auto !important;
}
.kiji div.imagearea2 > span > img{
  max-width:670px !important;
  max-height:auto !important;
}
.kiji .imagearea2 ul {
    display: none !important;
}
.kiji_detail table,
.item_detail table {
border-collapse:collapse;
border-left:solid 1px #ddd;
border-top:solid 1px #ddd;
font-size:0.8em;
}
.kiji_detail table th,
.item_detail table th,
.kiji_detail table td,
.item_detail table td {
border-bottom:solid 1px #ddd;
border-right:solid 1px #ddd;
padding:5px;
}
#return_category {
    clear: both;
}
#return_category a{
  text-shadow: 0 0 6px #fff, 0 0 6px #fff;
  display:block;
  padding:.5em 1em;
  border-radius:5px;
  margin:0 auto;
  box-shadow:0 0 0 1px #aaa;
  text-align:center;
  width:80%;
  font-size:1.4em;
  font-weight:bold;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: .5em center !important;
}
#return_category a:before {
    content: "他の";
    margin-right: .5em;
    font-size:.8em;
}
#return_category a:after {
    content: "を見る";
    margin-left: .5em;
    font-size:.8em;
}
[st="option"]{
  max-width:100%;
  overflow:auto;
  font-size:12px;
}
[st="option"] #option_tbl{
  margin:0 auto;
  width:100%;
  min-width:320px;
  border-collapse: collapse; 
  table-layout: fixed;
}
[st="option"] #option_tbl td,
[st="option"] #option_tbl th{
  border:solid 1px #ccc;
  padding:.4em;
}
[st="option"] #option_tbl tr:nth-child(2n+3){
  background:#f5f5f5;
}

[st="option"] #option_tbl .stock_head {
  background:#efefef;
}
[st="option"] .t_stock_num{ display:inline-block; color:#fff; background:#F00; border-radius:5px; padding:.1em .3em;}
[st="option"] .stock_zero{ display:inline-block; color:#fff; background:#bbb; border-radius:5px; padding:.1em .3em;}
[st="option"] .table_price{ font-weight:bold; color:#666;}
[st="option"] label .table_price{ color:#000;}

@media screen and (min-width: 600px) {
  [st="option"] #option_tbl{
    table-layout: fixed;
  }
  [st="option"]{
  font-size:14px;
  }
}

.tab_1{ display:flex;}
.tab_1 li {
	width: 100%;
	text-align: center;
	background: #f5f5f5;
	padding: 0.5em 1em;
	box-shadow: 0 0 0 1px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bensyouronji {	box-shadow: 0 0 0 1px #aaa;	padding: 1em;background: #fff;}
.voice {margin-bottom: 2em !important;	background: #f5f5f5;padding: 1em;}
.ruihou .list {	margin-bottom: 1em !important;	box-shadow: 0 0 0 1px #aaa;	padding: 1em;}
[data-page="4"] p {	margin-bottom: 1em !important;}
[data-page="4"] h3 {text-align: center;	background: #ddd;}
[data-page="1"] h2, [data-page="2"] h2, [data-page="3"] h2, [data-page="4"] h2 {
	background: #ececec;padding: 0.5em !important;}
[data-page="3"] .box {box-shadow: 0 0 0 1px #ccc;padding: 1em;	background: #f5f5f5;}
.bold {	font-weight: bold;}
.box p {margin-bottom: 1em !important;}
[data-page="3"] h3 {text-align: center;	background: #fff;	box-shadow: 0 0 0 1px #ccc;}
.cloud {color: #226c91;	font-weight: bold;	border-left: solid 5px #226c91;	padding-left: 1em;	background: #fff;}
.box .arrow::before {
	content: "\f0a5";
	color: #bb1b1b;
	font-weight: bold;
	font-family: 'FontAwesome';
}
[data-page="3"] h4::before {
	content: "\f0f5";
	font-family: 'FontAwesome';
	text-align: center;
	font-weight: normal;
	color: #bb1b1b;
}
.box h4 {	text-align: center;}
[data-page="2"] .box {	box-shadow: 0 0 0 1px #ececec;	padding: 1em;}
[data-page="2"] h2 {margin-bottom: 0 !important;}
[data-page="1"] .box {	box-shadow: 0 0 0 1px #ececec; padding:1em;}
[data-page="1"] h2 {margin-bottom: 0 !important;}
[data-page="1"] em, [data-page="2"] em {background: #ffc5e6;	font-style: normal;	font-weight: bold;}
.uline{ border-bottom:solid 2px #f00;}
[data-page="3"] em,[data-page="4"] em{font-style: normal;	font-weight: bold;}
[data-label="1"],[data-label="2"],[data-label="3"],[data-label="4"]{ cursor: pointer;}
[data-label].active {
	background: #fff;
}
[data-page] {display: none;}
[data-page].active {display: block;}
img.c {display: block;	margin: 1em auto;}
img.l {margin: 1em 1em 1em 0 ; float:left;}
img.r {margin: 1em 0 1em 1em  ; float:right;}
.marker{background: #ffc5e6;font-style: normal;font-weight: bold;}
.uline{border-bottom: solid 2px #f00;}
.h2_midasi{background: #ececec;padding: 0.5em !important; margin-bottom:0 !important;}
.box{box-shadow: 0 0 0 1px #ececec;padding: 1em;}
.small{font-size:0.65em;}
.box2 { box-shadow: 0 0 0 1px #ccc; padding: 1em; background: #f5f5f5;}
.box2 .box{ box-shadow:none;}
.h3_midasi2{
	text-align: center;
	background: #fff;
	box-shadow: 0 0 0 1px #ccc;
}
.h4_cooking{text-align: center; padding:0.5em;}
.h4_cooking::before{content: "\f0f5";font-family: 'FontAwesome';text-align: center;font-weight: normal;color: #bb1b1b;}
.em_txt{ font-style:normal; font-weight:bold;}
.yubi:before{content: "\f0a5";color: #bb1b1b;font-weight: bold;font-family: 'FontAwesome';}
.b_list{margin-bottom: 1em !important;box-shadow: 0 0 0 1px #aaa;padding: 1em; background:#fff;}
.h3_midasi3{text-align: center;background: #ddd; margin-bottom:1em; padding:0.5em;}
.caution_box {background: #FFE5E5;box-shadow: 0 0 0 1px #BF8599;padding: 1em;	border-radius: 5px;}
ul.tab_2 {
	display: flex;
	width: 100%;
	margin-bottom: 0 !important;
}
ul.tab_2 li {
	width: 100%;
	text-align: center;
	background: #f5f5f5;
	padding: 0.5em 1em;
	box-shadow: 0 0 0 1px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.tab_2 > div {box-shadow: 0 0 0 1px #ccc;padding: 1em;}
.box::after ,.box2::after,.voice::after,h2,h3{
	content: "";
	display: block;

	clear: both;
}
.box2 h3,.box h3 {
	height: auto !important;
	line-height: 1.5 !important;
  letter-spacing: initial !important;
}
table .box p, table .box {
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}
table .box font, table .box span {
	color: #666;
}
table .box2, table caption .box2, table .box2 p {
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.voice .b_list {
	clear: both;
}
.tab_detail.tumura > img {margin: 1em auto;	display: block;}
.item_price {display: flex;}
.item_price .price_area {width: 50% !important;}
.item_price .options {width: 47%;margin-left: 3%;margin-bottom: 1em !important;}
.price_area {display: flex !important;flex-wrap: wrap;}
.price_area dt {width: 30%;padding: 0.5em 0;font-size: 1em !important;border-bottom: solid 1px #ccc;display: flex;align-items: center;}
.price_area dd {width: 70%;padding: 1em 0;font-size: 1em !important;border-bottom: solid 1px #ccc;}
.item_price .num {	display: flex;}
.item_price .num input {flex-grow: 1;text-align: center;font-size: 16px;}
.item_price .num > div {width: 40px;height: 100%;justify-content: center;align-items: center;	display: flex;}
.item_option a {font-size: 0.8em;color: #400;}
.product__fav-item {display: none;}
.item_option > li {	margin: 0 !important;}
.share-buttom {	padding-top: 1em;}
.caution dt {padding: 0.25em 1em;background: #000;	color: #fff;}
dl.caution {box-shadow: 0 0 0 1px #000;}
dl.caution dd {margin-right: 1em;}
select[name="option1"] {padding: 1em !important;font-size: 1.2em !important;}
.change_price {	font-weight: bold;}