@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ===== ここからカスタマイズCSSを追記 ===== */

@media print {
  header, footer, .sidebar, .toc, .share-buttons, .ad-area {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.6;
    color: #000;
    background: #fff !important;
  }

  a::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  }

  img {
    max-width: 100%;
    page-break-inside: avoid;
  }

  h2, h3 {
    page-break-before: avoid;
    page-break-after: avoid;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }
  table th, table td {
    border: 1px solid #333;
    padding: 4px;
  }
}
