@media (min-width: 480px) {
  .wrapper {
	width: 480px;
  }
}

.wrapper {
  margin: 0 auto;
  background-repeat-x: no-repeat;
  overflow-x: hidden;
  background-size: 100%;
}

.hidden {
	display: none;
}

/* 錯誤提示 */
.wrapper-error img {
  margin-bottom: 5px;
  width: 150px;
  height: 175px;
}
.wrapper-error .message-error {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}
.wrapper-error .message-retry {
  font-size: 18px;
  font-weight: normal;
  color: #828282;
}