<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/* 認定インストラクターCSS */

div#instructor h2 {
	margin-top: 30px;
	}

div.inst-inner {
	margin: 10px 40px 0px 20px;
	}
	
div#instructor h3 {
	margin: 15px 10px 0px 5px;
	padding: 20px 0px 5px 10px;;
	font-size: 14px;
	font-weight: bold;
	color: #1a0a3b;
	border-bottom: 2px dotted #ccc;
	background: url(../../images/common/ic_oci2.gif) no-repeat right bottom;
	}

div#instructor h4 {
	margin: 5px 0px 0px 10px;
	font-size: 12px;
	color: #666699
	}

div#instructor ul {
	margin-top: 15px;
	}
div#instructor li {
	margin: 5px 0px 0px 10px;
	padding-left: 5px;
	line-height: 1.4;
	list-style: url(../../images/common/ic_square01.gif) inside circle;
	}
	
div#instructor p {
	margin: 10px 20px 0px 10px;
	}
div#instructor .p63-l {
	padding-left: 63px!important;
	}</pre></body></html>