@charset "shift_JIS";

html, body {height: 100%;}

body {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 360px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
	font-size: 87.5%;
}
.warning {
	color:#F33;
	font-size:130%;
	font-weight:bold;
	margin-top:20px;
	text-align:center;
}
.inner_content {
	margin: -180px 0;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 360px;
	background-color: #fff;
	text-align:center;
}
p {
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
}
hr {
    border:none;
    border-top:solid 1px #00B0F0;
	width:500px;
}
img {
	margin-top:10px;
}

@media (max-width: 360px) {
p {
	text-align:left;
}
hr {
	width:94%;
}
}