@charset "utf-8";
/* CSS Document */
		.br .main{ padding:0px 0px}
		
		.br_width{ max-width:1000px; }
		
		.br_fld{background-color:transparent;}
		.br_icon{ width:100px; height:auto }
		.br_num{ font-weight:bold; font-size:80px; }
		.br_txt{ font-size:15px; }
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			.br .main{ padding:10px 0px}
			
			.br_txt{ font-size:15px; height:70px }
			.br_icon {width:100%; height:auto}
			
			.br_num{ font-weight:bold; font-size:32px; }
			
		}
		
		@media only screen and (max-width:490px){
			
		}

