/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */
.sp--only {
	display: none;
}
@media (max-width: 767px) {
	.sp--only {
	display: block;
	}
}

@media (max-width: 767px) {
	.sp--none {
	display: none;
	}
}
.c-entry-summary__content,
.c-entry-summary__term,
.c-meta__item--modified,
.c-meta__item--author{
	display:none !important;
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}
.note {
	list-style: none !important;
	margin:0 !important;
	padding:0 !important;
}
.note > li {
	position: relative !important;
	font-size: 80% !important;
	padding-left: 1em !important;
}
.note > li:before {
	display: none !important;
}
.note > li > span:first-of-type {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
.note > li > small {
	font-size: 100% !important;
}


