@charset "utf-8";

/* Dollyちゃんの壁紙 */
.wallpaper {
  width: 600px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .wallpaper {
		width: 96%;
	}
}