@charset "utf-8";

.content_page_title,
.page_title {
	background: url(../img/h1_bg.jpg) no-repeat;
}

/* 合格実績 */
.success_list ul {
	margin: 0 0 30px 0 !important;
	list-style: none;
	list-style-position: outside;
	width: 675px;	/* for ie */
	overflow: hidden;	/* clearfixもどき */
	position: relative;	/* clearfixもどき */
}
.success_list li {
	padding-left: 25px !important;
	width: 200px;
	float: left;
	background: url(../../shared/img/list-style-circle_darkgray.gif) 12px 3px no-repeat;
}
.success_list h3 {
	clear: both;
}
