@media print,screen {

	/* テキストのマーカー（背景色）の調整 */
	.entry-content h1 > span[style*="background-color"],
	.entry-content h2 > span[style*="background-color"],
	.entry-content h3 > span[style*="background-color"],
	.entry-content h4 > span[style*="background-color"],
	.entry-content h5 > span[style*="background-color"],
	.entry-content h6 > span[style*="background-color"] {
		background-image: linear-gradient(to bottom, #fff 0%, #fff 70%, transparent 71%, transparent 100% );
/*		background-size: 100% 70%;*/
		background-position: left top;
	}
}
