@charset "utf-8";
/* CSS Document */

#noscriptMsgFrame {
  width:840px;
  margin:0 auto 24px;
  padding-top:24px;
  text-align:center;
}

/* PC */
@media screen and (min-width:769px) {

}
/* Tablet */
@media screen and (max-width:768px) {
  #noscriptMsgFrame {
    width:100%;
    padding-top:0;
  }
}
