/*
 Theme Name:   twentyseventeen-child
 Template:     twentyseventeen
*/

/*各タイトルセンタリング*/
.entry-title{
	text-align: center !important;
	font-size: 18pt !important;
}

/*著者情報を消す*/
.page .author-info {
	display: none;
}
/*著者情報を消す*/
.post .author-info {
display: none;
}

/*著者情報を消す*/
.entry-meta {
	display: none;
}