/* クーポンページ new-design.css グレー基調対応 */

/* お知らせエリアのグレー基調スタイル */
#mypege_coupon_01 .sub_box .notice {
    background-color: #f5f5f5 !important;
    color: #555555 !important;
    border: 1px solid #e0e0e0;
}

/* クーポン詳細ボタンのグレー基調スタイル */
#mypege_coupon_01 .inner00 .inbox .txt .link a {
    background: linear-gradient(135deg, #888888 0%, #333333 100%) !important;
    transition: opacity 0.3s;
}

#mypege_coupon_01 .inner00 .inbox .txt .link a:hover {
    opacity: 0.8;
}

/* ポップアップ内の取得済みボタン */
.popup_coupon .box .inner01 .link a {
    background-color: #8c8c8c !important;
    cursor: default;
}

/* 確認ボタン */
#mypege_coupon_01 .inner02 .load .coupon_submit button {
    background: linear-gradient(135deg, #888888 0%, #333333 100%) !important;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

#mypege_coupon_01 .inner02 .load .coupon_submit button:hover {
    opacity: 0.8;
}

/* クーポンコード取得時のボタン */
#mypege_coupon_01 .inner02 .get_coupon .link a {
    background: linear-gradient(135deg, #888888 0%, #333333 100%) !important;
    transition: opacity 0.3s;
}

#mypege_coupon_01 .inner02 .get_coupon .link a:hover {
    opacity: 0.8;
}

.popup_coupon .box .link a,
.popup_coupon .box .link2 a,
.popup_coupon .box .link3 a {
    background: linear-gradient(135deg, #888888 0%, #333333 100%) !important;
    border-radius: 50px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.popup_coupon .box .inner01 .link2 a:hover,
.popup_coupon .box .inner03 .inbox .txt .link2 a:hover {
    opacity: 0.8;
}


#coupon_02 .inner00 .inbox .txt .link a {
    background: linear-gradient(135deg, #888888 0%, #333333 100%);
    border-radius: 50px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

/* 取得済みクーポンのボタン（グレー） */
.popup_coupon .box .inner03 .inbox .txt .link a {
    background-color: #8c8c8c !important;
    border-radius: 50px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    cursor: default;
}
