@charset "utf-8";
/* CSS Document */
#sec_01 {
	clear: both;
}
#sec_01 .txt {
	padding-bottom: 1em;
}
#sec_01 table {
	border-collapse:collapse;
	border:0px;
	text-align: left;
	clear: both;
	width: 100%;
}
#sec_01 table tr td {
	border: 1px solid #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: center;
}
#sec_01 table tr .class {
	background-color: #4faaab;
	font-weight: bold;
	color: #FFF;
}
#sec_01 table .even {
	background-color: #f7f7f7;	
}
#sec_01 table .left {
	text-align: left;
}
#sec_01 .notes {
	padding-top: 10px;
	padding-bottom: 30px;
	list-style-type: none;
}
#sec_01 .notes li {
	text-indent: -1em;
	padding-bottom: 10px;
	padding-left: 1em;
}#sec_02 {
	clear: both;
	padding-top: 70px;
}
#sec_02 .flow {
	padding-top: 20px;
	list-style-type: none;
}
#sec_02 .flow .step {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#sec_02 .flow .step .img {
	float: left;
	width: 210px;
}
#sec_02 .flow .step .caption {
	padding-left: 240px;
}
#sec_02 .flow .step .caption .pict {
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 8px;
}
#sec_02 .flow .step .caption .pict li {
	font-weight: bold;
	background-color: #cacaca;
	text-align: center;
	color: #FFF;
	margin-right: 6px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/common/PIE.htc);
	display: inline;
	font-size: 115%;
	line-height: 100%;
}
#sec_02 .flow .step .caption .pict .client {
	background-color: #f19800;
}
#sec_02 .flow .step .caption .pict .office {
	background-color: #239190;
}
#sec_02 .flow .step.clearfix .caption .txt {
	padding-bottom: 1em;
}
#sec_02 .flow .step.clearfix .caption .sec_01_inq {
	list-style-type: none;
}
#sec_02 .flow .step.clearfix .caption .sec_01_inq li {
	padding-top: 15px;
}
#sec_02 .flow .step.clearfix .caption .sec_01_inq li span {
	padding-left: 10px;
}
#sec_02 .flow .next {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
}
#sec_02 .flow .next span {
	display: block;
	padding-top: 10px;
}
#sec_02 .flow .next h5 {
	padding-top: 30px;
	padding-bottom: 10px;
}
#sec_02 .flow .next .end_inq {
	list-style-type: none;
}
#sec_02 .flow .next .end_inq li {
	width: 50%;
	float: left;
}
#sec_02 .flow .next .link_btn {
	clear: both;
}
