.contents_m .refine {
	margin-bottom:20px;
  padding: 0;
}

.contents_m .refine .body {
	background-color:#FFF;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0px rgba(59, 89, 124, 0.1);
}
.contents_m .refine h3{
  font-size: 16px;
}

.contents_m .refine .body li {
	vertical-align:top;
}
.contents_m .refine .body li:not(:last-of-type){
  margin-bottom: 10px;
}
.contents_m .refine .body li a{
 color: #6688b5;
 text-decoration: none;
}
.RefineList__adds-item__items,
.RefineList__adds-item__item,
.RefineList__category-item {
    display: inline-block;
}

.RefineList__category-item:not(:last-child) {
	margin-right: 10px;
	margin-bottom: 5px;
}
.RefineList__adds-item__item:not(:last-child) {
	margin-right: 10px;
	margin-bottom: 5px;
}

.RefineList__adds-item__title {
    width: 120px;
    display: inline-block;
}

@media screen and (max-width: 480px) {
  .contents_m .refine{
    margin: 15px;
  }
}