.dv_recommend {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 0 4px 0 0;
	box-sizing: border-box;
	overflow: visible;
	width: 100%;
	margin-top: 16px;
	margin-left: 1px;	
}

.dv_rc_header {
    padding: 5px 85px 5px 5px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a1d176), to(#70ba2e));
    background: -moz-linear-gradient(top, #a1d176, #70ba2e);
    background: -ms-linear-gradient(top, #a1d176, #70ba2e);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1d176', endColorstr='#70ba2e', GradientType=0)";
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
	border-radius: 4px 4px 0 0;
	width: calc(100% - 89px);
}

.dv_rc_items {
	display: inline-block;
	border-left: 1px solid #e5e5e5;
	width: 20%;
	height: 230px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.dv_rc_items:nth-child(7) {
	border-right: unset !important;
}


.dv_rc_items:nth-last-child(2) {
	border-right: 1px solid #e5e5e5;
	margin-left: 0.002%;
}

.dv_rc_img img {
	width:90px;
	padding-top: 10px;
}

.dv_rc_name {
	background: #e76700;
    color: #ffffff;
    font-size: 84%;
    padding: 0 3px 0 3px;
	margin-left: 13px;
    float: left;
}

.dv_rc_img {
	height: 151px;
	margin-bottom: 1px;
}

.dv_rc_description {
	clear: both;
	text-align: left;
	margin-left: 13px;
}

.dv_rc_price {
    font-weight: bold;
	color: #c8417a;
	text-align: left;
	margin-left: 13px;
	clear: both;
}


/* カートinPopUp */
.silver-cart-in-popup#modalbox{
	height: auto !important;
}

.basicOk {
	bottom: -5px !important;
	position: relative;
	margin: 2px -14px -20px !important;
}

.basicCart {
	bottom: -33px !important;
	position: relative;
	margin: 2px -14px -20px !important;
}

#modalbox #postage_ModalBox {
	height: 0;
}

#modalbox #postage_ModalBox.visible {
	height:67px;
}

#modalbox .dv_recommend {
	border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:  70px;
	margin-bottom: 13px;
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
}

#modalbox .dv_rc_header {
	width: 100%;
}

#modalbox .dv_recommend .dv_rc_items {
	border-right: 1px solid #e5e5e5;
	margin-right: -1px;
	border-radius: 0 0 4px 4px;
	width: 33.5%;
	height: auto;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#modalbox .dv_rc_items:nth-child(5) {
	border-right: 1px solid #e5e5e5;
	margin-left: 0.2%;
}

#modalbox .dv_rc_name{
	/* width: 93px; */
}
#modalboxROMail	 { margin:0 auto; display:none; position:absolute; z-index:1000; width:320px; height:100px; padding:10px 12px; background:#fff; border:1px solid #f5f5f5; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; left:0; right:0;  }
.recommend_link{
	padding: 6px;
	margin-bottom: 12px;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
	margin-right: -1px;
	margin-left: 1px;
}

.allow {
	color: #76bd36;
    font-size: 18px;
    vertical-align: top;
    line-height: 18px;
    padding-right: 2px;
}

.toggleGreen {
  position: relative;
  width: 55px;
  height: 22px;
  border-radius: 50px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}
.toggleGreen input[type=checkbox] {
  display: none;
}
.toggleGreen span {
  position: absolute;
  top: 6px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggleGreen span:nth-of-type(1) {
  right: 6px;
  color: rgba(0, 0, 0, 0.175);
}
.toggleGreen span:nth-of-type(2) {
  left: 4px;
  color: #fff;
  letter-spacing: 0px;
}
.toggleGreen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 22px;
  border-radius: 50px;
  display: block;
  background: #e9e9eb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggleGreen:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggleGreen.checked:before {
  background: #00A152;
}
.toggleGreen.checked:after {
  left: 32px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}

