/*
 Theme Name:   Twenty Seventeen Child
 Template:     twentyseventeen
*/

.entry-header {display:none;}
body {
	-webkit-touch-callout:none; // リンク長押しのポップアップを無効化
	-webkit-user-select:none; // テキスト長押しの選択ボックスを無効化
	user-select: none;
}
/*NOMISE-63 SCHECKER-65*/
body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
	float: none!important;;
	width: 100%!important;
}
body.page-two-column #comments {
	float: none!important;;
	width: 100%!important;
}