/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


/*===============================================================================
デフォルト記事詳細
================================================================================*/
.single-format-standard .page-header{
	display: none;
}

.single-format-standard .breadSection :is([itemprop="item"], [itemprop="name"]){
	display: inline-block;
	padding-bottom: 0;
}
.single-format-standard .breadSection :is([itemprop="item"], [itemprop="name"]):is(:hover, :focus){
	border-bottom: 0;
}

.single-format-standard .breadSection, 
.single-format-standard .breadSection a, 
.single-format-standard .siteContent .entry, 
.single-format-standard .siteContent .entry a, 
.single-format-standard .siteContent .sideSection, 
.single-format-standard .siteContent .sideSection a{
	color: var(--c-light);
}



/*===============================================================================
404
================================================================================*/
.error404 .page-header{
	display: none;
}

.error404 .breadSection, 
.error404 .breadSection a, 
.error404 .siteContent, 
.error404 .siteContent a{
	color: var(--c-light);
}



