/** 共通項目 **/

.main--product-detail p.__catch{
    font-size:1rem!important;
}

.main--product-detail h1.__title{
    font-size:1.25rem!important;
}

.main--product-detail .__breadcrumb li,
.main--product-detail .__status li{
    font-size:0.9rem!important;
}

.__label--justle span::before,
.__item--justle span::before {
    font-size: 0.9rem;
    content: "オーダーカット";
}

.main--product-detail .__primary,
.main--product-detail .__photo{
    width:fit-content;
}


/** 共通項目 **/

/** 商品ページ上部 説明文 **/

.__information .__photo{
    position: relative;
    margin:0 auto;
}

.__information .__photo .__main{
    width:fit-content;
}

.__information .__photo::after{
    position: absolute;
    left:3%;
    bottom:3%;
    font-size:1.8rem;
    font-weight: bold;
    color: #F0F0F0;
    padding:2px 15px;
}

/** 商品ページ上部 説明文 **/

/** オーダーカット 加工サイズ表 **/
.JustleOrdercutTable{
    table-layout: fixed;
    width: 100%;
    min-width: 1200px;
    text-align:center;
    border-top:2px solid #AAAAAA;
    border-bottom:2px solid #AAAAAA;
}

.main--product-detail .JustleOrdercutTable{
    position: relative;
    margin-bottom:20px;
    margin-top:30px;
}
.main--product-detail .JustleOrdercutTable::before{
    position: absolute;
    top:-25px;
    content:"オーダーカット 形状別入力可能幅・長さ一覧表";
    display:block;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.JustleOrdercutTable th,
.JustleOrdercutTable td{
    font-size:0.9rem;
    padding:3px 5px;
    white-space:nowrap;
    background:#FFFFFF;
}

.main--product-detail .JustleOrdercutTable th,
.main--product-detail .JustleOrdercutTable td{
    font-size: 1rem;
}


.JustleOrdercutTable th:nth-child(1),
.JustleOrdercutTable td:nth-child(1){
    width:10%;
    min-width:70px;
    max-width: 100px;
    position: sticky;
    left:0;
    z-index:10;
    font-weight: bold;
}

.JustleOrdercutTable td:nth-child(1) > p{
    width:100%;
    display: block;
    text-align: center;
}

.JustleOrdercutTable tr:not(:last-child) td{
    border-bottom: 1px solid #AAAAAA;
}

.JustleOrdercutTable th:nth-child(2),
.JustleOrdercutTable td:nth-child(2){
    width:6%;
    min-width:70px;
    max-width: 100px;
}

@media screen and (max-width: 1279px) {
    .JustleOrdercutTable th,
    .JustleOrdercutTable td{
        width:fit-content;
    }
}

.JustleOrdercutTable th{
    text-align:center;
    background-color: #DDDDDD;
    color:#555555;
    border-bottom:2px solid #AAAAAA;
}

.JustleOrdercutTable th:not(:last-child),
.JustleOrdercutTable td:not(:last-child){
    border-right:1px solid #AAAAAA;
}


.JustleOrdercutTable td > p{
    display:inline-block;
    width: fit-content;
    text-align: center;
}


.JustleOrdercutTable td > p::before{
    display:inline-block;
    font-size:0.8rem;
    padding:2px 5px;
    margin-right:5px;
    min-width:40px;
    text-align:center;
    background-color:#EEEEEE;
}

.JustleOrdercutTable td:nth-child(n+3) > p:nth-child(1){
    margin-right:20px;
}

.JustleOrdercutTable td:nth-child(n+3) > p{
    text-align: left;
    width:150px;

}
.JustleOrdercutTable td:nth-child(n+3) > p:nth-child(1)::before{
    content:"幅";
}

.JustleOrdercutTable td:nth-child(n+3) > p:nth-child(2)::before{
    content:"長さ";
}

/** オーダーカット 加工サイズ表 **/

/** 商品情報　**/
.JustleItemInfo{
    font-size:1rem;
    padding:0 10px;
}

.JustleItemlistDiv .JustleItemInfo{
    font-size:0.9rem;
    padding:0;
    margin-bottom: 0;
}

.JustleItemInfo > p{
    display: none;
    width:fit-content;
    font-size: 1rem;
    padding:4px;
}

.JustleItemlistDiv .JustleItemInfo > p{
    display: block;
    width:fit-content;
    font-size: 0.9rem;
    padding:4px;
}

.JustleItemInfo > ul{
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    width:fit-content;
    margin-bottom:15px;
}

.JustleItemlistDiv .JustleItemInfo > ul{
    margin-bottom:0;
}

.JustleItemInfo > ul::before{
    white-space:pre;
    font-weight: bold;
    width:100%;
}

.JustleItemInfoChara::before{
    content:"機能\A";
}

.JustleItemInfoPoUs::before{
    content:"使用用途\A";
}

.JustleItemInfoRelWd::before{
    content:"関連ワード\A";
}

.JustleItemInfo li{
    width:fit-content;
    margin:2px 5px;
    padding:2px 10px;
    background-color:#EEEEEE;
    border-radius: 15px;
}
/** 商品情報　**/

/**　一覧関係 **/
   hr {
    margin:5px 0;
   }



   .JustleSearchlistFormtype{
    display:inline-block;
    width:fit-content;

   }



   .JustleSearchlistFormtype li{
    display:inline-block;
    width:fit-content;
    min-width:90px;
    padding:2px 5px;
    margin:0 3px;
    text-align:center;
    font-size:0.9rem;
    font-weight:bold;
   }

   p.JustleCutType{
    display:inline-block;
    width:fit-content;
    font-weight:bold;
    color:#F0F0F0;
    padding:2px 5px;
    font-size:0.8rem;
    margin-right:15px;
   }

   .JustleIconSlit::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 27px;
    background-image: url('https://files.bcart.jp/justle-online/uploads/justle/formicon-slit.png');
    background-size: contain;
    background-repeat:no-repeat;
    vertical-align: middle;
   }

   .JustleIconSheet::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 27px;
    background-image: url('https://files.bcart.jp/justle-online/uploads/justle/formicon-sheet.png');
    background-size: contain;
    background-repeat:no-repeat;
    vertical-align: middle;
   }

   .JustleIconKomaki::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 27px;
    background-image: url('https://files.bcart.jp/justle-online/uploads/justle/formicon-komaki.png');
    background-size: contain;
    background-repeat:no-repeat;
    vertical-align: middle;
   }

   @media screen and (min-width: 1280px) {
   .JustleIconSlit::after{
    content: 'スリット反';
    display: inline-block;
   }
   .JustleIconSheet::after{
    content: 'シート材';
    display: inline-block;
   }

   .JustleIconKomaki::after{
    content: '小巻';
    display: inline-block;
   }
   }

   .JustleItemlistDiv > a{
    display:flex;
    font-size: 13px;
    width:100%;
    margin:0;
    flex-wrap:wrap;
    padding:5px;

   }

   .JustleItemlistDiv > a:hover{
    background-color:#F8F8F8;

   }

   .JustleItemlistImg{
    width:19%;
    max-width:180px;
    padding:5px 10px;
   }
   .JustleItemlistTxt{
    width:79%;
    font-size:1rem;
    padding:5px 10px;
   }

   .JustleItemlistTxt > div:nth-of-type(1){
    display: flex;

}

   @media screen and (max-width: 1279px) {
   .JustleItemlistImg{
    display: none;
   }
   .JustleItemlistTxt{
    width:100%;
   }
   }

   h3.JustleItemlistTitle{
    font-size:1.1rem;
    font-weight:bold;
    margin:5px 0;
    color: #0068b7;
   }
   .JustleItemlistDiv > a:hover h3.JustleItemlistTitle{
    text-decoration: underline;

   }

   .JustleFixtemVariation{
    display:inline-block;
    font-size: 0.9rem;
    white-space:nowrap;
    padding:2px 5px;
   }


    .JustleFixtemVariation_box{
    margin-left:0px;
    margin-top:8px;
   }

   .JustleFixtemVariation_box::before{
    content:"商品バリエーション\A";
    white-space: pre;
    font-size: 0.9rem;
    font-weight: bold;
    width: 100%;
    margin-top: 8px;
    }


    .JustleFixtemVariation:not(:last-child)::after{
    content:"/";
    margin:0 4px;
    font-weight: normal;
   }

   .JustleOrdercutAcc{
 width:100%;
 margin: 0 auto;
 padding:5px 0px;
}
.JustleOrdercutAccCheck{
 display: none;
}
.JustleOrdercutAccLabel{
 background-color:#CCCCCC;
 color:#555555;
 display: block;
 width:100%;
 margin-bottom: 1px;
 padding: 0px;
 padding-left:40px;
 position: relative;
 cursor:pointer;
}
.JustleOrdercutAccLabel:before{
 box-sizing: border-box;
 content: '▶　加工サイズの詳細はこちらをクリック';
 display: block;
 font-size: 0.9rem;
 font-weight: bold;
 padding: 0px 10px;
 position: absolute;
 left: 0;
 top: 0px;
}
.JustleOrdercutAccContent{
 overflow:auto;
 display: block;
 height: 0;
 opacity: 0;
 padding: 0 ;
 transition: .5s;
 visibility: hidden;
}

