/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
*/
*{text-transform: none;}

/*@メニューバーとアイキャッチの間隔*/
.site-content {
	padding: 2em 0 0;/*画面幅48em未満*/
}
@media screen and (min-width: 48em) {
	.site-content {
		padding: 2em 0 0;/*画面幅48em以上*/
	}
}
/*Aアイキャッチ画像周辺*/
.single-featured-image-header {
	background-color: #fff;/*周りの色*/
	border-bottom: 0px solid #eee;/*画像下の線*/
	padding: 0 0 2em;/*画像下余白*/
}
/* パン屑リスト */
.breadcrumbs {
font-size:small;
padding:0 0 15px 0;
}


/* 見出しh2 */
.entry-content h2 {
border-left: 5px solid #1F5E73;
border-bottom: 1px solid #1F5E73;
padding: 0 0 0 15px ;
line-height: 2;
font-size: 18px;
background-color: #fff;}


/* 見出しh3 */
.entry-content h3 {
border-left: 5px solid #1F5E73;
padding: 0 0 0 15px ;
line-height: 2;
font-size: 18px;
background-color: #fff;}
