/*
Theme Name: twentyseventeen-child
Template: twentyseventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
*/

/*topmenuの色変更*/
.colors-custom .navigation-top, .colors-custom .main-navigation ul {
    background: hsl(0, 0%, 0%)!important;
	}
.colors-custom .navigation-top a, .colors-custom .main-navigation a:hover  {
    color: hsl(0, 0%, 100%)!important;
}

/*投稿者削除*/
.entry-meta time, .byline, .posted-on {    
	display: none !important;
}

/*スマホページの画像の大きさ*/
.colors-custom .menu-toggle {
	color:hsl(0, 0%, 100%)!important;
}
@media (max-width:599px) {
.has-header-image .custom-header-media img {
	height: auto;
	top: auto;
	min-height: auto;
	max-width: 100%;
}
}

/*footerのlinkの色変更*/
.colors-custom .social-navigation li#menu-item-24 a  {
    background: hsl(212, 96%, 46%) !important;
}
.colors-custom .social-navigation li#menu-item-25 a  {
    background: hsl(203, 89%, 53%) !important;
}


/*frontページの修正*/
body.page-two-column:not(.archive) #primary .entry-content {
    float: none;
    width: 100%;
}
