/** 商品並び **/
.carousel-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
	background-color: #efefef;
	overflow: hidden;
	box-sizing: border-box;
}
.carousel-wrap .carousel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch
}
.carousel-wrap .pro{
    margin: 0;
	padding: 0;
	position: relative;
}
.carousel-wrap .pro li{
	list-style: none;
	padding: 5px;
	box-sizing:border-box;
	width:130px;
	border-radius:3px;
	float:left;
	background-color: #fff;
	height: 300px;
	position: relative;
    margin: 5px 5px 5px 0;
}
.carousel-wrap .pro li a{
	position: relative;
	opacity: 1;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition : all 700ms ease-out;
	transition : all 700ms ease-out;
}
.carousel-wrap .pro li:first-child {
	margin: 5px;
}
.carousel-wrap .pro li .proimg {
	position: relative;
}
.carousel-wrap .pro li .proimg img{
	width: 120px;
	height: 120px;
	max-width: 120px;
}
.carousel-wrap .pro li .catch {
	height: 55px;
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #575757;
	position:relative;
   	overflow: hidden;
}
.carousel-wrap .pro li .kakaku {
	color: #d50000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 18px;
	margin:5px 0;
	padding: 0;
}
.carousel-wrap .pro li .star{
    margin: 0 ;
	padding: 0;
}
.carousel-wrap .pro li .star img{
	vertical-align: bottom;
    margin: 0 5px 0 0;
	width: 100px;
	height: 20px;
	max-width: 100px;
}
.carousel-wrap .pro li .proname {
    margin: 10px 0;
    font-size: 15px;
    line-height: 18px;
    color: #575757;
	height: 36px;
   	overflow: hidden;
}
.no-stock {
    opacity: .6;
}

/**商品並び 矢印**/
.carousel-wrap .arrowleft, .carousel-wrap .arrowright {
	position:absolute;
	width:40px;
	top:30%;
	background: #fff;
	z-index: 1000;
    border: 1px solid #ccc;
	border-radius: 3px;
    padding: 40px 5px;
	cursor: pointer;
}
.carousel-wrap .arrowleft {
	left:5px;
}
.carousel-wrap .arrowright {
	right:5px;
}
.carousel-wrap .arrowleft::after, .carousel-wrap .arrowright::after{
	content: "";
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    width: 20px;
    height: 20px;
	top:30px;
	position: absolute;
}
.carousel-wrap .arrowleft::after {
    transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-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;
}

/** vertical pro **/
.vertical-wrap {
	box-sizing: border-box;
}
.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;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.vertical-wrap table tr:last-child td {
	box-shadow: unset;
}
.vertical-wrap .proimg {
	float: left;
	width: 60px;
}
.vertical-wrap .proimg img {
	width: 50px;
	height: 50px;
}
.vertical-wrap .pro-w {
	margin-left: 60px;
	margin-right: 0;
	box-sizing: border-box;
	position: relative;
}
.vertical-wrap .pro-w a {
	font-size: 13px;
	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: 18px;
	font-weight: normal;
	margin-left: 4px;
} 
.vertical-wrap select {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
}
.vertical-wrap .btn-red {
	margin-top: 10px;
	display: block;
}
.vertical-wrap .del-btn-wrap {
	position: absolute;
	right: 20px;
	top: auto;
	bottom: -10px;
}
.vertical-wrap .del-btn-wrap a:after {
	display: none;
}