.main--product-detail .JustleOrdercutAccContent{
 overflow:auto;
 display: block;
 height: fit-content;
 opacity: 1;
 padding: 0 ;
 transition: .5s;
 visibility: visible;
}


.JustleOrdercutAccCheck:checked + .JustleOrdercutAccLabel{
 background-color:#FFFFFF;
}
.JustleOrdercutAccCheck:checked + .JustleOrdercutAccLabel:before{
 content: '▼　加工サイズ詳細 （クリックすると閉じます）';
 font-size: 0.9rem;
}
.JustleOrdercutAccCheck:checked + .JustleOrdercutAccLabel + .JustleOrdercutAccContent{
 height: fit-content;
 opacity: 1;
 padding: 0;
 visibility: visible;
}

   @media screen and (max-width: 1279px) {
   .JustleOrdercutAccCheck:checked + .JustleOrdercutAccLabel + .JustleOrdercutAccContent{
    max-height:200px;
   }
   }

    .JustleSearchForm {
    width:100%;
    max-width:1200px;

    }

    .JustleSearchForm a{
     text-decoration: none;
     color: #555555;

    }

    .JustleSearchForm > div > h3,
    .JustleSearchForm > h3{
   font-size: 1.2rem;
   border-bottom: 1px solid #555555;
   margin:5px 0;
   position: relative;
    }

    .JustleSearchForm > div > h3 > span{
     display: inline-block;
     font-size:1rem;
     position: absolute;
     right:0px;
     padding: 5px 10px;
    }


    .JustleSearchForm-02 {
    max-width :1300px;
    margin:0 auto;

    }

    .JustleSearchForm-02 > div > ul{
    width:100%;
    }

    .JustleSearchForm-02 > form {
    display:flex;
    flex-wrap:wrap;
    }


    .JustleSearchForm-02 > form > p{
    width:100%;
    padding:5px;
    font-weight: bold;
    text-align: center;
    background-color: #888888;
    color:#F0F0F0;
    margin-bottom:5px;
    }


    .JustleSearchForm-02 > form > div {
    width:100%;
    margin-bottom:15px;
    }

    .JustleSearchForm-02 > form > div > p{
    display: inline-block;
    width:calc(100% / 3 - 7px);
    min-width: 285px;
    white-space:nowrap;
    margin:0px 0px;
    border:1px solid #555555;
    font-weight: bold;
    margin:2px;
    }



    @media screen and (max-width:949px) {
    .JustleSearchForm-02 > form {
     display:block;
    }
    .JustleSearchForm-02 > form > p{
    width:100%;
    }

    JustleSearchForm-02 > form > div {
    width:100%;
    }


    .JustleSearchForm-02 > form > div {
    width:100%;
    }
    .JustleSearchForm-02 > form > div > p{
    display:block;
    min-width:0;
    width:100%;
    margin:2px 0;
    }
   }




    .JustleSearchForm-02 input{
    opacity: 0;
    position: absolute;
    }

    .JustleSearchForm-02 label{
    display: block;
    padding:3px;
    font-size: 0.9rem;
    }


    .JustleSearchForm-02 label:hover{
    text-decoration: underline;
    color: #0068b7;
    cursor: pointer;
    }


    .JustleSearchForm-02 label:has( input:checked ){
    background: #0068b7;
    color:#F0F0F0;
    }

    .JustleSearchForm-01{
    max-width:1300px;
    margin:0 auto;
    margin-bottom:15px;

    }
    .JustleSearchForm-01 p{
    display:inline-block;
    width:15%;

    }

    .JustleSearchForm-01 input{
    display:inline-block;
    width:calc(100% - 80px);
    max-width:600px;
    padding:10px;
    font-size:1rem;
    border:2px solid #DDDDDD;
    border-radius: 5px;
    background-color: #EEEEEE;
    }

   .JustleSearchForm-01 input:focus{
     background-color: #FFFFFF;

    }
   .JustleSearchForm-01 input:focus::placeholder{
     color: transparent;

   }
    .JustleSearchForm-01 button{
    display:inline-block;
    width:70px;
    padding:10px;
    font-size:1rem;
    border:none;
    border-radius: 5px;
    background-color: #888888;
    color: #F0F0F0;
    border:2px solid #888888;
    cursor: pointer;

   }
   .JustleSearchForm-01 form{
     text-align: center;
    margin-bottom:15px;
   }

    @media screen and (max-width:949px) {
     .JustleSearchForm-01 input{
       font-size:0.9rem;
       padding: 5px;
     }
     .JustleSearchForm-01 button{
       font-size:0.9rem;
       padding: 5px;
     }
   }
    .CategoryTreeTxt{
     list-style:none;
     margin-left:10px;
    }


    .CategoryTreeTxt li{
     display:inline-block;
     width:fit-content;
     font-size:1rem;
   }
    .CategoryTreeTxt li:not(:first-child)::before {
     content:">";
     margin:3px 10px;

    }

    /**　一覧関係 **/


