@charset "utf-8";

/* =============================================================================
   履修証明プログラム .certificate
	========================================================================== */

/* p */

.certificate #certificate_top p {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.9;
}

/* h1 */

.certificate h1 {
	font-size:186% !important;
}

/* h2 */

#main.certificate h2 {
	margin: 40px 0;
	padding: 22px 10px 16px 23px;
	font-size:150% !important;
	line-height: 1.3;
	border-top: 4px solid #187bb0;
	border-bottom: 1px solid #e9e9e9;
}

#main.certificate h1 + h2 {
	margin-top: 0px;
}

.certificate h2.subt {
	margin-top: -41px !important;
	font-size:150% !important;
	color: #187bb0;
}

.certificate div + h2.subt {
	margin-top: 40px !important;
}

/* list */

.certificate #certificate_top .ul01 {
    margin: 10px 0 10px 5px;
    padding: 0;
}

.certificate #certificate_top .ul01 li {
    list-style-type: none;
    line-height: 1.5;
    margin: 8px 0 0.75em;
    padding: 0 0 0 15px;
    background: url(../images/dot_blue.png) no-repeat 0 0.5em;
}

.certificate #certificate_top .ul01 li.as {
    background: none;
	text-indent:-1em;
}

.certificate #certificate_top .ul01.txt_l li {
	font-size:1.2em;
}

