@charset "UTF-8";

.post-ttl{
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 1rem 0 1.5rem;
	border-bottom: .1rem solid #dfdfdf;
	margin-bottom: 4rem;
}
time{
	font-weight: 700;
	font-size: 1.4rem;
	opacity: .5;
	filter: alpha(opacity=50);
}
.post-area{
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: .1rem solid #dfdfdf;
}


@media screen and (max-width: 768px){
	time{
		font-size: 1.1rem;
	}
	.post-ttl{
		font-size: 1.8rem;
		padding: 1rem 0 1.5rem;
		margin-bottom: 2rem;
	}
	.post-area{
		padding-bottom: 4rem;
		margin-bottom: 4rem;
	}
	.post-area *{
		max-width: 100%;
		height: auto;
	}
}