/* light box風ログイン画面 */

.float_login a:hover img {
	opacity:0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85; 
}

.float_login {
	zoom: 1;
	overflow: hidden;
	position: relative;
	width: 880px;
	padding-bottom: 10px;
	background: #fff;
	border-radius: 6px;
	position:relative;
	behavior: url("/PIE.htc");
}

.float_login_narrow {
	width: 650px;
}

.float_login .close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.float_login h2 {
	margin: 15px 20px;
	color: #ff6f0f;
	font-size: 18px;
}

.float_login p.lead {
	font-size: 12px;
	margin:20px 20px;
}

.float_login .container {
	position: relative;
	margin: 20px;
	padding: 15px 20px;
	background: #f8f8f8;
	border: #eee 1px solid;
	zoom: 1;
	overflow: hidden;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}

.float_login h3 {
	line-height: 1.2;
	margin-bottom: 15px;
	padding: 0;
	color: #444;
	font-size: 16px;
}
.float_login h3.cart_title {
	clear: both;
	margin-bottom: 15px;
	padding: 4px 7px 3px;
	font-size: 14px;
	line-height: 1.3;
	background: #ffa837;
	color: #fff;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}
.float_login h3.consignors_title {
	clear: both;
	margin-bottom: 15px;
	padding: 4px 7px 3px;
	font-size: 14px;
	line-height: 1.3;
	background: #8dc919;
	color: #fff;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}

.float_login h3.affiliate_title {
	clear: both;
	margin-bottom: 15px;
	padding: 4px 7px 3px;
	font-size: 14px;
	line-height: 1.3;
	background: #26bbd4;
	color: #fff;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}






.float_login .left {
	float: left;
	width: 375px;
	height: 330px;
	border-right: #dfdfdf 1px solid;
}

.float_login .right {
	float: right;
	width: 375px;
	
}

.float_login .box p {
	margin: 8px 0;
	font-size: 12px;
}

.float_login_table td,.float_login_table th {
	padding: 5px;
	vertical-align: middle;
}

.float_login_table th {
	text-align: left;
}

.float_login_table p {
	margin: 5px 0;
}

.float_login_table td {
	font-size: 12px;
}

.float_login_table td strong {
	padding-right: 4px;
}

.float_login_table td span {
	color: #666;
}

.float_login_table input {
	margin-right: 5px;
}

.float_login .first_link {
	text-align: right;
	margin: 10px 20px;
	
}

.float_login .other_login_link {
	position: absolute;
	top: 15px;
	right: 40px;
	color: #c28f2d;
}

.float_login .other_login_attention {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}

.float_login .bottom_attention {
	margin: 10px 20px;
}

.float_login .bottom_attention_center {
	text-align: center;
}

.float_login .forget_password {
    padding: 10px;
    border: 1px solid red;
}
.float_login .forget_password2 {
    padding: 5px;
    border: 1px solid red;
    width:90%;
    margin:15px 0;
}

.float_login .buttons {
	text-align:  center;
	margin: 10px 20px;
}

.float_login .buttons li {
	padding: 4px;
}

.float_login .error {
	margin: 10px 20px;
	color: #ff0000;
	font-weight: bold;
}


/* ----------------------------  */
.float_login a:hover img {
	opacity:0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85; 
}

.float_login2 {
	zoom: 1;
	overflow: hidden;
	position: relative;
	width: 500px;
	padding-bottom: 10px;
	background: #fff;
	border-radius: 6px;
	position:relative;
	behavior: url("/PIE.htc");
}

.float_login2_narrow {
	width: 370px;
}

.float_login2 .close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.float_login2 h2 {
	margin: 15px 20px;
	color: #ff6f0f;
	font-size: 18px;
}

.float_login2 p.lead {
	font-size: 12px;
	margin:10px 20px;
}

.float_login2 .container {
	position: relative;
	margin: 20px;
	padding: 15px 20px;
	background: #f8f8f8;
	border: #eee 1px solid;
	zoom: 1;
	overflow: hidden;
	border-radius: 3px;
	position:relative;
	behavior: url("/PIE.htc");
}

.float_login2 h3 {
	line-height: 1.2;
	margin-bottom: 15px;
	padding: 0;
	color: #444;
	font-size: 16px;
}

.float_login2 .left {
	float: left;
	width: 375px;
	height: 230px;
	border-right: #dfdfdf 1px solid;
}

.float_login2 .right {
	float: right;
	width: 375px;
	
}

.float_login2 .box p {
	margin: 8px 0;
	font-size: 12px;
}

.float_login2_table td,.float_login2_table th {
	padding: 5px;
	vertical-align: middle;
}

.float_login2_table th {
	text-align: left;
}

.float_login2_table p {
	margin: 5px 0;
}

.float_login2_table td {
	font-size: 12px;
}

.float_login2_table td strong {
	padding-right: 4px;
}

.float_login2_table td span {
	color: #666;
}

.float_login2_table input {
	margin-right: 5px;
}

.float_login2_table input.text {
	width: 150px;
}

.float_login2 .first_link {
	text-align: right;
	margin: 10px 20px;
	
}

.float_login2 .other_login_link {
	position: absolute;
	top: 15px;
	right: 40px;
	color: #c28f2d;
}

.float_login2 .other_login_attention {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}

.float_login2 .bottom_attention {
	margin: 10px 20px;
}

.float_login2 .bottom_attention_center {
	text-align: center;
}

.float_login2 .forget_password {
    padding: 10px;
    border: 1px solid red;
}

.float_login2 .buttons {
	text-align:  center;
	margin: 10px 20px;
}

.float_login2 .buttons li {
	padding: 4px;
}

.float_login2 .error {
	margin: 10px 20px;
	color: #ff0000;
	font-weight: bold;
}


h3.passreset_attention {
	color:#ff0000;
}


form[action="https://api.id.rakuten.co.jp/openid/auth"]{
	display: inline;
}
input.float_mail {
	width: 240px;
}
input.float_pass {
	width: 170px;
}

.or {
	position: absolute;
	top: 100px;
	left: 370px;
}


