@charset "UTF-8";
/* CSS Document */


/*-------------------- LOGIN / REG FORM ---------------------*/
*:focus {
	outline: 0;
}
.form_login {
	width:410px;
	height: auto !important;
	margin: 0 auto 30px;
	/*border: 1px solid #DDD;
	background: #FAFAFA;*/
	color: #555;
	text-align: center;
	line-height: 1.5;
}
.form_login_inner {
	font-size: 14px;
	padding: 10px 0 20px;
	}
	.form_login_inner > .error_container {
		margin-top: 20px;
	}
.form_login_inner h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
	color: #333;
	letter-spacing: 1.5px;
}
.form_login_inner h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333;
	letter-spacing: 1px;
}
.form_login_inner .obi {
	padding: 12px 0;
	background-color: #e5e5e5;
}
.form_login_inner .lst_benefit {
	display: table;
	width: 100%;
	height: 28px;
	margin: 12px auto;
}
.form_login_inner .lst_benefit li {
	display: table-cell;
	height: 28px;
	width: 50%;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #333;
}
.form_login_inner .benefit_icons {
	display: block;
	margin: 0 auto 15px;
}
.form_login_inner .bene_note {
	font-size: 12px;
	color: #555;
}
.form_login_right {
	width:410px;
	height: auto !important;
	margin-right: 20px;
	float: right;
	border: 1px solid #DDD;
	background: #FAFAFA;
	color: #555;
	text-align: center;
	line-height: 1.5;
}
.form_login_left {
	width: 300px;
	float: left;
	border: 1px solid #DDD;
	color: #555;
}
.purple {
	color: #606;
}
.form_bg {
	margin-top: 40px;
}
	#form_login_navigation_login_frm .form_bg {
		margin-top: 55px;
	}
	.form_bg.wf-logo {
		position: relative;
		width: 145px;
		height: 0;
		padding-top: 25px;
		overflow: hidden;
	}
	.form_bg.wf-logo:before {
		position: absolute;
		top: 0;
		left: 6px;
		font-size: 139px;
		vertical-align: top;
		color: #000000;
	}
	.form_bg.wf-logo:hover {
		color: #000000;
	}

#registration_form {
	padding: 0;
}
.text_box {
	width: 280px;
	height: 20px;
	padding: 10px 15px;
	clear: both;
	margin-bottom: 10px;
}
#registration_form .select {
	width: 100px;
	height: 25px;
	background: #FFF;
	border: 1px solid #606;
	border-radius: 3px;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	padding-top: 1px;
}
.form_box {
	width: 314px;
	margin: 20px auto;
	text-align: left;
}
.form_box {
	width: 314px;
}
	.form_box input[type='text'] {
		margin-bottom: 20px;
		font-size: 14px;
	}
.generic_form p {
	clear: both;
	}
	.generic_form .lead_txt {
		display: block;
		margin-top: 15px;
		font-size: 14px;
		color: #555;
		line-height: 1.7;
	}
.login_info {
	margin: 0 0 15px;
	font-size: 13px;
	}
	.login_info .lock_icon {
		width: 18px;
		height: 22px;
		margin-right: 5px;
	}
