@charset "utf-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");


html{
	height: 100%;
	font: 300 16px/1em 'noto sans japanese';
	color: #333333;
	background: #f1f1f1;
}

body{
	background: none;
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
}

#flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#flash .message{
    font-weight: bold;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
}

#flash .message i{
    margin-right: .5em;
    display: inline-block;
}

#flash .message.hidden{
    display: none;
}

#flash .message.error{
    background: #333;
}

#flash .message.success{
    background: #00A0E9;
}

#flash .message.error:after,
#flash .message.success:after {
    content: "× クリックすると非表示になります";
    color: #fff;
    font: 500 14px/1em 'noto sans japanese';
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.loginFormArea{
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

h1{
	font: 900 20px/1em 'noto sans japanese';
	margin: 0 0 40px 0;
	text-align: center;
}

h2{
	text-align: center;
	margin-bottom: 40px;
}
h2 img{
    width: 100%;
}


.loginForm{
	border-top: 2px solid #F39801;
	font: 700 16px/1em 'noto sans japanese';
	padding: 40px;
	background: #fff;
	max-width: 380px;
	margin: 20px auto;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

.loginForm h2{
	margin-top: 0;
}

h1 img{
	max-width: 200px;
	margin-top: 0;
}

.loginForm ul li{
	width: 100%;
	margin-bottom: 20px;
	position: relative; 
}

.loginForm ul li span{
	display: block;
	margin-bottom: 10px;
}

.loginForm ul li input[type="text"], .loginForm ul li input[type="password"]{
	width: 100%;
	padding: 10px;	
	border: none;
	border-radius: 10px;
	border: 1px solid #ccc;
	font-family: FontAwesome;
}

.loginForm ul li:nth-child(3){
	padding-top: 30px;
}

.loginForm ul li input[type="submit"]{
	font: 700 16px/1em 'noto sans japanese';
	background: #F39801;
	border-radius: 10px;
	padding: 20px 50px;
	color: #fff;
	cursor: pointer;
	border: none;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.loginForm ul li input[type="submit"]:hover{
	opacity: 0.8;
}