@charset "utf-8";

@import url(reset.css);
@import url(base.css);

h1 {
	position: absolute;
	top: 29px;
	left: 18px;
	}

h2 {
	background: #2889D0;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 3px 5px;
	}

dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
dl {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html dl { height:1%;}
dl { display:block;}
/* End hide from IE-mac */

#terms {
	margin-bottom: 20px;
	padding-left: 5px;
	}

#terms dl dt {
	background: url(../images/mark.gif) no-repeat left center;
	margin-bottom: 2px;
	padding: 2px 0 2px 15px;
	font-weight: bold;
	}

#terms dl dd {
	margin-bottom: 15px;
	padding-left: 8px;
	text-indent: -0.6em;
	}

#lend-step {
	margin: 15px 0 20px;
	}

#lend-step dl {
	margin-bottom: 10px;
	padding: 3px 7px 0 0;
	}

#lend-step dl dt {
	float: left;
	padding-left: 4px;
	}

#lend-step dl dd {
	float: right;
	border-bottom: 1px #D8D8D8 solid;
	width: 358px;
	min-height: 90px;
	padding: 0 5px 5px 0;
	}

#lend-step dl dd p {
	margin-bottom: 15px;
	font-size: 1.2em;
	}

#lend-step dl dd p.small-txt {
	margin-bottom: 5px;
	padding-right: 7px;
	font-size: 1.0em;
	line-height: 1.6;
	}

#lend-step dl dd p.doc,
#lend-step dl dd p.doc2 {
	background: url(../images/doc.jpg) no-repeat;
	height: 53px;
	margin-bottom: 15px;
	padding-left: 60px;
	font-size: 1.0em;
	}

#lend-step dl dd p.doc2 {
	margin-bottom: 10px;
	}

#lend-step dl dd dl {
	font-size: 1.2em;
	padding: 0 0 0 68px;
	margin-bottom: 0;
	}

#lend-step dl dd dl.mail {
	background: url(../images/mail_icon.jpg) no-repeat;
	height: 57px;
	margin: 0px auto 20px;
	}

#lend-step dl dd dl.fax {
	background: url(../images/fax_icon.jpg) no-repeat;
	height: 57px;
	margin-bottom: 15px;
	}

#lend-step dl dd dl dt {
	float: none;
	margin-left: 0;
	padding-left: 0;
	}

#lend-step dl dd dl dd {
	float: none;
	border-bottom: none;
	width: auto;
	min-height: 0;
	}

#lend-step dl dd.clearfix p.left {
	width: 98px;
	}

#lend-step dl dd.clearfix p.right {
	width: 248px;
	}

#section-test {
	margin-bottom: 10px;
	}

#section-test dl.test {
	margin: 15px 0 10px;
	padding-left: 5px;
	}

#section-test dl.test dt {
	background: url(../images/mark.gif) no-repeat left center;
	margin-bottom: 2px;
	padding: 2px 0 2px 15px;
	font-weight: bold;
	}

#section-test ul {
	margin: 0 0 5px 5px;
	font-size: 1.2em;
	}

#section-test div.test-flow {
	border-bottom: 1px #175079 dotted;
	padding: 18px 0 18px 13px;
	}

#section-test div.test-flow dl {
	float: left;
	width: 230px;
	padding-right: 24px;
	}

#section-test div.test-flow dl dt {
	float: left;
	}

#section-test div.test-flow dl dd {
	float: right;
	width: 95px;
	}

#section-test div.example {
	margin-top: 25px;
	}

#section-test div.example dl {
	float: left;
	padding-left: 12px;
	}

#section-test div.example dl dt {
	padding-bottom: 3px;
	}

#section-test ol {
	margin: 15px 0 10px;
	}

#section-test ol li {
	margin-bottom: 5px;
	padding-left: 25px;
	text-indent: -25px;
	}






