@charset "utf-8";
body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 游明朝, YuMincho, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2.79999995231628px;
	line-height:34px;
	background:url("../images/bg.png") repeat center;
	background-size:contain;
}
article{
	width:100%;
	height: 0;
	/* (画像の高さ / 画像の横幅) × 100 */
	padding-top: 150%;
	background:url("../images/website.png") no-repeat center;
	background-size:cover;

}
p{
	color:#fff;
	font-size:11px;
	text-align:center;
	marign:0 auto;
}

