@charset "utf-8";

/* ===========================================================

	Title: pint.css
	Created: 2018-4-25
	
=========================================================== */
/*

	print
	
=========================================================== */

@media print {
	html,body{
		height: auto;
	}
	body {
		width: 1280px;
		zoom: 90%;
	}
	header {
		position:relative;
	}
	.logo {
		zoom: 85%;
	}
	.header-stock {
		zoom: 85%;
		right: 0;
	}
	.title {
		margin-top: 0px;
	}
	thead,tfoot {
		display: contents;
	}
	.global-navigation {
		position: absolute;
		top: 0: absolute;
	}
	.gm-style img {
		max-width: none !important;
	}
  .header-stock em {
	  font-size: 20px;
  }
  .contents-style .portimg .img01 img {
	  height: 410px !important;
  }
  .contents-style .portimg .img02 img {
	  height: 200px !important;
  }
  .contents-style .portimg .img03 img {
	  height: 200px !important;
  }
  .sub-footer__navigation li a {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .sub-footer__navigation {
    width: calc(100%);
    font-size: 1.0rem;
  }
  .sub-footer__copyright small {
    font-size: 10px;
  }
  table th, table td {
    vertical-align: middle !important;
  }
	/* footer-menu / footer-menu__navigation
	----------------------------------------------------------- */
	.footer-menu__navigation {
		width: 100%
	}
	.footer-menu__banner {
		display: none;
	}
}
@media print and (-ms-high-contrast: none){
  html,body{
    height: auto;
  }
	body {
		width: 1280px;
		zoom: 100%;
	}
	* {
		page-break-after: avoid;
		page-break-before: avoid;
	}
}
@page {
	margin: 5mm 5mm 5mm 0;
}