@charset "UTF-8";

html {
  min-height: 400px;
  position: relative;
  height:100%;
}

body {
  background: #F2F2F2;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
margin:0 auto;
  padding:0 ;
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 12px;
}



.login-page {
	height: 200px;
	width: 80%;
  max-width: 500px;
  margin: auto;
  position: absolute;
	top: 0;
	right: 0;
	bottom: 90px;
	left: 0;
	
}
.form {
	margin: auto;
  z-index: 1;
  background: #fff;
  height: 200px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.login-page form button:hover,.form button:active,.form button:focus {
  background: #777;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

	

/*ヘッダー*/
#header {
	margin:0 auto;
	top:0;
	width:100%;
	 height: 55px;
	 display:block;
	 opacity: 0.8;
	 background-color: #000;
	 box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
	 -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
	 -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); 
	 -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
	 behavior: url('PIE.htc'); /* IE */
	 padding-top: 0px;
	 position: fixed !important;  
	 position: absolute;
	 z-index:99;
	 position: fixed;
}

#header .logo {
	height: 50px;
	float:left;
	left:0;
	font-size:20pt;
	color:#FFF;
	}


#header .logo a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}

#header .logo img {
	width:180px;
	height: 47px;
	left:0;
	background-size:80% auto;
	background-repeat:no-repeat;
	background-position: left center;
	padding-top:3px;
	}



#footer {
	position: fixed;
	bottom:0px;
	background-color: #000;
	display:block;
	margin:0 auto;
	width:100vw;
	height:40px;
	text-align:center;
 }

#footer a {
	color:#666;
 }

#info {
  width:100%;
  color: #FFF;
  font-size:8pt;
  line-height:3em;
}

h1 {
	font-size:23pt;
	font-weight:bold;
	line-height:2em;
	text-align:center;
}


