@charset "utf-8";

body {
	min-width: 1110px;
	background:#FFFFFF;
	color:#000000;
}
#container {
	background:#FFFFFF;
	color:#000000;
}

/* 非表示項目の設定 */
#header {
	display: none !important;
	float:none;
}
#footer {
	display: none !important;
	float:none;
}
#print_mode_link {
	display: none !important;
}
#footer_link_pagetop {
	display: none !important;
}

/* 承認用 */
#approval_table {
	page-break-inside: avoid;
}
#approval_table input[value="印刷"] {
	display: none;
}

/* 移住定住サイト トップページ */
.site-index-ijyu #header {
	display: block !important;
}
.site-index-ijyu #footer {
	display: block !important;
}