@charset "utf-8";
body {
		background-image: url("/design/image/mtFuji-footer_bg.jpg");
		background-repeat: no-repeat;	
		background-size: cover;
		background-attachment: fixed;
		background-position: right bottom;
		min-width: 500px;
		min-height: 500px;
		text-align: center;
		margin: 0;
		padding: 0;
		positiion: relative;
	}
	.K-login {
		margin: -250px 0 0 -250px; 
		position: absolute;
		top: 50%;
		left: 50%;
		width:500px;
		height: 500px;
	}
	.login-h2 {color: #fff;}
	dt,dd{margin:0;padding: 0;}
	dt {margin-top:1.2rem; margin-bottom: 0.5rem;}
	input {
		width: 56%;
		border: 1px solid #ccc;
		padding: 2%;
	}
	button {
		width: 60%;
		font-size: 1rem;
		color: #ffffff;
		border-radius: 5px;
		background-color: #EF8585;
		border: 0;
		margin-top: 1.5rem;
		padding: 0.5rem 1rem;
		font-weight: bold;
	}