.abutton {
    text-decoration: none;
}
.abutton:hover {
    color: #fff;
    text-decoration: none;
}

.temp-menu {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .menu-sp-hide {
        display: none;
    }
}

/* エラーメッセージ表示エリア */
.alert-error {
    background-color: #dc3545; /* 目に優しい赤色 */
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 20px; /* 高さを2倍に */
    margin: 15px 0;
    border-radius: 8px;
    border: 2px solid #c82333;
    text-align: center;
    line-height: 1.6;
}

/* FarmerSales一覧テーブル専用 */
.farmer-sales-table-container {
    width: 60%;
    min-width: 1000px;
    text-align: left;
    margin: 0; /* 左寄せのため左マージンを0に */
}
