@charset "utf-8";
/* CSS Document */

/* レスポンシブ */
@media screen and (max-width: 1227px) {
}

/* タブレット */
@media screen and (max-width: 800px) {
}

/* SP */
@media screen and (max-width: 640px) {
}


/* ------------------------------------------------------------
	 CSS
   ------------------------------------------------------------ */


/* groupsList
  ---------------------------------------------------*/
.productList_item{
	position:relative;
	display:block;
	padding:15px 20px;
    transition: all 0.4s ease;
    background: #f4f4f5;
}

.productList_item + .productList_item{
	margin-top:16px;
}


.productList_item_img{
	width:auto;
	height:30px;
}


























