@charset "UTF-8";
/****************************************
	追記
*****************************************/
.product-contents-wrap {
	color: #666;
    font-size: 72.5%;
}

/****************************************
	html内に記載のもの
*****************************************/
#ltSearch input[type="text"]{
   width:100%;
}

/****************************************
	商品検索「css」に記載のもの
*****************************************/
.list-head-sort{
display:flex;
            justify-content: flex-end;
}
.list-head-sort dt, dd{
margin-right: 1em!important;
}
.product-sale-price{
display:block;
    text-align:right;
}
@media screen and (max-width:880px) {
     .list-head-sort dt{
        display:none;
    }
    .list-head-sort{
	display:flex;
				justify-content: space-around;
	}
}
    