@charset "utf-8";
/* CSS Document */
html{
  font-size: 62.5%;
}
 
body {
  font-size: 16px;
  font-size: 1.6rem;
}
 
.sample{
  text-align: center;
  background: #ccc;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/
#menu-bg {
background-color: #FF0000; /*赤色*/
}
}