p > span {
white-space: nowrap;
}
.JustlePrPageComFreeSpace{
max-width:1300px;
}
.JustlePrPageComFreeSpace *{
padding: 0;
margin:0;
}
.JustlePrPageComFreeSpace ul{
list-style-type:none;

}

.JustlePrPageComFreeSpace li{
margin-bottom: 1rem;
}

.JustlePrPageComFreeSpace h3,
.JustleOrdercutAccContent h3{
font-size: 1rem;

}
.JustlePrPageComFreeSpace ul > li > p::before{
content:"・";
} 
.JustleAttRedSq{
width: calc(100% - 10px);
max-width: 750px;
padding: 3px 5px;
margin: 0 auto;
color: #FF0000;
font-size: 0.9rem;
text-align: left;
font-weight: bold;
border: 2px solid #FF0000;
overflow: visible;
}





/**商品詳細ページ上側**/
.JustlePrExp{
width: 100%;
max-width:800px;
margin: 20px 0;

}
.JustlePrExp *{
padding: 0;
margin: 0;
}
.JustlePrExpList{
border-top:2px solid#AAAAAA; 
border-bottom:2px solid#AAAAAA; 
background-color: #EEEEEE;
margin:20px 0;
}
.JustlePrExpList > li{
line-height: 1.5;
margin:0 10px 0 30px;
}

