/* kokkaendesign
---------------------------------------------------------------- */
.sale-catetxt{
    /*コレ*/border: 1px solid red;
    /*コレ*/border-radius: 5px;
    font-weight: bold;
    display: block;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    background: #eaf2fc;
    color: #333;
    text-decoration: none;
    text-align: center;
    margin: 0px 5px -10px;
}

.textb1tkk {
    width: 98%;
    border: 1px solid #999;
    text-align: center;
    margin: 5px;
    background-color: #dcdcdc;
    border-radius: 50px;
    padding: 0.5em;
    
    display: grid;
    place-items: center;
}
.textb1tkk a{
    text-decoration: none;
    color: #000;
}
.textb1tkk a:hover {
font-weight :bold;
}
