@charset "utf-8";
body{
	background:  #00787e;
}

#wrap{
	box-sizing: border-box;
	width: 100%;
	background-image: url("../img/kureha.png"),url("../../common/img/grd.png");
	background-repeat: no-repeat, repeat-x;
	background-position: bottom center ,bottom left;
	background-color: #effff7;
	background-size: 100% auto,auto auto;
	padding: 0 0 100px;
}
#Logo h1{
	font-size: 2.4em;
	text-align: center;
	padding: 2rem 0;
}
#contents{
	background: #fff;
	border-radius: 10px;
	width: 90%;
	max-width: 460px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
#contents h2{
	background: #00787e;
	color: #fff;
	text-align: center;
	padding: 1em;
	font-size: 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#LoginArea{
	padding: 40px;
}
#LoginArea form#login_form input{
	border: 1px solid #ccc;
	margin-bottom: 2em;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	margin: 0 0 1em;
	padding: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#LoginArea form#login_form input.pwd {
	font-size: 1.1rem;
}
#LoginArea form#login_form input:focus {
	background : #E7FAE2;
}

#LoginArea form#login_form input:focus::-webkit-input-placeholder { color: #E7FAE2; } 
#LoginArea form#login_form input:focus:-moz-placeholder { color: #E7FAE2; }  /* Firefox18以前用 */
#LoginArea form#login_form input:focus::-moz-placeholder { color: #E7FAE2; } /* Firefox19以上用 */
#LoginArea form#login_form input:focus:placeholder-shown { color:#E7FAE2;} /* CSS標準(予定)の記述 */



form#login_form button.login_btn {
	width:100%;
	height:4rem;
	font-size:1.2rem;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background: #00787e;
	border-radius: 5px;
	border: none;
	display: block;
	margin: 0 auto;
}

form#login_form button.login_btn:hover {
	background: #5cb531;
}

#LoginArea ul{
	padding: 30px 0;
}
#LoginArea ul li{
	padding: 10px 0 10px 14px ;
	text-indent: -16px;
}
#LoginArea ul li span{
	color: #00787e;
}
#LoginArea div{
	text-align: center;
}
#LoginArea div img{
	width: 100%;
	max-width: 380px;
	}
.copyright{
	padding: 2rem 0;
	text-align: center;
	color: #59a19f;
}

br.pcNone{
	display: none;
}

br.spNone{
	display:block!important;
}


@media screen and (max-width: 480px) {
	#Logo h1{
		font-size:1.8em;
		padding: 1rem 0;
	}
	#contents{
		padding: 0;
	}
	br.pcNone{
		display: block;
	}
	
	br.spNone{
		display: none!important;
	}
}