.cart-btn-m 			{ position:relative; background: linear-gradient(180deg, #FFA366 0%, #FF6F0E 100%); border:0; -webkit-border-radius:4.5px; -moz-border-radius:4.5px; border-radius:4.5px; display:block; text-align:center; width:85%; height:35px; padding:8px 0 0 15px; color:#fff; font-size:14px; box-sizing:border-box; box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), inset -1px -1px 0px rgba(0, 0, 0, 0.5);}
.cart-btn-m:before		{ content:""; background:url("/image/shopping-cart.png") no-repeat left center; background-size:25px auto; position:absolute; top:18%; left:25px; width:25px; height:25px; }
//.cart-btn-m:after		{ content:""; position:absolute; top:43%; right:10px; width:8px; height:8px; margin-top:-3px; border-top:0px solid #fff; border-right:0px solid #fff; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.cart-btn-m.on 			{ background:#fff; color:#ff7c00; border:1px solid #ff7c00; box-shadow:2px 3px 5px 1px #dadada inset; -moz-box-shadow:2px 3px 5px 1px #dadada inset; -webkit-box-shadow:2px 3px 5px 1px #dadada inset; }
.cart-btn-m.on:before	{ background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.382%2014.7366H8.764L7.127%208.73657H19.382L16.382%2014.7366ZM21.083%207.68457C20.716%207.09057%2020.08%206.73657%2019.382%206.73657H6.582L5.965%204.47357C5.846%204.03857%205.451%203.73657%205%203.73657H3C2.447%203.73657%202%204.18457%202%204.73657C2%205.28857%202.447%205.73657%203%205.73657H4.236L7.035%2015.9996C7.154%2016.4346%207.549%2016.7366%208%2016.7366H17C17.379%2016.7366%2017.725%2016.5226%2017.895%2016.1836L21.171%209.63057C21.484%209.00557%2021.45%208.27857%2021.083%207.68457ZM7.5002%2018.7366C6.6722%2018.7366%206.0002%2019.4076%206.0002%2020.2366C6.0002%2021.0656%206.6722%2021.7366%207.5002%2021.7366C8.3282%2021.7366%209.0002%2021.0656%209.0002%2020.2366C9.0002%2019.4076%208.3282%2018.7366%207.5002%2018.7366ZM16.0002%2020.2366C16.0002%2019.4076%2016.6722%2018.7366%2017.5002%2018.7366C18.3282%2018.7366%2019.0002%2019.4076%2019.0002%2020.2366C19.0002%2021.0656%2018.3282%2021.7366%2017.5002%2021.7366C16.6722%2021.7366%2016.0002%2021.0656%2016.0002%2020.2366Z%22%20fill%3D%22%23ff7c00%22%2F%3E%3C%2Fsvg%3E'); background-size:25px auto; background-size:25px auto; }
.rsvmail-btn-m          { position:relative; background:linear-gradient(180deg, #AFD190 0%, #6FB92C 100%); border:0; -webkit-border-radius:4.5px; -moz-border-radius:4.5px; border-radius:4.5px; display:block; text-align:center; width:85%; height:35px; padding:8px 0 0 15px; color:#fff; font-size:14px; box-sizing:border-box; box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), inset -1px -1px 0px rgba(0, 0, 0, 0.5);}
.rsvmail-btn-m:before   { content:""; background:url(/image/reserve-mail-white.png) no-repeat left center; background-size:25px auto; position:absolute; top:5.4px; left:15px; width:25px; height:25px; }
//.rsvmail-btn-m:after    { content:""; position:absolute; top:43%; right:10px; width:8px; height:8px; margin-top:-3px; border-top:0px solid #fff; border-right:0px solid #fff; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.rsvmail-btn-m.on       { background:#fff; color:linear-gradient(180deg, #AFD190 0%, #6FB92C 100%); border:1px solid #ff7c00; box-shadow:2px 3px 5px 1px #dadada inset; -moz-box-shadow:2px 3px 5px 1px #dadada inset; -webkit-box-shadow:2px 3px 5px 1px #dadada inset; }
.rsvmail-btn-m.on:before{ background:url(/image/reserve-mail-green.png) no-repeat left center; background-size:25px auto; }
.rsv-btn-m              { position:relative; background:linear-gradient(180deg, #EB8E8E 0%, #EB5353 100%); border:0; -webkit-border-radius:4.5px; -moz-border-radius:4.5px; border-radius:4.5px; display:block; text-align:center; width:85%; height:35px; padding:8px 0 0 15px; color:#fff; font-size:14px; box-sizing:border-box; box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), inset -1px -1px 0px rgba(0, 0, 0, 0.5);}
.rsv-btn-m:before		{ content:""; background:url(/image/shopping-bag-white.png) no-repeat left center; background-size:25px auto; position:absolute; top:18%; left:45px; width:25px; height:25px; }
//.rsv-btn-m:after		{ content:""; position:absolute; top:43%; right:10px; width:8px; height:8px; margin-top:-3px; border-top:2px solid #fff; border-right:2px solid #fff; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.rsv-btn-m.on 			{ background:#fff; color:linear-gradient(180deg, #EB8E8E 0%, #EB5353 100%); border:1px solid #ff7c00; box-shadow:2px 3px 5px 1px #dadada inset; -moz-box-shadow:2px 3px 5px 1px #dadada inset; -webkit-box-shadow:2px 3px 5px 1px #dadada inset; }
.rsv-btn-m.on:before	{ background:url(/image/shopping-bag-green.png) no-repeat left center; background-size:25px auto; }
.txt-btn-m 			    { position:relative; background:#999999; border:0; -webkit-border-radius:4.5px; -moz-border-radius:4.5px; border-radius:4.5px; display:block; text-align:center; width:85%; height:35px; padding:8px 0 0 15px; color:#fff; font-size:14px; box-sizing:border-box; box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), inset -1px -1px 0px rgba(0, 0, 0, 0.5);}
.txt-btn-m.on 			{ background:#fff; color:#999999; border:1px solid #ff7c00; box-shadow:2px 3px 5px 1px #dadada inset; -moz-box-shadow:2px 3px 5px 1px #dadada inset; -webkit-box-shadow:2px 3px 5px 1px #dadada inset; }
.rsv-btn-inactive       { position:relative; background-color:#999999; border:0; -webkit-border-radius:4.5px; -moz-border-radius:4.5px; border-radius:4.5px; display:block; text-align:center; width:200px; height:35px; padding:8px 0 0 15px; color:#fff; font-size:14px; box-sizing:border-box; }

#recommender_pc111 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc112 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc211 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc212 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc213 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc214 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc215 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc216 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc311 .dv_rc_header:before {font-size: 12px; content: "この商品を見た人はこちらも";}
#recommender_pc312 .dv_rc_header:before {font-size: 12px; content: "この商品を買った人はこちらも";}
#recommender_pc313 .dv_rc_header:before {font-size: 12px; content: "この商品を買った人はこちらも";}
#recommender_pc411 .dv_rc_header:before {font-size: 12px; content: "この商品を買った人はこちらも";}
#recommender_pc412 .dv_rc_header:before {font-size: 12px; content: "この商品を見た人はこちらも";}
#recommender_pc511 .dv_rc_header:before {font-size: 12px; content: "この商品を買った人は次にこちらも";}
#recommender_pc611 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc612 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc613 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc711 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}
#recommender_pc811 .dv_rc_header:before {font-size: 12px; content: "あなたにおすすめの商品";}

#recommender_pc112 .dv_recommend { border-radius: 0 0 4px 4px; }
#recommender_pc213 .dv_recommend { border-radius: 0 0 4px 4px; }
#recommender_pc313 .dv_recommend { border-radius: 0 0 4px 4px; }
#recommender_pc313 .dv_rc_header { padding: 5px 5px 5px 5px !important;}

#recommender_pc711 + .recommend_link {margin-bottom: 35px;}
