@charset "utf-8";

html {
    height: 100%;
}

body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin:auto;
    height: 100%;
}

h2 {
    color:#B70003;
    text-align:center;
    padding-top:55%;
}

p {
	color:#FFF;
	font-weight:600;
	line-height:-1cem;
	margin-top:0%;
}

#title {
	width:33%;
	margin:auto;
	margin-top:-5%;
}

#bg {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

#bg2 {
    background-color:rgba(0, 0, 0, 0.5);
    width:26%;
    margin:auto;
    margin-top:0px;
}

.id-pw {
	font-size:12px;
	font-weight:600;
	color:#FFF;
	margin-bottom:-1%;
}

.text_area {
	width:75%;
	margin:auto;
}

.submit_button {
   text-align:center;
}

.fullheight {
    height: 100%;
}
