@charset "UTF-8";

/*----------------

 印刷対応用

----------------*/



@media print {

	*{

		zoom:0.97;

		zoom:1\9;

	}



	/*IE6でリストがでなくなる現象回避*/

	* html .wysiwygCom ul {

		padding-left:20px;

	}

	/*IE7でリストがでなくなる現象回避*/

	*+html .wysiwygCom ul {

		padding-left:20px;

	}



	/*IE6でリスト番号がでなくなる現象回避*/

	* html .wysiwygCom ol {

		padding-left:40px;

	}

	/*IE7でリスト番号がでなくなる現象回避*/

	*+html .wysiwygCom ol {

		padding-left:40px;

	}





	/*IE6でリスト番号が同じになる現象回避*/

	* html .wysiwygCom ul li {

		vertical-align:text-top;/*番号が下に落ちる現象回避*/

	}

	/*IE7でリスト番号が同じになる現象回避*/

	*+html .wysiwygCom ul li {

		vertical-align:text-top;/*番号が下に落ちる現象回避*/

	}







	/*IE6でリスト番号が同じになる現象回避*/

	* html .wysiwygCom ol li {

		display:list-item;

		vertical-align:text-top;/*番号が下に落ちる現象回避*/

	}

	/*IE7でリスト番号が同じになる現象回避*/

	*+html .wysiwygCom ol li {

		display:list-item;

		vertical-align:text-top;/*番号が下に落ちる現象回避*/

	}

	/*文字が切れてしまう問題を解決*/				
	.imgTxtMod .wysiwygCom {			
		overflow:hidden;		
	}			



	#contents{

		float:none !important;

		margin:0 auto;

	}



	/*Firefox ver22.0以降で２ページ目以降が印刷されないのを回避*/



	@-moz-document url-prefix() {

		*{

			zoom:0.85 !important;	

		}

		body{

			overflow: visible !important;

		}

		#contents{

			position:static !important;

			overflow:visible !important;

			display:block !important;

			float:none !important;

			display:table-cell !important;

		}

		.clearFix{

			position:static !important;

		}



	}

	

	.view_{

		display: none;

	}



	#header {

		display:none;

	}

	#sideNav {

		display:none;

	}

	#pagetop {

		display:none;

	}

	#footer {

		display:none;

	}

	#pankuzu {

		display:none;

	}

	#wrapper {

		background-image:none;

	}

	

	#container{

		background:none;

	}



	#headerPrint {

		display: none;

	}

	#footerPrint {

		display: none;

	}

	#sideNavPrint {

		display: none;

	}

	.controlMod{

		display:none;

	}



}

