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

print.css

/////////////////////////////////////////////////////////////////// */
	.bgWp {
		padding:0;
	}
	.clearfix {
		display: table;
	}
	.fLeft, .fRight {
		display: table-cell;
		vertical-align: top;
		float: none;
	}
	.detail {
		width: 960px;
		overflow: hidden;
	}
	.detail .fLeft {
		width: 563px;
	}
	.detail .fRight {
		width: 397px;
		text-align: right;
	}
	.point ul li {
		width: 330px;
	}
	.point .fLeft {
		padding-right: 15px;
	}
	.point .fRight {
		padding-left: 15px;
	}
	/*#linkList, #reason01, #reason02, #reason03, #reason04, #reason05 {
		page-break-after: always;
	}*/

/* ie7-8 */
.ie7 body, .ie8 body {
	zoom: 0.8;
}
.ie7 .clearfix:after, .ie8 .clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.ie7 .clearfix, .ie8 .clearfix {
	display: inline-block;
}
.ie7 .fLeft, .ie8 .fLeft {
	display: block;
	float: left;
}
.ie7 .fRight, .ie8 .fRight {
	display: block;
	float: right;
}
.ie7 .detail .fLeft, .ie8 .detail .fLeft {
	width: 563px;
}
.ie7 .detail .fRight, .ie8 .detail .fRight {
	width: 340px !important;
}
.ie7 .point ul li, .ie8 .point ul li {
	width: 315px;
	background: #fff;
}
.ie7 .point .fLeft, .ie8 .point .fLeft {
	padding-right: 0;
}
.ie7 .point .fRight, .ie8 .point .fRight {
	padding-left: 0;
}
