@charset "UTF-8";

/* ===============================
	category
 =============================== */
@media print , screen and (min-width: 415px) {
	h3 {
		margin-bottom: 2em;
	}
	#category.ginger {
		padding-bottom: 25em;
	}
}

@media screen and (max-width: 414px) {
	h3 {
		margin-bottom: 2em;
	}
	article {
	font-size: 1.06em;
	line-height: 1.4em;
		padding-top: 2em;
	}
}