@charset "utf-8";

.section {
	background: #FFF;
	font-size: 123.1%;
	padding: 10px 24px 30px;
}

.section h2,
.section h3 {
	clear: both;
	margin: 0 0 20px;
}

.box1 {
	margin: 0 0 .6em;
}

.box1 .left {
	width: 335px;
}

.box2 {
	margin: 0 0 40px;
}

.box2 .left,
.box2 .right {
	line-height: 1.2;
	width: 300px;
}

.box2 .left table {
	border: 1px solid #FFA73C;
	border-top: none;
	width: 100%;
}

.box2 .right table {
	border: 1px solid #409952;
	border-top: none;
	width: 100%;
}

.box2 .left th {
	background: url(../img/fureai/icon_01.gif) no-repeat 20px center;
	padding: 10px 10px 10px 35px;
	white-space: nowrap;
}

.box2 .left td {
	background: url(../img/fureai/arrow_01.gif) no-repeat 0 center;
	padding: 10px 0 10px 45px;
}

.box2 .right th {
	background: url(../img/fureai/icon_02.gif) no-repeat 20px center;
	padding: 10px 10px 10px 35px;
	white-space: nowrap;
}

.box2 .right td {
	background: url(../img/fureai/arrow_02.gif) no-repeat 0 center;
	padding: 10px 0 10px 45px;
}


.box3 {
	margin: 0 0 40px;
}

.box3 .right {
	width: 305px;
}

.box4 {
	margin: 0 0 10px;
}

.box4 th {
	background: #F7F7F7;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.box4 th,
.box4 td {
	border: 1px solid #CCC;
	padding: 10px 20px;
}