
@charset "utf-8";

.proteam-table01 {
  float:left;
  margin-right:20px;
}
.proteam-table02 {
  float:left;
}

@media screen and (max-width:640px){
.proteam-table01 {
  float:none;
  margin-right:0;
}
.proteam-table02 {
  float:none;
  margin-top:10px;
}
}