﻿@charset "utf-8";

/* print
-------------------------------------------------------------------*/
/*============================================
全般的なスタイル
============================================*/
@media print, screen and (min-width: 1200px) {
@page { size: A4 } /* A4縦 */
	body {
			-webkit-print-color-adjust: exact;
		color:#000000; 
		zoom:50%;
		}
	header {
			background-color: #fff!important;
		}

	.top_bg {
		width:100%;		/*幅の指定*/
	}
	#fix_menu.fixedMenu{
		position: relative;
	}
	.section_1 p{
		 size: A4 landscape;
		 page-break-after: always;

	}
	#pageTop {
		position: absolute;
		right: 0;
		bottom: 125px;
	}
}
@media print, screen and (max-width: 767px) {

}