@charset "Shift_JIS";

body{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
/*-------------------------
  login page
-------------------------*/
body, html {
	height: 100%;
	margin: 0;
	position: relative;
	background: #f0f0f0;
  }
#login-wrapper main{
	width: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 10px;
	background: #fff;
	color: #474747;
}
#login-wrapper .dcm{
	margin:20px auto 50px;
}
#login-wrapper .dcm p{
	font-size: 1rem;
}
#login-wrapper .dcm button{
	display: block;
	margin: 0 auto;
	padding: 10px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #cc0033;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
#login-wrapper .other p{
	font-size: 0.8rem;
	color: rgb(255, 43, 43);
}
#login-wrapper .other a{
	display: inline-block;
	padding: 10px;
	font-size: 0.9rem;
	border-radius: 5px;
	color: #fff;
	background: #aaa;
	text-decoration: none;
}
#login-wrapper .copy{
	margin: 50px 0 20px;
	text-align: center;
	font-size: 0.7rem;
}