@charset "utf-8";
/* CSS Document */

#sec_01 {
	clear: both;
}
#sec_01 .detail {
	list-style-type: none;
	font-size: 145%;
	padding-top: 15px;
}
#sec_01 .detail li {
	background-image: url(/common/img/arrow_circle.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	padding-bottom: 15px;
}
#sec_01 .detail li span {
	font-size: 70%;
	display: block;
	padding-top: 5px;
}
#sec_02 {
	clear: both;
	padding-top: 70px;
}
#sec_02 .reason {
	list-style-type: none;
}
#sec_02 .reason li {
	border: 3px solid #239190;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/common/PIE.htc);
	padding: 8px;
	float: left;
	margin-left: 15px;
	width: 205px;
}
#sec_02 .reason li .img {
	text-align: center;
	padding-bottom: 10px;
}

#sec_03 {
	clear: both;
	padding-top: 70px;
}
#sec_03 .outer .img {
	float: right;
}

#sec_03 .document {
	list-style-type: none;
	font-size: 145%;
	padding-top: 15px;
}
#sec_03 .document li {
	background-image: url(/common/img/arrow_circle.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	padding-bottom: 15px;
}
#sec_03 .notes {
	list-style-type: none;
	padding-top: 6px;
}
#sec_03 .notes li {
	padding-top: 6px;
}

#sec_04 {
	clear: both;
	padding-top: 70px;
}
#sec_04 table {
	border-collapse:collapse;
	border:0px;
	text-align: left;
	clear: both;
	width: 100%;
}
#sec_04 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_04 table tr .class {
	background-color: #4faaab;
	font-weight: bold;
	color: #FFF;
}
#sec_04 table tr .light {
	background-color: #2EA7E0;
	font-weight: bold;
	color: #FFF;
}
#sec_04 table tr .standard {
	background-color: #F39800;
	font-weight: bold;
	color: #FFF;
}
#sec_04 table tr .premium {
	background-color: #9F0D3E;
	font-weight: bold;
	color: #FFF;
}
#sec_04 table .even {
	background-color: #f7f7f7;	
}
#sec_04 .notes {
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 30px;
}
#sec_04 .notes li {
	padding-top: 6px;
}
#sec_05 {
	clear: both;
	padding-top: 70px;
}
#sec_05 .flow {
	padding-top: 20px;
	list-style-type: none;
}
#sec_05 .flow .step {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#sec_05 .flow .step .img {
	float: left;
	width: 210px;
}
#sec_05 .flow .step .caption {
	padding-left: 240px;
}
#sec_05 .flow .step .caption .pict {
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 8px;
}
#sec_05 .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_05 .flow .step .caption .pict .client {
	background-color: #f19800;
}
#sec_05 .flow .step .caption .pict .office {
	background-color: #239190;
}
#sec_05 .flow .step.clearfix .caption .txt {
	padding-bottom: 1em;
}
#sec_05 .flow .step.clearfix .caption .sec_01_inq {
	list-style-type: none;
}
#sec_05 .flow .step.clearfix .caption .sec_01_inq li {
	padding-top: 15px;
}
#sec_05 .flow .step.clearfix .caption .sec_01_inq li span {
	padding-left: 10px;
}
#sec_05 .flow .next {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
}
#sec_05 .flow .next span {
	display: block;
	padding-top: 10px;
}
#sec_05 .flow .next h5 {
	padding-top: 30px;
	padding-bottom: 10px;
}
#sec_05 .flow .next .end_inq {
	list-style-type: none;
}
#sec_05 .flow .next .end_inq li {
	width: 50%;
	float: left;
}
#sec_05 .flow .next .link_btn {
	clear: both;
}
