@charset "utf-8";
.equ_fl{float:left;}
.equ_fr{float:right;}

@media only screen and (max-width:960px) {
.equ_fl{float:none; margin-bottom:15px; text-align:center;}
.equ_fr{float:none; text-align:center;}
}

@media only screen and (max-width:840px) {
.equ_fl{margin-bottom:0px;}
table{ width:100%;}
table tr td{ width:33.3%;}
table tr td img{ width:100%;}
}