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

/****************************************
	html内に記載のもの
*****************************************/
#ltSearch input[type="text"]{
   width:100%;
}
.awoo-tag:nth-child(n+10){
	display: none;
 }
.awoo-tag{
    background: #0058a7 !important;
    border: 1px solid #0058a7 !important;
    color: #FFF !important;
    font-size: 11.6px;
    padding: 5px 10px !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 150% !important;
}
.awoo-tag:hover{
    background: #fff !important;
    color: #0058a7 !important;
}


/****************************************
	商品カテゴリー「css」に記載のもの
*****************************************/

.breadcrumb {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.child-category-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom:15px;
}
.child-category-list li{
padding: 0.5em 0.8em;
    background: #ddd;
    border-radius: 5px;
    margin: 5px;
     width:30%;
}
.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;
}
.top_setsumei p{
       text-align: left;
    padding: 0 1em;
    margin-bottom: 1.5em;
}
.top_setsumei p:first-child{
   font-size: 2.0em;
        color: firebrick;
    border-bottom: 3px solid firebrick;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0.3em;
    margin: 0 auto 0.5em auto;
}
.LqAlO::after{
    content: "※クリックするとタグに関連した商品が表示されます。";
    margin: 0 auto;
    width: 100%;
    text-align: center;
}


@media screen and (max-width:880px) {
    .top_setsumei p:first-child{
   font-size: 1.25em;
    }
    .list-head-sort dt{
        display:none;
    }
    .list-head-sort{
display:flex;
            justify-content: space-around;
}
    #noimage{
        width:100%;
    }
     .child-category-list li{
    width:45%;
         font-size:10px;
    }
}
.mtm_btn{
    display:block;
color: red !important;
border: 1px red solid;
border-radius: 5px;
padding: 0.25em 1em;
margin-bottom: 1em;
}
.mtm_btn:hover{
color: #FFF !important;
background-color: red;
}
