@charset "UTF-8";@import url("article.css");#MidnightWarning{background:#fff3cd;border:1px solid #ffeeba;color:#856404;padding:15px;border-radius:8px;margin-bottom:20px;font-weight:700;font-size:14px}.WishFormArea{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.WishFormBox{background:#f4f6f6;padding:20px;border-radius:8px;border:1px solid #e0e6ed}.WishFormBox h3{font-size:15px;margin-bottom:10px;color:#333}.WishFormBox p{font-size:12px;color:#666;margin-bottom:10px;font-family:'Hiragino Maru Gothic ProN','HGMaruGothicMPRO',sans-serif}.WishForm{display:grid;grid-template-columns:1fr 140px;gap:10px}.WishInput{width:100%;padding:10px 15px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box}.WishSubmitBtn{display:block;text-decoration:none;width:100%;border:none;padding:10px 0;border-radius:4px;font-weight:700;cursor:pointer;white-space:nowrap;text-align:center;box-sizing:border-box}.Btn-Amazon{background:#ff9900;color:#232f3e}.Btn-Add{background:#007185;color:#fff}.WishControlArea{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 20px;background-color:#f4f6f6;border:1px solid #e0e6ed;border-radius:8px}.ManualFetchBtn{background:#cc0c39;color:#fff;border:none;padding:10px 0;border-radius:4px;font-weight:700;cursor:pointer;font-size:14px;transition:.2s;width:140px;text-align:center;box-sizing:border-box}.ManualFetchBtn:disabled{background:#ccc;cursor:not-allowed}.FomoLowest,.FomoDown,.FomoUp{color:#fff;font-size:11px;font-weight:700;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 6px}.FomoLowest{background-color:#cc0c39}.FomoDown{background-color:#e83e8c}.FomoUp{background-color:#666}.BookList:not(.is-list-view) .WaitingTitle{display:none}@media screen and (max-width:559px){.FomoLowest,.FomoDown,.FomoUp{font-size:10px;height:16px}.WishForm{grid-template-columns:1fr}.WishControlArea{flex-direction:column;align-items:stretch;gap:10px;padding:15px}.ManualFetchBtn{width:100%}}