
@charset "utf-8";

/*リオ五輪メダル予想コラム 2016.8*/

.rio-medal {
  margin-bottom:20px;
  width:230px;
}
.rio-medal p {
  margin:10px 0;
}
@media screen and (max-width:640px){
.rio-medal {
  margin-bottom:20px;
  width:100%;
}
}