﻿@media print {
	/*overflow:auto;使っていたらこれ書くやつ。念のため記載*/
	body {overflow:visible !important;}
	
	#wrapper{width:100%;background:#FFF;overflow: visible !important;}
	
	p{line-height:1.5 !important;}
	
	/*ヘッダー非表示*/
	#head{display: none; }
	/*グローバルメニュー非表示*/
	#gnavi{display: none; }
	/*パンくず*/
	#pankuzu{ float:none;}
	
	/*左側メニューの非表示*/
	#sidemenu2{display: none; }
	/*右側メニューの非表示*/
	#rightmenu{display: none; }
	
	/*白い部分*/
	#whitebody{float:none; width:100%;}
	#contleft{float:none; width:auto;}
	#main{width:auto;}
	
	/*真ん中コンテンツ*/
	#midbody{float:none; width:auto;}
	h1{display:none;}
	h2{float:none;}
	h3{float:none; width:100%; border-bottom:#666 solid 1px; color:#666;}
	
	.centerbox{float:none; width:auto;}
	#casecover{float:none; width:auto;}
	
	/*ギャラリー*/
	.gallerybox{float:none; width:auto;}
	
	/*グレイ部分*/
	#graybox {float:none; width:auto;}

	/*フッター*/
	.up{ display: none;}
	#foot{ display: none;}
 
    
}
