@charset "utf-8";
/* CSS Document */
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
			width: auto;
        }

        .container {
            width: 100%;
			height: 100%;
            margin: 0 auto;
            padding: 20px;
        }

        .print-content {
            display: block;
            width: 100%;
            overflow: visible;
            border: none;
			padding: 10px;
			margin-left: 10px;
			text-align: left;
       }

        textarea {
            display: none; /* テキストエリアを非表示にする */
       }

        .title {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .content {
			width: 48%;
            height: 100%;
			float: right;
        }

        .image-section {
			width: 48%;
            display: flex;
			float: left;
            flex-wrap: wrap;
			margin-right: 10px;
            margin-bottom: 10px;
        }

        .image-section img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
			margin:auto;
        }

        .link-section{
			display: none;	
        }

        .footer {
            display: none;
        }
         
        h2{
			display: none;		
		
        }

        .recommendation-list {
            display: none;
        }
        .line-it-button{
	        display: none;
        }
        .print{
	        display: none;
			visibility: hidden;
        }
        .printout{
			font-size: 0.8em;
        }
