@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: midiam;
	line-height: 200%;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
html, body {
	height: 100%;
}
#wrap {
	width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#header {
	width: 100%;
	color: #fff;
}
#header img {
	margin: 80px auto 0 auto;
	padding: 0;
	width: 90%;
	max-width: 400px;
}
#contents {
	padding-bottom: 100px; /*フッターの高さと同じ*/
	max-width: 94%;
	margin: 0 auto;
	padding: 0 0 2em 0;
}
#footer {
	width: 100%;
	height: 100px;
	padding: 40px 0 0 0;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	color: #000;
	font-size: small;
}
h1 {
	padding: 50px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}
.t1 {
	padding: 30px 0;
	font-size: 50px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.t2 {
	padding: 0 0 40px 0;
	font-size: 18px;
}
.red {
	color: #CC0000;
}

/* =PC向け非表示設定 */
.for_mobile {
	display: none;
}
@media only screen and (max-width: 719px) {
	/* =MOBILE向け非表示設定 */
	.for_mobile {
	display: block;
	}
	.for_pc {
	display: none;
	}
	#contents,
	.t1 {
	text-align: left;
	font-size: 20px;
	}
	.t2 {
	text-align: left;
	font-size: 20px;
	}
	#footer {
	font-size: small;
	}
}