@charset "UTF-8";

/* --------------------------------------------------------------------------------
default
-----------------------------------------------------------------------------------*/
#secret .unit {
	margin: 30px auto;
	text-align: center;
}
#secret .entrance {
	background: #eee;
	width: 730px;
}
#secret .entrance h3 {
	background: #000;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
#secret .entrance .entrance-inner{
	padding: 30px;
}
#secret .entrance input {
	display: block;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
#secret .entrance input[type="password"]{
	width: 500px;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e6e6e6;
	font-size: 15px;
	color: #424242;
}
#secret .btn {
	display: block;
	width: 350px;
	margin:  0 auto;
	padding: 0;
	border: none;
	border-radius: 4px;
	color: #fff;
	height: 63px;
	line-height: 63px;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	appearance: none;
	transition: background .2s;
	text-align: center;
}
#secret .btn:hover {
	opacity: .8;
	color: #fff;
}
#secret .bt-enter {
	background: #000;
}
#secret .bt-regist {
	background: #999;
}


















