@charset "UTF-8";

.login_txt {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 30px;
	font-size: 12px;
	color: #6B6B6B;
	text-align: left;
	line-height: 18px;
}

.login_box {
	margin-bottom: 30px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.login_lineleft {
	width: 80px;
	float: left;
	height: 23px;
	font-size: 13px;
	color: #4D4D4D;
}

.login_lineright {
	width: 290px;
	float: left;
	height: 23px;
	border: 1px solid #6B6B6B;
}

.login_line {
	width: 450px;
	height: 23px;
	margin-bottom: 15px;
	clear: both;
	float: left;
}

.login_line2 {
	width: 290px;
	height: 23px;
	margin-bottom: 15px;
	margin-left: 80px;
	clear: both;
}

.login_button {
	width: 290px;
	height: 23px;
	margin-bottom: 5px;
	clear: both;
	text-align: center;
	padding-left: 80px;
}

.login_button input{
	margin-left: 10px;
	margin-right: 10px;
}

.login_checkbox {
	float: left;
	font-size: 11px;
	color: #4D4D4D;
}

.login_pass {
	float: right;
	font-size: 11px;
	font-style: italic;
	color: #009FE8;
}

.login_regi {
	font-size: 21px;
	font-style: italic;
	color: #009FE8;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	text-decoration: underline;
}

