@charset "utf-8";

/* ===========================================================

	Title: pint.css
	Created:			2015-02-17
	Last Created:		2015-02-19
	
=========================================================== */
/*

	print
	
=========================================================== */


@media print {
	.header-fix,
	.gn-fix,
	.sub-navi,
	.footer-navi,
	.footer,
	.bt-pagetop,
	#pagetop{
		display: none !important;
	}

	.contents {
		width: 1000px;
		margin: 0 auto;
	}

	.scroll-table th,
	.scroll-table td {
		white-space: inherit;
	}
	.scroll-table-coution { display: none;}

	.responsive-table {
		border: none;
		border-top: solid 1px #ddd;
	}
	.responsive-table th {
		display: block;
		width: auto;
		border-top: none;
	}
	.responsive-table td {
		display: block;
		width: auto;
		border-top: none;
	}

	.column-2-left {
		width: 420px;
		float: left;
	}
	.column-2-right {
		width: 420px;
		float: right;
	}
	.column-3-left {
		width: 270px;
		float: left;
	}
	.column-3-center {
		width: 270px;
		margin: 0 0 0 25px;
		float: left;
	}
	.column-3-right {
		width: 270px;
		float: right;
	}
	.column-2w-left {
		width: 645px;
		float: left;
	}
	.column-2w-right {
		width: 645px;
		float: right;
	}

}