@CHARSET "UTF-8";

/*------------------------------------------------------------------------------------------
	ログイン
------------------------------------------------------------------------------------------*/
.member_auth .facebook_login {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ddd;
	text-align: center;
}
.member_auth .facebook_login .help {
	color: #666;
	margin-top: 10px;
}

.member_auth .contents {
	min-width: 750px;
	width: 100%;
}
.member_auth .left_contents,
.member_auth .right_contents {
	width: 50%;
	vertical-align: top;
	position: relative;
	width: 385px;
	padding: 0 10px;
}
.member_auth .left_contents {
	padding-right: 10px;
}
.member_auth .right_contents {
	padding-left: 10px;
}
.member_auth .left_contents h4 {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	background: url(../../img/icon/yadoran.gif) no-repeat;
	line-height: 26px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.member_auth .left_contents .description {
	margin-bottom: 15px;
}
.member_auth .left_contents .login_form table {
	width: 100%;
}
.member_auth .left_contents .login_form td {
	padding: 5px;
}
.member_auth .left_contents .login_form td.style1 {
	font-weight: bold;
	text-align: right;
	color: #996633;
	width: 30%;
	white-space: nowrap;
}
.member_auth .left_contents .login_form .input {
	width: 100%;
	ime-mode: disabled;
}
.member_auth .left_contents .login_form .reminder {
	margin-bottom: 5px;
}
.member_auth .right_contents .regist {
	width: 385px;
	height: 290px;
	background: url(../../img/bg/member_auth_regist.gif) no-repeat;
	color: #fff;
	position: relative;
	margin: auto;
}
.member_auth .right_contents .regist .block1 {
	position: absolute;
	width: 345px;
	font-weight: bold;
	font-size: 14px;
	top: 65px;
	left: 20px;
	line-height: 160%;
}
.member_auth .right_contents .regist .block2 {
	position: absolute;
	color: #fccf11;
	font-weight: bold;
	line-height: 180%;
	top: 143px;
	left: 185px;
}
.member_auth .left_contents .login_form .button {
	text-align: center;
}
.member_auth .right_contents .regist .block3 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 225px;
}
.member_auth .left_contents .login_form .button,
.member_auth .left_contents .login_form .button .common_button,
.member_auth .right_contents .regist .block3,
.member_auth .right_contents .regist .block3 .common_button {
	width: 180px;
}