﻿@charset "utf-8";


/*------------------------------------------------
	print
--------------------------------------------------*/
@media print {
	* {
		width: auto !important;
		overflow: visible !important;
	}
	#header,
	#page-head,
	#local-navi,
	#footer,
	.main-foot {
		display: none;
	}
	#main-contents {
		float: none;
	}
}