

/* topics common ----------------------*/

/* 記事タイトル太字 */
.postTtl {
	font-weight: bold;
}

/* 日付の文字色 */
time {
    color: #595757;
}




/* archive ----------------------*/

.postList > li {
	border: 1px solid #cccccc;
	background: #fff;
	position: relative;
}
.postList > li + li {
	margin-top: 30px;
}
.postList > li a.postLink {
	display: block;
	border: 2px solid #fff;
	padding: 27px;
}
.postList > li:hover {
	border: 1px solid #529200;
}
.postList > li a.postLink:hover {
	border: 2px solid #529200;
}
	.postList .figure {
		float: left;
		width: 220px;
		background-size: cover;
	    background-position: center;
	}
	.postList .postTxt {
		float: right;
		width: 390px;
	}
		.postList .postTtl {
			font-size: 18px;
		}
		.postList .excerpt {
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 2;
		}
			.postList .excerpt p {
				color: #999;
			}

		.postList .postDtl {
		    position: absolute;
		    right: 30px;
		    bottom: 30px;
		}
			.postList .postDtl li {
				float: left;
			}




/* single ----------------------*/
.postHead {
	font-size: 16px;
	line-height: 1.75;
}
	.postHead.postDtl li {
		float: left;
		margin-right: 10px;
	}

article .postTtl {
	margin: 10px auto 50px;
	border-bottom: 1px solid #529200;
	padding-bottom: 10px;
	font-size: 28px;
}

.postContent {
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 1.75;
}
	.postContent .postMv {
		margin-bottom: 40px;
	}
	.postContent .postMv img {
		width: 100%;
	}

	.postContentBody img.aligncenter {
	    display: block;
	    margin: 1.7em auto;
	}





@media screen and (max-width:768px) { /* smart phone 6〜7 */

	/* archive ----------------------*/
	.postList {
	}
	.postList > li + li {
		margin-top: 30px;
	}
	.postList > li a.postLink {
		display: block;
		border: 2px solid #fff;
		padding: 27px;
	}
	.postList > li:hover {
		border: 1px solid #529200;
	}
	.postList > li a.postLink:hover {
		border: 2px solid #529200;
	}
		.postList .figure {
	    float: none;
	    width: 100%;
		}
			.postList .figure img {
			    width: 100%;
			}

			.postList .postTxt {
			    float: none;
			    width: auto;
			    margin: 27px auto;
			}
			.postList .postTtl {
				font-size: 18px;
			}
			.postList .excerpt {
				margin: 20px auto 50px;
				overflow: hidden;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-box-orient: vertical;
			    -webkit-line-clamp: 3;
			}




	/* single ----------------------*/
	.postHead {
		font-size: 14px;
	}
		.postHead.postDtl li {
		}

	article .postTtl {
		margin: 10px auto 20px;
	    font-size: 18px;
	}

	.postContent {
		margin-bottom: 60px;
		font-size: 16px;
		line-height: 1.75;
	}
		.postContent .postMv {
			margin-bottom: 20px;
		}

		.postContentBody img.aligncenter {
		    margin: 1em auto;
		}







}

