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


/*==========================================================
												header
==========================================================*/

/* ============== header ============== */
.header{
	background-color: #d86a66;
	width:100%;
	padding:0 0 70px; 
	margin: 0 auto;
}

/* ============== report_box_1 ============== */
.report_box_1{
	background-color: #fffde5;
	margin: 0 auto;
	padding: 0 0 40px;
}
.report_box_1 .photo img{
	margin-top: -50px;
}
.report_box_1 .sub_box_1{
	width: 960px;
	margin: 30px auto 40px;
}
.report_box_1 .sub_box_1 .text{
	width: 232px;
	float: left;
	font-size: 16px;
	line-height: 1.8;
}
.report_box_1 .sub_box_1 .text a{
	color:#8bc53f;
}

.report_box_1 .sub_box_1 .text img{
	padding-top:8px;
}
.report_box_1 .sub_box_1 .figure{
	width: 691px;
	height: 339px;
	float: right;
}
.report_box_1 .sub_box_2{
	padding-bottom: 40px;
}
.report_box_1 .sub_box_2 .text{
	width: 920px;
	margin: 0 auto;
	font-size: 16px;
	color: #d86a66;
}
.introduction .report .list_2 a:hover{
	filter:alpha(opacity=80);
    opacity:0.7;
}

.footer{
    padding: 0px 0 10px;
}