

/* 印刷用CSS　開始 */
@media print {
	html,body {
	  width: 100% !important;
    max-width: 100% !important;
    display: block !important;
	}
  .fadein {
    display: block !important;
    opacity: 1 !important;
  }
	#top_header {
	  position:relative;
    width: 100% ;
	}
	#footer {
    width: 100% !important;
    min-width: auto !important;
	}
	header button,
  #search {
	  display: none;
	}
  

  #slide {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 50px;
  }


  .pagetop {
    display: none;
  }

}
/* 終了 */
