/********** box **********/
#box {
}

#box > div {
	margin: auto;
	padding: 10px 25px;
	width: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

#box > div h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 30px 0 20px 0;
}

#box > div h2 span {
	text-align: center;
	display: block;
	font-size: 1.2rem;
	margin: 10px;
	color: #32946a;
}

#box > div dl {
    clear: both;
}

#box > div dt {
    float: left;
    width: 22%;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 20px;
}

#box > div dd {
    float: left;
	width: 78%;
	height: 20px;
	margin-bottom: 20px;
}

#box > div dd input {
	width: 90%;
}

#box > div p {
	text-align: center;
	margin-bottom: 20px;
}



#box > div ul {
	margin: 0 20px 20px 20px;
}

#box > div ul li {
	line-height: 160%;
	margin-bottom: 5px;
}



#user_info {
	margin: 0 20px 20px 20px;
}

#user_info li {
	font-size: 1.4rem;
	line-height: 100%!important;
	margin-bottom: 5px;
}

#read {
	margin: 0 20px 20px 20px;
}

#read li {
	line-height: 160%;
	margin-bottom: 5px;
}



#err {
	border: 1px solid #ccc;
	background-color: #fffacd;
	margin-bottom: 30px;
}

#err div {
	font-weight: bold;
	font-size: 1.4rem;
	color: #f00;
	margin: 15px 15px 15px 15px;
	line-height: 150%;
}



#btn_login {

}



.to_other_page {
	text-align: center;
	margin-bottom: 20px;
}

#login_area{
    padding: 25px!important ;
}


