@charset "UTF-8";

#section01 .flt_l {
	width: 400px;
}

#section01 .flt_r {
	width: 520px;
}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	#section01 .flt_l,
	#section01 .flt_r {
		width: 100%;
	}

}
