@charset "utf-8";
/* CSS Document */

/*カテゴリ一覧の詳細をみるボタン*/

a.fs-c-button--viewProductDetail.fs-c-button--plain {
      padding: 5px;
    border-radius: 5px;
    padding-right: 25px;
    border: 1px #874e4c solid;
}

span.fs-c-button__label:after {
    position: absolute;
    font-family: 'Noto Sans JP';
    content: "";
    font-weight: bold;
    font-size: 1em;
    color: #874e4c;
    padding-left: 10px;
    vertical-align: top;
}

/*カテゴリ一覧の詳細をみるボタン*/