@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 */

#flow-step {
	margin-bottom: 20px;
	}

#flow-step dl {
	margin-bottom: 10px;
	padding-top: 3px;
	}

#flow-step dl dt {
	float: left;
	padding-left: 4px;
	}

#flow-step dl dd {
	float: right;
	border-bottom: 1px #D8D8D8 solid;
	width: 363px;
	min-height: 90px;
	padding: 0 5px 10px 0;
	}

#flow-step dl dd p {
	margin-bottom: 6px;
	font-size: 1.2em;
	}

#flow-step dl dd p.small-txt {
	font-size: 1.0em;
	}

#flow-step dl dd p.doc {
	background: url(../images/doc_big.jpg) no-repeat;
	height: 74px;
	padding-left: 80px;
	font-size: 1.0em;
	}

#flow-step dl dd dl {
	font-size: 1.2em;
	padding-left: 68px;
	}

#flow-step dl dd dl.mail {
	background: url(../images/mail_icon.jpg) no-repeat;
	height: 57px;
	margin: 25px auto 20px;
	}

#flow-step dl dd dl.fax {
	background: url(../images/fax_icon.jpg) no-repeat;
	height: 57px;
	margin-bottom: 15px;
	}

#flow-step dl dd dl dt {
	float: none;
	}

#flow-step dl dd dl dd {
	float: none;
	border-bottom: none;
	width: auto;
	padding: 0;
	min-height: 0;
	}

p.main-txt {
	font-size: 1.2em;
	}

#put {
	margin: 10px 0 20px;
	}

#put dl {
	float: left;
	width: 172px;
	min-height: 100px;
	margin-bottom: 15px;
	padding-right: 9px;
	}

#put dl.last-right {
	padding-right: 0px;
	}

#put dl dt {
	font-weight: bold;
	margin-bottom: 1px;
	}

#put dl dd {
	background: #F3F3F3;
	margin-top: 2px;
	padding: 3px;
	text-align: center;
	}

#pattern {
	margin-bottom: 10px;
	}

#pattern p.bold {
	margin-bottom: 13px;
	font-weight: bold;
	}

#pattern ol {
	border-left: 3px #BCDBE4 solid;
	margin-bottom: 15px;
	padding: 5px 0 5px 35px;
	}

#pattern ol li {
	margin-bottom: 10px;
	list-style-type: decimal;
	}

#pattern ol li.last-li {
	margin-bottom: 0px;
	}





