.c-ann-par {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
	text-align: center;
}
.c-ann-card {
	flex: 0 1 auto;
	margin-bottom: 30px;
	text-align: initial;
	padding: 20px;
	box-shadow: 0 0 10px 0 #dbcfcf;
	background-color: #f9f7f7;
}
.c-ann-pic {
	margin-bottom: 10px;
	box-shadow: 0 0 10px 0 #aaa;
}
.post-type-archive-c_annfeed .c-ann-pic {
	margin: 20px 0 30px;
}
.c-ann-loc {
	margin-bottom: 10px;
}
.c-ann-loc span {
	font-size: 18px;
}
.c-ann-date span {
	font-size: 18px;
}