/* print.css — 印刷用スタイル */

/* 全体基本設定 */
body {
	font-family: serif;
	font-size: 12pt;
	color: #000;
	background: #fff !important;
	margin: 0;
	padding: 0;
}
#top_img {
	width:50%;margin:auto;display:block;	
}


#head_title {
	filter: grayscale(100%) invert(100%);width:45%;margin:auto;display:block;	
}

/* 不要な要素を非表示 */
#nav_and_flags,
#footer_area,
#hamburger,
#b_btn,
#country,
nav,
menu,
.sidebar,
.print-hide {
	display: none !important;
}

h2 {
	text-align:center;
}

a {
	color: #000;
	text-decoration: none;
}

/* 全体幅調整 */
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 改ページ防止 */
.page-break {
	page-break-before: always;
}

address {
	font-size: 10pt;
	color: #000;
	text-align: center;
	margin-top: 20px;
}
.cp {break-before: page;}

.image-overlay-container img {display:none; }







.p-left,
.p-right
{
	width:25%;float:left;
	display:block;
}

#f_messe { filter: grayscale(100%) invert(100%);width:45%;margin-left:20px;}
