@charset "utf-8";
/* CSS Document */
#sec_01 {
	clear: both;
}
#sec_01 .img {
	float: right;
	padding-bottom: 30px;
	padding-left: 30px;
}

#sec_01 .txt {
	padding-bottom: 1em;
}
#sec_01 .emp {
	padding-bottom: 1em;
}
#sec_01 h4 {
	padding-top: 40px;
	clear: both;
}
#sec_01 .condition {
	float: left;
	padding-right: 50px;
}
#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 table .right {
	text-align: right;
}
#sec_01 table tr td span {
	display: block;
	clear: both;
}
#sec_01 table tr td .emp {
	padding-bottom: 0px;
}
#sec_01 table tr td img {
	padding: 5px;
}


#sec_01 .formula {
	list-style-type: none;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 20px;
}
#sec_01 .formula li {
	float: left;
	text-align: center;
	padding-right: 10px;
}
#sec_01 .formula li .red {
	display: block;
	padding-top: 5px;
}
#sec_01 .calculation {
	list-style-type: none;
	font-size: 145%;
	padding-top: 10px;
}
#sec_01 .calculation li {
	padding-bottom: 15px;
}
#sec_01 .calculation li sup {
	font-size: 70%;
	line-height: 0%;
}
#sec_01 .notes {
	color: #C30D24;
	padding-bottom: 30px;
}
#sec_01 .notes2 {
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 15px;
}

#sec_01 .tax {
	float: right;
}
