@charset "utf-8";
/* CSS Document */

.totalbox table {
	width: 605px;
	font-size: 0.8em;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 15px;
}

.totalbox table caption {
	text-align: left;
	margin-bottom: 10px;
}

.totalbox table caption.right {
	text-align: right;
	margin-bottom: 3px;
}

.totalbox table thead th,
.totalbox table tbody th {
	padding: 3px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap; 
}

.totalbox table thead th.ao,
.totalbox table tbody th.ao {
	text-align: left;
	padding: 10px;
	font-size: 1.2em;
}

.totalbox table thead td,
.totalbox table tbody td {
	padding: 3px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	white-space: nowrap;
}

.totalbox table thead td.ao,
.totalbox table tbody td.ao {
	text-align: left;
	padding: 10px;
	font-size: 1.2em;
}

.totalbox table tbody td.big {
	padding: 3px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	white-space: nowrap;
	font-size: 2.0em;
}

.totalbox table.flow {
	margin: 10px 15px;
	border: none;
	font-size: 1em;
	line-height: 140%;
}

.totalbox table.flow th {
	text-align: center;
	white-space: normal;
	border: none;
	background: #FFFFFF;
}

.totalbox table.flow td {
	padding: 10px 5px;
	text-align: center;
	white-space: normal;
	border: none;
}

.totalbox table.flow td.txt {
	padding: 10px 5px;
	text-align: left;
	white-space: normal;
	border: none;
}

.totalbox p.caution {
	border: 0;
	padding: 3px 15px;
	margin: 0;
	text-align: right;
	font-size: 0.8em;
}

.totalbox h3 {
	margin: 25px 0 10px;
}

.totalbox dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}

.totalbox dl dt {
	float: left;
	width: 10em;
	padding: 0 0 20px;
	line-height: 150%;
}

.totalbox dl dd {
	padding: 0 0 20px 8em;
	line-height: 150%;
}



*:first-child+html .totalbox dl#box02 {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}

*:first-child+html .totalbox dl#box02 dt {
	float: left;
	width: 7em;
	padding: 0 0 10px;
	line-height: 150%;
}

*:first-child+html .totalbox dl#box02 dd {
	padding: 0 0 10px 0;
	line-height: 150%;
}

*:first-child+html .totalbox dl#box03 {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}

*:first-child+html .totalbox dl#box03 dt {
	float: left;
	width: 6em;
	padding: 0 0 10px;
	line-height: 150%;
}

*:first-child+html .totalbox dl#box03 dd {
	padding: 0 0 10px 0;
	line-height: 150%;
}




.totalbox dl#box02 {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}

.totalbox dl#box02 dt {
	float: left;
	width: 9em;
	padding: 0 0 10px;
	line-height: 150%;
}

.totalbox dl#box02 dd {
	padding: 0 0 10px 7em;
	line-height: 150%;
}

.totalbox dl#box03 {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}

.totalbox dl#box03 dt {
	float: left;
	width: 8em;
	padding: 0 0 10px;
	line-height: 150%;
}

.totalbox dl#box03 dd {
	padding: 0 0 10px 6em;
	line-height: 150%;
}






.totalbox ul,
.totalbox ol {
	margin: 0 0 0 35px;
	padding: 0;
}

.totalbox ol li {
	margin: 0;
	padding: 0;
	line-height: 2;
}

.totalbox ul li {
	list-style: square;
	margin: 0;
	padding: 0;
	line-height: 2;
}

.totalbox p.title {
	background: #E3E3E3;
	line-height: 2.0;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.totalbox dl#box {
	margin: 0;
	padding: 0 20px 0;
}

.totalbox dl#box dt {
	float: left;
	width: 4em;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 120%;
}

.totalbox dl#box dd {
	padding: 0 0 5px 1em;
	line-height: 120%;
	margin: 0;
}

