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

/*-------------------------------------
	Main Visual
-------------------------------------*/

#main_visual{
	background-image: url("../images/report/main.jpg");
	position: relative;
}

#report .wrapper_m {
    width: 50%;
	}


#report .wrapper_m .box_lr .txt_box p{
	color: #b49531!important;
}

#report .wrapper_m .box_lr .txt_box p a{
	color: #b49531!important;
}

@media screen and (max-width: 768px) {
	#report .wrapper_m {
		width: 90%;
	padding-left: 0;
	padding-right: 0;
		}
}
