/*
 Theme Name:   Twenty SeventeenChild
 Template:     twentyseventeen
*/

/*
■■■■■ページ一番下のワードプレスリンクを消す
*/
.site-info { display: none; }

/*
■■■■■普通の大きさの文字の　色　サイズ　
*/

body,
button,
input,
select,
textarea {
	color: #616060;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 13px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

/*
■■■■■メニューボタンの　文字の太さ　文字の色
*/
.navigation-top a {
	font-weight: 300;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color:#616060;
}

/*
■■■■■現在表示中のページの文字色
*/
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color:#9e9e9e
}







