@charset "utf-8";

.innerLinkList{
text-align: right;
margin-bottom: 20px;
}
.innerLinkList li{
display: inline-block;
}
.innerLinkList li:not(:last-child){
border-right: 1px solid #666;
}
.innerLinkList li a{
padding: 4px 10px;}
.tableStyle1.productsTableStyle{
}
.tableStyle1.productsTableStyle tbody td.remarks{
font-size: 13px;
}
.tableStyle1.productsTableStyle th:not(:last-child),
.tableStyle1.productsTableStyle td:not(:last-child){
border-right: 1px solid #BBB;
}

.productsColumnSet{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 25px;
}
.productsColumnSet.oneItem{
justify-content: center;
}
.productsColumn{
max-width: calc((100% - 50px)/3);
}
.productsColumn .image{
width: 100%;
}
.textRed{
color: #F33;
padding-left: 5px;
}


@media screen and (max-width: 765px) {
.productsColumnSet{
display: flex;
justify-content: center;
}
.productsColumn{
max-width: calc((100% - 25px)/2);
}
}