.form_radio {
	width: 330px;
	font-size: 13px;
	margin: 10px 0 0;
	float: left;
}
.form_radio_year {
	width: 330px;
	font-size: 13px;
	margin: 10px 0 20px;
	float: left;
}
.title_left {
	float: left;
	width: 70px;
	margin: 5px 8px 0 0;
}
.title_right {
	float: left;
}
.form_checkbox {
	margin: 10px 0;
	font-size: 13px;
	color: #555;
	text-align: left;
}
input[type=radio]/*,
input[type=checkbox]*/ {
	display: inline-block;
	margin-right: 6px;
}
input[type=radio] + label/*,
input[type=checkbox] + label*/ {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {
	input[type=radio]/*,
	input[type=checkbox]*/ {
		display: none;
		margin: 0;
	}
	input[type=radio] + label/*,
	input[type=checkbox] + label*/ {
		padding: 0 0 0 24px;
	}
	input[type=radio] + label::before/*,
	input[type=checkbox] + label::before*/ {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	input[type=radio] + label::before {
		border: 1px solid #d8263c;
		border-radius: 30px;
	}
	input[type=radio]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	input[type=radio]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #d8263c;
		border-radius: 8px;
	}
}
.submit_coupon_form {
	padding: 10px 0 20px;
}
.member_login {
	padding-top: 15px !important;
	margin: 0 auto;
}

/* エラーメッセージ */
.reg-error-container {
	margin: 20px 0;
	padding: 10px 15px 8px;
	background-color: #FFEFEF;
	border-radius: 4px;
	color: #ff0000;
	font-size: 12px;
}
.reg-error-container .error {
	font-size: 12px;
	color: #ff0000!important;
}
.sns_reg_or, .sns_login_or {
	display: block;
	color: #606060;
	font-size: 14px;
	margin: 0 0 5px;
}
.frm-checkbox, .frm-radio {
	position: relative;
	display: inline-block;
	padding: .5em 16px .5em 28px;
	cursor: pointer;
}
.frm-checkbox::before, .frm-radio::before {
	left: 0;
}
.frm-checkbox::after {
	left: 3px;
}
.frm-checkbox input, .frm-radio input {
	left: -10000px;
}
.reg-forgot-pass-link, .reg-login-link {
	margin: 10px 0 0;
}
.login_link, .register_link {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 11px;
	text-align: right;
	color: #555;
}
.login_link a, .register_link a {
	text-decoration: none;
	margin-right: 5px;
	color: #555;
}
.login_link i, .register_link i {
	line-height: 14px;
}

/*-------------------- Popup Login Form ---------------------*/
.login_checkbox {
	text-align: left;
}
.submit_coupon,
.submit_login_form {
	color: #FFF;
	background-color: #d8263c;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
	width: 314px;
	cursor: pointer;
	display: inline-block;
	border: 0;
	text-align: center;
	padding: 12px 0;
}
.submit_coupon:hover,
.submit_login_form:hover {
	color: #FFF;
	background-color: #e9142f;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.submit_coupon:active,
.submit_login_form:active {
	background-color: #c22236;
	box-shadow: none;
}
.submit_coupon {
	margin-top: -10px;
}
.login_pass {
	margin: -5px 0 15px;
	padding: 10px 0;
}

/*-------------------- GUEST PC ---------------------*/
.guest-pc_login {
	width:410px;
	height: auto;
	float: left;
	border: 1px solid #DDD;
	color: #555;
	text-align: center;
	line-height: 1.5;
}

/*-------------------- OPEN ---------------------*/
#panel {
	width: 100%;
	height: 210px;
	color: #FFF;
	background: #382139;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h3 {
	font-size: 16px;
	color: #FFF;
}
#panel .panel_base {
	width: 990px;
	margin: 0 auto;
}
#panel .panel_base_left {
	width: 315px;
	height: 60px;
	float: right;
	margin: 20px 5px 0 0;
}
#panel .panel_base_center {
	width: 330px;
	float: right;
	margin: 20px 25px 0 0;
}
#panel .panel_base_login {
	margin-top: 10px;
}
#panel .panel_base_right {
	width: 180px;
	font-size: 14px;
	text-align: center;
	float: right;
	margin: 40px 35px 0 0;
}
#panel .panel_base_center input.textbox_large {
	border-color: #382139;
	width: 314px;
	height: 24px;
	padding: 8px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*-------------------- OPEN  Register ---------------------*/
#panel_reg {
	width: 100%;
	height: 210px;
	color: #FFF;
	background: #382139;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel_reg h3 {
	font-size: 16px;
	color: #FFF;
}
#panel_reg .panel_base {
	width: 990px;
	margin: 0 auto;
}
#panel_reg .panel_base_left {
	width: 315px;
	height: 60px;
	float: right;
	margin: 20px 5px 0 0;
}
#panel_reg .panel_base_center {
	width: 330px;
	float: right;
	margin: 20px 25px 0 0;
}
#panel_reg .panel_base_login {
	margin-top: 10px;
}
#panel_reg .panel_base_right {
	width: 180px;
	font-size: 14px;
	text-align: center;
	float: right;
	margin: 40px 35px 0 0;
}
#panel_reg .panel_base_center input.textbox_large {
	border-color: #382139;
	width: 314px;
	height: 24px;
	padding: 8px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pass_top {
	display: block;
	float: left;
	margin: 5px 0 0 25px;
}
.pass_top #forgot_pass_top {
	color: #FFF ;
}
.pass_top a:hover {
	color: #b282b3 !important;
}
.submit_top {
	width: 180px;
	height: 40px;
	cursor: pointer;
	border-radius: 3px;
	display: inline-block;
	border: 0;
	margin: 10px auto 10px;
	font-size: 17px;
	color: #FFF;
	background: #606;
	text-align: center;
	padding: 5px 0 2px;
}
.panel_base_left ul {
	width: 310px;
}
.panel_base_left li {
	float: left;
	width: 140px;
	height: 20px;
	margin: 12px 15px 20px 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}

.tab .star_icon span{
	position: absolute;
	right: 0;
	top: 10px;
    display: block;
    width:20px;
    height: 20px;
    background: rgba(0, 0, 0, 0) url("/public/images/UI/v3/headerStar.png") no-repeat scroll -15px 0px / 30px auto;
}

.login_nl_alert {
	margin: 20px 0;
	padding: 10px 15px 8px;
	background-color: #fafafa;
	border-radius: 4px;
	color: #000;
	font-size: 12px;
	border: 1px solid #eee;
}
