/** 商品並び **/
.pro-wrap.fixed {
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}
.carousel-wrap {
    width: 100%;
    height: 100%;
    position: relative;
	clear: both;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	-moz-box-shadow:    inset 0 0 14px #eee;
   	-webkit-box-shadow: inset 0 0 14px #eee;
   	box-shadow:         inset 0 0 14px #eee;	
}
.carousel-wrap .carousel {
    position: relative;
    width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.carousel-wrap .pro{
    margin: 30px 0 30px 0;
	padding: 0;
	position: relative;
}
.carousel-wrap .pro li{
	list-style: none;
	padding: 20px 8px;
	box-sizing:border-box;
	width:220px;
	border-radius:3px;
	float:left;
	position: relative;
	margin: 0 8px 0 0;
}
.pro-wrap.fixed .carousel-wrap .pro li{
	width: 20%;
	margin: 0 0 0 0;
}
.pro-wrap.fixed .carousel-wrap .pro li:not(:first-child):nth-child(5n + 1):before {
	content: "";
	height: 2px;
	width: 500%;
	position: absolute;
	top: -1px;
	left: 0;
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #fff, #ddd, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ddd, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ddd, #fff);
}
.carousel-wrap .pro li a{
	position: relative;
	opacity: 1;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition : all 700ms ease-out;
	-moz-transition : all 700ms ease-out;
	-o-transition : all 700ms ease-out;
	transition : all 700ms ease-out;
	border-bottom: 10px solid #fff;
}
.carousel-wrap .pro li a:hover {
	border-bottom: 10px solid #ccc;
	box-shadow:0px 12px 21px -5px rgba(0, 0, 0, 0.3);
}
.carousel-wrap .pro li .proimg {
	position: relative;
}
.carousel-wrap .pro li .proimg img{
	width: 220px;
	height: 220px;
}
.carousel-wrap .pro li .catch {
  background: #fff;
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
}
.carousel-wrap .pro li .catch p {
  font-size: 12px;
  height: 90px;
  line-height: 1.5;
  position: relative;
  padding: 0 8px;
  color: #575757;
}
.carousel-wrap .pro li .catch p:before, .catch p:after {
  background: #fff;
  position: absolute;
}
.carousel-wrap .pro li .catch p:before {
  content: "...";
  top: 69px;
  right: 0;
}
.carousel-wrap .pro li .catch p:after {
  content: "";
  height: 100%;
  width: 100%;
}
.carousel-wrap .pro li .kakaku {
	color: #b81a1a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
	margin:10px 0;
	padding: 0 8px 4px 8px;
	height: 28px;
}
.carousel-wrap .pro li .star{
    margin: 0 ;
	padding: 0 8px 4px 8px;
	height: 28px;
	line-height: 28px;
}
.carousel-wrap .pro li .star img{
	position: relative;
	top: 2px;
	display: inline-block;
    margin: 0 5px 0 0;
	width: 100px;
	height: 20px;
}
.carousel-wrap .pro li .proname {
  background: #fff;
  overflow: hidden;
  margin: 10px 0;
  width: 100%;
}
.carousel-wrap .pro li .proname p {
  font-size: 15px;
  height: 36px;
  line-height: 1.2;
  position: relative;
  margin: 0;
  color: #555;
  font-weight: bold;
  padding: 4px 8px 0 8px;
}
.carousel-wrap .pro li .proname p:before, .proname p:after {
  background: #fff;
  position: absolute;
}
.carousel-wrap .pro li .proname p:before {
  content: "...";
  top: 18px;
  right: 0;
}
.carousel-wrap .pro li .proname p:after {
  content: "";
  height: 100%;
  width: 100%;
}
.no-stock {
    opacity: .6;
}

/**商品並び 矢印**/
.carousel-wrap .arrowleft, .carousel-wrap .arrowright {
	position:absolute;
	width:40px;
	top:30%;
	background: #999;
	z-index: 1000;
    border: 1px solid #ccc;
	border-radius: 3px;
    padding: 40px 5px;
	cursor: pointer;
	opacity: .6;
}
.carousel-wrap .arrowleft:hover, .carousel-wrap .arrowright:hover {
	opacity: 1;
}
.carousel-wrap .arrowleft {
	left:5px;
}
.carousel-wrap .arrowright {
	right:5px;
}
.carousel-wrap .arrowleft::after, .carousel-wrap .arrowright::after{
	content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 20px;
    height: 20px;
	top:30px;
	position: absolute;
}
.carousel-wrap .arrowleft::after {
    transform: rotate(-135deg);
	left:20px;
}
.carousel-wrap .arrowright::after{
    transform: rotate(45deg);
	right:20px;
}
.carousel-wrap .arrowleft:hover::after, .carousel-wrap .arrowright:hover::after{
	content: "";
    border-top: 2px solid #575757;
    border-right: 2px solid #575757;
}

/** disable inherited animation effect **/
.carousel-wrap a img {
	-webkit-transition: unset !important;
	-moz-transition: unset !important;
	-ms-transition: unset !important;
	transition: unset !important;
}
.carousel-wrap a:hover img {
    opacity: 1 !important;
}

/** vertical pro **/
.vertical-wrap table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
.vertical-wrap table td {
	padding: 14px 10px;
	position: relative;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.vertical-wrap table tr:last-child td {
	box-shadow: unset;
}
.vertical-wrap table td:hover {
	background: #f7f7f7;
}
.vertical-wrap .proimg {
	float: left;
	width: 120px;
}
.vertical-wrap .proimg img {
	width: 100px;
	height: 100px;
}
.vertical-wrap .pro-w {
	margin-left: 130px;
	margin-right: 140px;
}
.vertical-wrap .pro-w a {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
.vertical-wrap .pro-w a:after {
	font-family: "Material Icons";
	content: "\e89e";
	display: inline-block;
	color: #999;
	position: relative;
	top: 4px;
	font-size: 20px;
	font-weight: normal;
	margin-left: 4px;
} 
.vertical-wrap .pro-w a:hover:after {
	text-decoration: underline;
} 
.vertical-wrap select {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.vertical-wrap .btn-red {
	margin-top: 10px;
	display: block;
}
.vertical-wrap .del-btn-wrap {
	position: absolute;
	right: 20px;
	top: 20%;
}
.vertical-wrap .del-btn-wrap a:after {
	display: none;
}