/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1643442952
Updated: 2022-01-29 16:55:52

/* ヘッダーとURLを印刷しない  */
@media print{
	header{
		display:none !important;
	}
}
@media print {
 a[href]:after {
 content: "" !important;
 }
}


/********************** 
余白ヘッダーの非表示
**********************/
#site-header{
	display:none;
}
#site-footer {
	display:none;
}
/********************** 
コピーライトの中央揃え
**********************/
.site-footer {
text-align: center;
}
