/*
Theme Name: Child
Template: twentyseventeen
*/

@import url('../twentyseventeen/style.css');

/* フォントと文字の大きさ、色 */body{font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;font-size:15.5px;font-weight: 500;color:#403b3b;}

/* 本文中の行間 */.entry-content p {line-height: 1.75;}

/* 「コメントをどうぞ」を非表示 */ .comments-link {display: none;}

#comments{ display: none; }

#post-list {
	width: 100%;
	overflow: hidden;
	border-top: 0.5px solid #dcdcdc;
	border-bottom: 0.5px solid #dcdcdc;
	border-left: 0;
	border-right: 0;
}
 
.post-entry article{
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*vertical-align: top; */
	border-top: 0.5px solid #dcdcdc;
	border-bottom: 0.5px solid #dcdcdc;
	border-left: 0;
	border-right: 0;
	padding: 10px 0 0 0;
}
 
.post-thumbnail {
	display: inline-block;
	width: 45%; /*横2列表示*/
	/*vertical-align: top; */
	padding: 10px;
}
 
.entry-header-content {
	display: inline-block;
 	width: 55%; /*記事の半分の幅以上を設定*/
	padding: 5px;
}

.entry-summary p:not(.link-more){
	font-size: 0.9em;
}

@media screen and (max-width: 576px){
	.post-thumbnail {
		display: block;
		width: 100%;
	}

	.entry-header-content {
		display: block;
		width: 100%;
	}
}
 
#post-list .entry-title {
	font-weight:700;
	font-size: 1em;
}
	
#post-list .entry-content {
	display:none
}
 
/* 以下、PC タブレット表示の場合 */
@media screen and (min-width: 48em) {
 
	#post-list .entry-title {
		font-weight:700;
		font-size: 1.0em;
	}
		
	#post-list .entry-content {
		font-size: 1em;
		display: inline;
	}
}

#comments{ 
display: none; 
}

/* フッターの背景色 */
.site-footer {
	background-color:#3f3530;
}

.site-footer {
	color: #ffffff;
}
.site-footer h2.widget-title{
	color: #ffffff;
}
.site-footer a
{
	color: #ffffff;
}

