@charset "UTF-8";
/* CSS Document */
/* このファイルは編集不可です！！！！！！ CSSの修正を行う場合は、custom.cssに記載してください*/

/*印刷設定*/

@media print {
	body { 
	 -webkit-print-color-adjust: exact; 
	 }
	header{ page-break-after: auto;	}
	section:not(.introduction) { display: block; page-break-before: always; }
	section.eventguide{ page-break-before: auto; }
	section.events .eventsTxt.bgc2:not(.noBreak) {
		page-break-after: always;
	}
	#download {
		page-break-after: auto;
	}
	#handbook {
		page-break-before: auto;
	}
  @page {
	margin-top:0.4cm;
	margin: 0.5cm;
	}
p a {
word-wrap: break-word;
}
img {display:inline-block;}
.no-print {display:none;}
	
	section.point p { margin-bottom: 0; text-align:center; }
	section.point p img { width: 90%; }
}