
/* authorアーカイブのみ */
body.author.archive {
	background-color: #fff;
}
body.author.archive main#main > aside {
	display: none;
}

.a-wrap {
	border-bottom: 1px solid #D9E4F5;
}

@media screen and (max-width: 768px) {
	body.author.archive {
		margin-top: 50px;
	}

	.archive-title {
		font-size: 24px;
		padding-top: 12px;
	}
	.entry-card-meta {
		display: block !important;
	}
	.a-wrap {
		margin-bottom: 5%;
	}
	.entry-card-content {
		padding-bottom: 2.75em;
	}
}
