.category{
	margin-top:10px;
	}
 .product_sec img{
    max-width:100%;
    height:auto;
  }    
.category_title{
	background:url(https://img05.shop-pro.jp/PA01111/728/etc/category_h2.gif) no-repeat;
	padding:12px 0px 12px 12px;
	margin-bottom:20px;
}
.sort{
	text-align:right;
	}
.page{
	text-align:center;
	background-color:#f3f9ff;
	width:687px;
	padding:15px 0px;
  clear: both;
	}
.product_sec {
    width: 100%;
    letter-spacing: -1em;
    height: auto;
    margin: 30px 0;
}
.product_list{
    width: 24%;
    margin: 0 1% 30px 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
} 

.product_box{
	padding:5px;
	border:#7e9de5 1px solid;
	margin-bottom:10px;
   padding: 5px;
   min-height: 1px;
   text-align: center;
  }
.product_box02{
	background:url(https://img05.shop-pro.jp/PA01111/728/etc/arrow03.gif) 0px 5px no-repeat;
	padding-left:15px;
	}	
.s_expl{
	text-align:left;
	margin-top:10px;
	}
.le_spinois_toha p{
        line-height:25px
}
.dieve_sign{
        text-align:right;
}
.le_spinois_title{
        margin-bottom:13px;
        color:#282DC5;
}
@media screen and (max-width: 767px){
  .category img{
    max-width:100%;
  }
  .page{
	width:inherit;
	}
.product_sec {  
  display:inline-block;
	} 
.product_list{
	display:inline-block;
    width: 49%;
	} 
}
  @media screen and (max-width: 484px){
  .product_sec li{
display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #ccc;
    width: 100% !important;
    height: inherit !important;
}
  .product_box{
    border: none;
    margin-right: 2%;
  }
  .product_box02{
    background: none;
    width:75%;
  }
}