.JustlePrToplink {
width: 100%;
display: flex;
list-style: none;
}

.JustlePrToplink > li{
width:calc(100% /3 - 10px);
text-align: center;
margin-top:10px;
}

.JustlePrToplink > li:not(:last-child){
padding-right:10px;
}
.JustlePrToplink > li > a{
display: block;
position: relative;
border:1px solid #AAAAAA;
background-color: #EEEEEE;
padding:5px 10px;
text-decoration: none;
}
.JustlePrToplink > li > a::after{
content: "";
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 15%;
width: 7px;
height: 7px;
border-top: 1px solid;
border-right: 1px solid;
transform: rotate(135deg);
}
/**商品詳細ページ上側**/


/**商品詳細ページ中央説明エリア**/
.JustlePrPageMdlExp{
width:100%;
max-width:1300px;
padding:0 10px;
margin-bottom:20px;
}

.JustlePrPageMdlExp *{
padding:0;
margin:0;

}

.JustlePrPageMdlExp > dl {
display: flex;
list-style: none;
width:fit-content;
min-width:300px;
margin:5px 0;
}

.JustlePrPageMdlExp > dl > dt,
.JustlePrPageMdlExp > dl > dd {
padding:5px 10px;

}
.JustlePrPageMdlExp > dl > dt{
width:fit-content;
min-width:100px;
background-color: #EEEEEE;
font-weight: bold;
}
.JustlePrPageMdlExp > dl > dd{
width:fit-content;

}

.JustlePrPageMdlExp > table{
table-layout: fixed;
text-align: center;
border-collapse: collapse;

}

.JustlePrPageMdlExp > table td,
.JustlePrPageMdlExp > table th{
min-width:80px;
padding:5px 10px;
}

