CINXE.COM

ショッピングカート - O'Reilly Japan Ebook Store

<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>ショッピングカート - O'Reilly Japan Ebook Store</title> <link rel="stylesheet" type="text/css" href="/assets/css/font-face.css"> <link rel="stylesheet" type="text/css" href="/assets/css/layout.css"> <link rel="stylesheet" type="text/css" href="/assets/css/layout-ebook.css"> <link rel="icon" type="image/png" href="/favicon.ico"> <!-- Google Tag Manager --> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-KR9JFVC');</script> <!-- End Google Tag Manager --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-M7QE72H4KS"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-M7QE72H4KS'); </script> <style> h1 { font-size: 30px; line-height: 1em; margin: 30px 0 10px 0; padding: 0; font-feature-settings: "palt" 1; } .message { margin: 10px 0 20px 0; } .shopping-cart { display: flex; flex-direction: column; margin-bottom: 10px; align-items: flex-start; } @media (min-width: 30em) { .shopping-cart { flex-direction: row; } } .shopping-cart .cart-preview { flex-grow: 1; } .shopping-cart .checkout { width: 300px; margin: 0 0 0 20px; padding: 20px; border: 1px solid #ddd; border-radius: 5px; } .checkout .link-button { display: block; width: 100%; text-align: center; } .cart-preview .record { display: flex; flex-direction: row; padding-bottom: 5px; } .cart-preview .record:first-child { border-top: 1px solid #eee; padding-top: 10px; } .cart-preview .record > img { display: none; } @media (min-width: 30em) { .cart-preview .record > img { display: block; height: 150px; margin-right: 20px; } } .cart-preview .record > .stats { flex-basis: auto; } .cart-preview .record > .price { width: 20em; text-align: right; margin: 0 0 0 auto; } .cart-preview .record > .price::before { content: "¥"; } .cart-preview h3 { font-size: 22px; font-weight: 500; margin-bottom: 10px; } .cart-preview .record .stats dt { display: inline; padding: 0; } .cart-preview .record .stats dd { font-size: 14px; display: inline; margin-inline-start: 0; } .cart-preview .record .stats dt::after { content: ":"; } .cart-preview .record .stats dd::after { display: block; content: ""; } .cart-preview .record .stats ul { list-style: none; } .cart-preview .record .stats li { display: inline-block; } .cart-preview .record .stats li:not(:first-child)::before { content: "|"; color: #BBB; padding: 0 0.5em 0 0.5em; } .cart-preview .record .price { font-size: 22px; font-weight: 700; text-align: right; width: 200px; } .amount-billed { border-top: 1px solid #DDD; } .amount-billed { display: flex; flex-direction: row; } .amount-billed dl { flex-grow: 1; } .amount-billed .amount { flex-grow: 1; text-align: right; } .amount a { margin: 10px 0 50px 0; } .amount-billed figure { font-size: 12px; line-height: 1em; color: #666; } .amount-billed dl { text-align: right; } .checkout dl { margin: 0 0 0 auto; } .amount-billed dt, .checkout dt { font-size: 22px; font-weight: 300; } .checkout dd { display: block; font-size: 22px; font-weight: 700; line-height: 1em; text-align: right; margin-top: -1em; } .amount-billed dt, .amount-billed dd { display: inline; font-size: 22px; } .amount-billed dd { font-weight: 700; } .amount-billed dt::after, .checkout dt::after { content: ":"; } .amount-billed dd::after, .checkout dd::after { display: block; content: ''; } .amount-billed dd::before, .checkout dd::before { content: "¥"; } </style> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KR9JFVC" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="skipToMain" class="nav__SkipToMain"><a href="#maincontent">Skip to main content</a></div> <header role="banner" class="nav__GlboalHeader"> <div class="pageWidth"> <nav role="navigation" aria-label="site sections" class="nav__GlobalNav"> <a aria-current="page" title="Go to home page" class="nav__Logo" href="/"><img src="/assets/images/logo_oreilly_japan.svg" alt="O'Reilly logo"></a> <div class="nav__NavItems" id="nav__NavItems"> <div class="nav__NavGroup"> <a class="nav__Link" href="/blog/">Blog</a> <a class="nav__Link" href="/books/">Books</a> <a class="nav__Link active" href="/ebook/">Ebooks</a> <a class="nav__Link" href="/online-learning/">Learning platform</a> <a class="nav__Link" href="/order/">Order</a> <a class="nav__Link" href="/company/">About</a> </div> <div class="nav__CTA"> <a href="cart" class="nav__Cart">Cart</a> <a href="login" class="nav__SignIn">Sign In</a> </div> </div> <button id="nav__MobileBtn" aria-expanded="false" aria-controls="menuList" class="nav__MobileBtn"><span><span></span></span></button> </nav> </div> </header> <main id="maincontent"> <div class="pageWidth"> <h1>ショッピングカート</h1> <div class="message"> <p class="carterror">まだ何もご注文されていません。</p> <a href="/ebook/" class="link-button primary-button">買い物を続ける</a> </div> </div> </main> <footer class="footer__FooterSection"> <div class="pageWidth"> <div class="footer__FooterTop"> <div class="footer__List"> <h3><a href="https://www.oreilly.co.jp/company/">About</a></h3> <a href="https://www.oreilly.co.jp/company/">会社概要</a> <a href="https://www.oreilly.co.jp/orj/privacypolicy.shtml">個人情報について</a> <a href="http://www.oreilly.com/">O’Reilly Media</a> </div> <div class="footer__List"> <h3><a href="https://www.oreilly.co.jp/company/">Support</a></h3> <a href="https://www.oreilly.co.jp/feedback/">Contact us</a> <a href="https://www.oreilly.co.jp/bookclub/">Bookclub</a> <a href="https://www.oreilly.co.jp/order/">書籍注文</a> </div> <div class="footer__Apps"> <h3>Download the O’Reilly app</h3> <p>Take O’Reilly with you and learn anywhere, anytime on your phone <span class="nowrap">and tablet.</span></p> <div class="footer__DownloadLinks"> <a href="https://itunes.apple.com/us/app/safari-to-go/id881697395"><img src="https://cdn.oreillystatic.com/oreilly/images/app-store-logo.png" alt="Apple app store"></a> <a href="https://play.google.com/store/apps/details?id=com.safariflow.queue"><img src="https://cdn.oreillystatic.com/oreilly/images/google-play-logo.png" alt="Google play store"></a> </div> </div> </div> <div class="footer__FooterBase"> <a aria-current="page" class="footer__Logo" title="Go to home page" href="/"><img src="/assets/images/logo_oreilly_japan.svg" alt="O'Reilly logo"></a> <p>© 2022, O’Reilly Japan, Inc. oreilly.co.jpに掲載されているすべてのトレードマークおよび登録商標は、それぞれの所有者に帰属します。</p> </div> </div> </footer> <script src="/assets/scripts/cookies-policy.6d8dcbae.js"></script> <script src="/assets/scripts/scripts.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10