@charset "utf-8";

/* h3 */
.article_box h3 {
	clear: none;
	font-size: 119%;
}
.article_box h3:before {
	content: url("../imgs/gyosei_common_h3_bg.png");
	margin-right: 11px;
}
/* h4 */
.article_box h4 {
	clear: none;
	font-size: 100%;
}
.article_box h4:before {
	content: url("../imgs/gyosei_common_h4_bg.gif");
	margin-right: 8px;
}
/* h5 */
.article_box h5 {
	clear: none;
	font-size: 94%;
}
.article_box h5:before {
	content: url("../imgs/gyosei_common_h5_bg.gif");
	margin-right: 7px;
}

@media screen and (max-width:480px) {
	/* h3 */
	.article_box h3 {
		padding-left: 0;
		background-image: none;
	}
	.article_box h3:before {
		display: none;
	}
}