.JustlePrPageMdlExp > table th{
border-bottom: 1px solid #555555;
padding-top:0;
}

.JustlePrPgExFlexList{
display: flex;
list-style: none;
min-width: 500px;
}

.JustlePrPgExFlexList > li{
flex-grow: 1;

}
.JustlePrPgExFlexList dl{
text-align: center;
border-top: 2px solid #AAAAAA;
border-bottom: 2px solid #AAAAAA;
}

.JustlePrPgExFlexList dt{
color: #555555;
padding:3px 10px;
border-bottom: 1px solid #AAAAAA;
}

.JustlePrPgExFlexList dd{
padding:3px 10px;
}
/**商品詳細ページ中央説明エリア**/


/**物性情報**/
.JustlePrSpec *{
padding:0;
margin:0;
}
.JustlePrSpec{
width:100%;
max-width:1300px;
max-height:1000px;
overflow: auto;
padding: 0 10px;
margin-bottom:20px;
}

.JustlePrSpec::before{
content: "物性情報";
display: block;
width: 100%;
font-weight: bold;
}

.JustlePrSpec table{
table-layout: fixed;
text-align: center;
border-collapse: collapse;
font-size:1rem;
}

.JustlePrSpecTbl thead th{
padding:3px 5px;
}

.JustlePrSpecTbl td,
.JustlePrSpecTbl th{
border-top:1px solid #AAAAAA;
border-bottom:1px solid #AAAAAA;
white-space: nowrap;
text-align: center;
}

.JustlePrSpecTbl td > ul,
.JustlePrSpecTbl th > ul{
list-style: none;
}
.JustlePrSpecTbl td > ul > li,
.JustlePrSpecTbl th > ul > li{
padding:3px 5px;
}

.JustlePrSpecTbl td > ul > li:not(:last-child),
.JustlePrSpecTbl th > ul > li:not(:last-child){
border-bottom:1px solid #AAAAAA;
}
.JustlePrSpec > p{
width: fit-content;
}

.JustlePrSpecDiv{
width: fit-content;

}
.JustlePrSpecTbl{
border-top:2px solid #AAAAAA;
border-bottom: 2px solid #AAAAAA;
}

.JustlePrSpecTbl th:first-child{
padding: 0;
width:280px;
}

.JustlePrSpecTbl th:first-child p,
.JustlePrSpecTbl th:first-child ul{
display: inline-block;
width:calc(100% / 2);
vertical-align: middle;
margin: auto;
}

.JustlePrSpecTbl th:first-child p{
}


.JustlePrSpecTbl td:nth-child(2n){
background-color: #EEEEEE;
}
.JustlePrSpecTbl td:nth-child(2){
background-color: #FFFFFF;
border-left:1px solid #AAAAAA;
border-right:1px solid #AAAAAA;
padding:3px 10px;
vertical-align: center;
}
.JustlePrSpecTbl th:nth-child(2){
border-left:1px solid #AAAAAA;
border-right:1px solid #AAAAAA;
padding:3px 10px;
}

.JustlePrSpecTbl td:last-child{
background-color: #FFFFFF;
padding:3px 10px;
border-left:1px solid #AAAAAA;
border-left:1px solid #AAAAAA;
}
.JustlePrSpecTbl th:last-child{
border-left:1px solid #AAAAAA;
padding:3px 10px;
}


.JustlePrSpecTbl thead th{
background-color: #DDDDDD;
color: #555555;
padding: 3px 10px;
background-color: #DDDDDD;
border-bottom:2px solid #AAAAAA;
}

.JustlePrSpecTbl th:first-child ul{
font-size: 0.9rem;
text-align: center;
}
/**物性情報**/


/**商品詳細　リンク**/
.JustleLinks *{
padding: 0;
margin: 0;
}
.JustleLinks{
width: 100%;
max-width: 1300px;
padding: 5px;
margin-bottom:30px;

}

.JustleLinks ul{
list-style: none;
}

.JustleLinks:before{
content: "関連サイト・関連ページ";
display: block;
width: 100%;
padding:5px 10px;
margin-bottom:10px;
font-size:1.1rem;
font-weight: bold;
background-color: #EEEEEE;
}

.JustleExLink,
.JustleLinksList{
padding:0 10px;
margin-bottom:10px;
}

.JustleLinksPrList{
margin-left:10px;
}

