@charset "utf-8";

/*==============================================
	/login
==============================================*/
.loginSec01 {
}
	.loginSec01 dl {
		margin-left: 210px;
		padding-top: 108px;
	}
		.loginSec01 dl dt {
			clear: both;
			float: left;
			width: 73px;
			height: 17px;
			overflow: hidden;
			color: #331506;
			line-height: 22px;
			font-weight: bold;
		}
			.loginSec01 dl dt label {
				font-weight: bold;
			}
		.loginSec01 dl dd {
			margin-bottom: 15px;
		}
			.loginSec01 dl dd input {
				width: 236px;
				height: 17px;
				_height: 23px;
				vertical-align: bottom;
			}
	.loginSec01 p {
		margin-top: 40px;
		text-align: center;
	}
