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

.box {
	width: 460px;
	padding-right: 500px;
	position: relative;
	min-height: 300px;
}
.box .img {
	position: absolute;
	top: 0;
	right: 0;
}
.box h2 {
	margin-bottom: 10px;
}

#p2 .box p {
	position: relative;
	padding-bottom: 25px;
}
#p2 .box .sign {
	position: absolute;
	bottom: 0;
	right: 0;
}


table.list {
	width: 100%;
}
table.list caption {
	text-align: left;
	margin-bottom: 10px;
}
table.list th, table.list td {
	padding: 6px 0;

}
table.list th {
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #221814;
	width: 128px;
}
table.list td {
	padding-left: 30px;
}





table.table {
	width: 100%;
}
table.table th, table.table td {
	border: 1px solid #000;
	vertical-align: middle;
}
table.table th {
	font-weight: normal;
	width: 110px;
	background-color: #EF831E;
	color: #fff;
}
table.table td {
	padding: 9px 0px 10px 20px;
}

#p3 .box {
	/*height: 483px;*/
	margin-bottom: 40px;
}