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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: url(images/logo_bg.png) no-repeat top center #000000;
	margin: 0;
	padding: 0;
}

#frame {
	width: 1000px;
	margin: 0 auto;
	padding: 90px 0;
	text-align: center;
	color: #FFFFFF;
}

h1 {
	margin: 130px 0 0 0;
	line-height: 160%;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 30px 0 100px 0;
	font-size: 20px;
	font-weight: 100;
	line-height: 180%;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 200;
}

@media (max-width: 768px){
#frame {
	width: 86%;
	}
	h1 {
		font-size: 27px;
		text-align: left;
		margin: 80px 0 0 0;
	}
	h2 {
		font-size: 18px;
		text-align: left;
	}
	h3 {
		font-size: 22px;
	}
	.logo img {
		width: 300px;
		height: auto;
}

}