.JustleExLink::before{
content:"関連サイト(外部ページ)";
display: block;
width: 100%;
font-size: 1rem;
font-weight: bold;
}

.JustleExLink a,
.JustleLinksList a{
color: #0068b7;
text-decoration: none;
}

.JustleExLink a::before,
.JustleLinksList a::before{
content:"-";
margin-right:5px;
}
.JustleExLink a:hover,
.JustleLinksList a:hover{
text-decoration: underline;
}

.JustlePrPageExLink a::after{
content:"※クリックすると別のタブで開きます。";
font-size:0.9rem;
}

.JustleLinksList::before{
content:"関連ページ";
display: block;
width: 100%;
font-size: 1rem;
font-weight: bold;
}


.JustleLinksPrNum > li{
padding:0;

}

ul.JustleCutType{
display: flex;
list-style: none;
}

ul.JustleCutType li{
width:120px;

}

.JustleCutType a{
display: inline-block;
font-size: 0.8rem;
color: #F0F0F0;
width:100px;
padding:3px 5px;
text-align: center;
text-decoration: none;

}

.JustleLinksPrList::before{
position: absolute;
content:"商品詳細ページ";
top:-25px;
font-weight: bold;

}

.JustleLinksPrList{
position: relative;
width: fit-content;
border-top:2px solid #AAAAAA;
border-bottom:2px solid #AAAAAA;
margin-top:35px;
}

.JustleLinksPrList > li {
width: 100%;
}


.JustleLinksPrList > li {
display: flex;
}
.JustleLinksPrList > li > p{
font-weight: bold;
width:200px;
padding:5px 0;
}

.JustleLinksPrList > li:not(:last-child) > p{
border-bottom: 1px solid #AAAAAA;
}


.JustleLinksPrNum{
display: flex;
width:fit-content%;
}

.JustleLinksPrNum > li{

}


.JustleLinksPrNum > li:nth-child(1){
width:150px;
padding:5px 10px;
}
.JustleLinksPrNum > li:nth-child(2){
width:100px;
padding:5px 10px;
}
.JustleLinksPrNum > li:nth-child(3){
flex-grow: 1;
}

.JustleLinksPrNumDtl{
width: fit-content;
}

.JustleLinksPrNumDtl > li {
padding:5px 10px;

}


.JustleLinksPrNumDtl > li > ul{
display: flex;
width:fit-content;
}

.JustleLinksPrNumDtl > li:not(:last-child){
border-bottom:1px solid #AAAAAA;
}
.JustleLinksPrNumDtl > li > ul > li:first-child {
width:100px
}
.JustleLinksPrNumDtl > li > ul > li:not(:last-child){
}

.JustleLinksPrList > li:not(:last-child) > .JustleLinksPrNum{
border-bottom: 1px solid #AAAAAA;
}
.JustleForm{
display: flex;
width: fit-content;
list-style: none;
font-size:0.8rem;
font-weight: bold;

}
.JustleLinksPrNumDtl .JustleForm{
padding:0px 10px;

}

.JustleForm > li{
width:fit-content;
min-width:60px;
}

.JustleForm > li::before{
display: block;
content:"";
width:30px;
height: 15px;
text-align: center;
background-size: contain;
vertical-align: middle;
margin: 0 auto;
}

/**
.JustleItemlistDiv .JustleForm::before{
    content:"オーダーカット";
    display: inline-block;
    width: fit-content;
    font-weight: bold;
    color: #F0F0F0;
    padding: 2px 5px;
    font-size: 0.9rem;
    background-color: #0068b7 !important;
    height: fit-content;
    margin:auto 5px;
}
**/
.JustleItemlistDiv .JustleForm > li::before{
display: inline-block;
width:40px;
height: 20px;
}

.JustleCatPage .JustleForm{
text-align: center;
margin:0 auto;
}

.JustleCatPage .JustleForm > li::before{
width:40px;
height: 20px;
}

.JustleFormKomaki::before{
background-image: url(https://files.bcart.jp/justle-online/uploads/justle/GentanIconKomaki.png);
width:40px;
}
.JustleFormSlit::before{
background-image: url(https://files.bcart.jp/justle-online/uploads/justle/GentanIconSlit.png);
width:40px;
}
.JustleFormSheet::before{
background-image: url(https://files.bcart.jp/justle-online/uploads/justle/GentanIconSheet.png);
width:40px;
}



/**商品詳細　リンク**/