@charset "utf-8";
/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
	background-image: url(../quotes/img/note.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}



.ward {
	width: 500px;
	margin: auto;
	font-size: medium;
	text-align: center;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 450px;
	font-style: italic;
}

.ward .target{
  display: inline-block;
  vertical-align: middle;
  line-height: 160%;
}

@media screen and (max-width:479px)
{
	.ward{
		width: 90%;
		font-size: small;
	}
}
