@charset "UTF-8";


/* --------------------------------
検索ページ 左側メニュー
-------------------------------- */
.btn_goto_ecsite {
    background-color: #1565C0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 24px 20px;
    cursor: pointer;

}
