@charset "utf-8";
/* ===================================================================
	01 基本設定
	02 パンクズ
	03 ボタン
	04 ご利用規約
	05 登録フォーム
	06 入力内容確認
	07 登録完了
	08 efo設定
	09 ログイン画面
	10 ログイン用エラーエリア
	11 既存会員用ログインページ
	12 登録完了(メンバーズカード登録フロー)
=================================================================== */
/* 01 基本設定
--------------------------------------------------------------------*/
#members {
	width: 1000px;
	/*ここはサイトのヘッダの横幅に合わせる*/

	margin: 0 auto;
	text-align: left;
}
#members h2 {
	padding: 5px 0;
	text-align: left;
	margin-bottom: 30px;
	font-size: 24px;
}
#members .step {
	text-align: center;
	margin-bottom: 30px;
}
/* デフォルトで使ってるステップ画像 */
/* #members h2.step1 span {
	display: block;
	background: url("http://blancclosetcom.s3.amazonaws.com/static/full/images/step1.gif") no-repeat right center;
}
#members h2.step2 span {
	display: block;
	background: url("http://blancclosetcom.s3.amazonaws.com/static/full/images/step2.gif") no-repeat right center;
}
#members h2.step3 span {
	display: block;
	background: url("http://blancclosetcom.s3.amazonaws.com/static/full/images/step3.gif") no-repeat right center;
}
#members h2.step4 span {
	display: block;
	background: url("http://blancclosetcom.s3.amazonaws.com/static/full/images/step4.gif") no-repeat right center;
}
*/
#members h3 {
	background-color: #000000;
	line-height: 40px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
	color: #fff;
}
#members h3 .mf {
	color: #ff0000;
}
/* チェックボックス */

.agree_check input[type=checkbox] {
	display: inline-block;
}
.agree_check input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
}
@media (min-width: 1px) {
	.agree_check input[type=checkbox] {
		display: none;
		margin: 0;
	}
	.agree_check input[type=checkbox] + label {
		padding: 3px 0 0 30px;
	}
	.agree_check input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
	}
	.agree_check input[type=checkbox] + label::before {
		width: 15px;
		height: 15px;
		background: url("/static/full/images/common/check.gif") no-repeat;
		background-size: 15px 15px;
	}
	.agree_check input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 10px;
		display: block;
		left: 0;
	}
	.agree_check input[type=checkbox]:checked + label::after {
		width: 15px;
		height: 15px;
		background: url("/static/full/images/common/checked.gif") no-repeat;
		background-size: 15px 15px;
	}
}
/* 02 パンクズ
--------------------------------------------------------------------*/
#members .bread {
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
	width: 1000px;
	float: left;
	font-size: 10px;
}



/* 03 ボタン
--------------------------------------------------------------------*/

#members .single_btn {
	text-align: center;
	width: 255px;
	margin: 20px auto 50px;
}
#members .next_btn {
	text-align: center;
	display: block;
	background-color: #cc0033;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	font-size: 13px;
}
#members .next_btn:hover {
	cursor: pointer;
}
#members .back_btn {
	text-align: center;
	display: block;
	background-color: #FFF;
	color: #535353;
	line-height: 46px;
	font-weight: bold;
	font-size: 13px;
	border: 2px #cccccc solid;
}
#members .double_btn {
	margin: 10px 0 70px 0;
}
#members .double_btn ul {
	text-align: center;
}
#members .double_btn ul li {
	display: inline-block;
	width: 255px;
}
#members .double_btn ul li:first-child {
	margin-right: 20px;
	width: 251px;
}
/* 04 ご利用規約
--------------------------------------------------------------------*/

#members strong {
	text-align: center;
	display: block;
	padding: 20px 0;
}

#members .agree_box {
	width: 820px;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	border: 1px #d8d8d8 solid;
	background-color: #f1f1f1;
	overflow-y: auto;
	padding: 20px;
}

#members .agree_box p {
	/* padding: 20px; */
	width: 780px;
	/* height: 240px; */
}

#members .agree_check {
	text-align: center;
	margin: 20px 0;
}
#members .agree_check .agreement_check_link {
	text-decoration: underline;
}

#members .agree_box .agreement_text,
#members .agree_box .agreement_section {
	margin-bottom: 40px;
}

#members .agree_box .agreement_section_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

#members .agree_box .agreement_data_heading {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

#members .agree_box .agreement_data {
	margin-top: 30px;
}

#members .agree_box .agreement_data_list {
	display: table;
	font-size: 12px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}

#members .agree_box .agreement_data_item {
	display: table-row;
	line-height: 1.4;
}

#members .agree_box .agreement_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}

#members .agree_box .agreement_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}


/* 05 登録フォーム
--------------------------------------------------------------------*/

#members table {
	display: block;
	margin: 0 30px 20px;
}
#members .conf_magazine {
	padding: 0 0 10px 30px;
}
#members .conf_magazine:last-child {
	margin-bottom:10px;
}
#members .favorite_store {
	padding: 0 0 10px 30px;
	margin-bottom: 40px;
}
#members .favorite_store dt {
	float: left;
	margin-right: 15px;
}
#members .favorite_store dd {
}
#members table th {
	line-height: 50px;
	width: 216px;
	text-align: left;
}

#members table th .required {
	color: #cc0033;
}

#members table td {
	line-height: 50px;
	position: relative;
	/* width: 500px; */
}
#members table td input {
	box-sizing: content-box;
	width: 310px;
	border: 2px #d6d6d6 solid;
	line-height: 26px;
	height: 26px;
	margin: 0 0 2px 0;
	color: #000;
	padding-left: 5px;
}
#members table td .errorSlot {
	line-height: 1em;
}
#members table td span {
	color: #787878;
	font-size: 11px;
}
#members table td .errorText {
	color: #FF3300;
}
#members table td span.note {
	display: block;
    line-height: 1.2;
    margin-top: -7px;
}
#members table td .errorText {
	display: inline-block;
	color: #ff0000;
	margin-bottom: 2px;
}
#members table td.ex {
	line-height: 15px;
	padding: 10px 0;
}
#members table td .form_group_row {
	display: flex;
}
#members table td .form_group_row > div {
	margin-right: 5px;
}
#members .errorSlot{
	line-height: 1em;
}
#members .section {
	border: none;
	padding: 0 20px;
	margin-bottom: 30px;
}
#members .section p {
	margin-bottom: 15px;
}
#members table td input[type=radio] {
	display: inline-block;
}

#members table td input[type=radio] + label {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
}

.form_group .input_group_inline * {
	display: inline-block;
}

@media (min-width: 1px) {
	#members table td input[type=radio] {
		display: none;
		margin: 0;
	}
	#members table td input[type=radio] + label {
		padding: 0 0 0 35px;
		margin-right: 20px;
	}
	#members table td input[type=radio] + label::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 28px;
		height: 28px;
		background: url("/static/full/images/common/choose.gif") no-repeat;
	}
	#members table td input[type=radio] + label::before {
		/* background: url("/static/full/images/common/choose.gif") no-repeat; */
	}
	#members table td input[type=radio]:checked + label::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 28px;
		height: 28px;
		background: url("/static/full/images/common/chosen.gif") no-repeat;
	}
}
.sampleValue {
	color: #999 !important;
}
#members .section .agree_check {
	padding-left: 20px;
	text-align: left;
}
#members .section .agree_check h4 {
	font-weight: bold;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px #d6d6d6 solid;
	padding-bottom: 5px;
}
#members .section .agree_check p {
	margin-bottom: 0;
}

/* メルマガ登録画面 */
.magazine_area,
.myshop_area {
	padding-left: 15px;
	margin-bottom: 30px;
}
	.myshop_area p {
		margin-bottom: 20px;
	}
	.magazine_area .left {
		text-align: left !important;
	}
	.magazine_area .mf {
		color:#F00;
	}
	#members .mm_sort {
		background: url("/static/full/images/members/select_shop.jpg") no-repeat;
		background-size: 820px 85px;
		height: 85px;
		width: 820px;
		margin: 0px auto 40px auto;
	}
	#members .mm_sort table table {
		width: 720px;
	}
	#members .mm_sort table td {
		padding: 28px 0 0 55px;
		background: url("/static/full/images/common/arrow_11.gif") no-repeat;
		background-position: 10px 34px;
	}
	#members .mm_sort table tr td:first-child {
		padding-left: 15px;
		background: none;
	}

	#members .mm_sort table td .pull-down_ p {
	}
	#members .mm_sort table td .pull-down_ {
		position: relative;
		width: 195px;
	}
	#members .mm_sort table td .pull-down_end_ {
		position: relative;
		width: 235px;
	}
	#members .mm_sort table td .pull-down_ p a,
	#members .mm_sort table td .pull-down_end_ p a {
		background: url("/static/full/images/common/btn_pulldown_black.gif") no-repeat scroll right center #F2F2F2;
		display: block;
		line-height: 36px;
		padding-left:5px;
	}
		#members .mm_sort table td .pull-down_ ul {
			display: none;
			position: absolute;
			background-color: #FFFFFF;
			width: 193px !important;
			border: 1px #f2f2f2 solid;
			top: 36px;
			z-index: 100;
		}
		#members .mm_sort table td .pull-down_end_ ul {
			display: none;
			position: absolute;
			background-color: #FFFFFF;
			width: 233px !important;
			border: 1px #f2f2f2 solid;
			top: 36px;
			z-index: 100;
		}
		#members .mm_sort table td .pull-down_ ul li ,
		#members .mm_sort table td .pull-down_end_ ul li {
			border-top:1px #f2f2f2 solid;
			line-height: 30px;
		}
		#members .mm_sort table td .pull-down_ ul li:first-child ,
		#members .mm_sort table td .pull-down_end_ ul l:first-childi {
			border-top:none;
		}
		#members .mm_sort table td .pull-down_ ul li a ,
		#members .mm_sort table td .pull-down_end_ ul li a {
			display:block;
			padding-left: 5px;
		}
		#members .mm_sort table td .pull-down_ ul li a:hover ,
		#members .mm_sort table td .pull-down_end_ ul li a:hover {
			background-color: #8ac22b;
		}
		#members #storeFolder2 .title-area {
			font-size: 16px;
			font-weight: bold;
			line-height: inherit;
		}
		#members #storeFolder2 .title-prefecture {
			font-size: 14px;
			font-weight: bold;
			padding-top: 10px;
			line-height: inherit;
		}
		#members #storeFolder2 .title-brand {
			font-size: 12px;
			font-weight: bold;
			padding: 5px 0;
			line-height: inherit;
		}
		#members .prefContainer .storeInputCol {
			padding: 0px 10px 0px 20px;
			width: 15px;
		}
		#members .prefContainer .storeNameCol {
			width: auto;
			line-height: 25px;
		}
		#members #storeFolder2 {
			width: 820px;
			margin: 0 auto;
		}
		#members #storeFolder2 table {
			margin-bottom: 5px;
		}

#members .member-cards {
	padding-left: 30px;
	margin: 15px 0;
}
#members .member-cards p {
	margin: 10px 0;
}

/* 06 入力内容確認
--------------------------------------------------------------------*/

#members .confirmation td {
	color: #545454;
}
#members .confirmation td span {
	font-size: 13px !important;
	color: #545454 !important;
}
#members .magazine_confirm {
	padding: 0 0 20px 30px;
}

/* 07 登録完了
--------------------------------------------------------------------*/

#members .thx {
	text-align: center;
	margin: 70px 0;
}
#members .thx h3 {
	font-size: 50px;
	background-color: #FFF;
	line-height: 50px;
	padding: 0;
	font-family: 'Droid Serif', serif;
	color: #000000;
	font-weight: normal;
}
#members .thx strong {
	font-size: 18px;
}
#members .thx .complete_mail {
	text-align: center;
	margin-bottom: 25px;
	font-size: 18px;
	color: #ff0000;
}
#entry_complete {
	width: 960px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#entry_complete h3{
	margin:0;
	padding:0;
}
.coupon_present {
	margin-bottom: 15px;
}
#entryBrandlist ul {
	width: 876px;
	padding-left: 30px;
	padding-bottom:30px;
	margin: 0 auto;
}
#entryBrandlist ul li {
	list-style: none;
	margin: 0 30px 20px 0;
	padding: 0;
	width: 262px;
	height: 130px;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height:30px;
}
#entryBrandlist ul li a {
	color: #000000;
}

/* 08 efo設定
--------------------------------------------------------------------*/

.sampleValue {
	color: #999;
}
.efoMsgBox {
	background-color: #000;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	left: 0;
	opacity: 0.8;
	padding: 3px 10px;
	position: absolute;
	top: 0;
}
#members .ok {
	color: #FF3300;
	font-size: 12px;
	margin-top: 0;
}

/* 09-1 ログイン画面
--------------------------------------------------------------------*/

/*login message*/
.existing_message {
	background-color: #ff5da7;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
.existing_message p {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.existing_message a {
	text-decoration: underline;
	color: #fff;
}
.existing_message span {
	display: block;
	margin-top: 5px;
}
/*login message*/

#loginbox:before, #loginbox:after {
	content: " ";
	display: block;
}
#loginbox:after {
	clear: both;
}
#loginbox h3 {
	text-align: center;
	font-size: 16px;
	padding: 0;
}
#loginbox {
	width: 880px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
#loginbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/

* html #loginbox {
	height: 1em;
}
.onmemttl {
	position: absolute;
	width: 420px;
	left: 0;
	top: 8px;
	z-index: 31;
	text-align: left;
}
.nomemttl {
	position: absolute;
	width: 420px;
	height: 1%;
	left: 460px;
	top: 8px;
	z-index: 30;
	text-align: left;
}
/*ie6*/

* html .onmemttl {
	margin: 0 0 0 10px;
}
* html .nomemttl {
	margin: 0 0 0 10px;
}
.memberbox--left {
	float: left;
	width: 420px;
	text-align: left;
	padding-bottom: 10px;
	border: 1px solid #666;
}
.memberbox--right {
	float: right;
	width: 420px;
	text-align: left;
	padding-bottom: 10px;
	border: 1px solid #666;
}
.memberbox2 {
	float: left;
	width: 418px;
	min-height: 252px;
	/*ie6*/

	height: auto !important;
	height: 252px;
	margin: 37px 10px 0px 0;
	border: #666 solid 1px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	padding: 0 0 10px 0;
}
.memberbox3 {
	float: right;
	width: 418px;
	min-height: 252px;
	/*ie6*/

	height: auto !important;
	height: 252px;
	margin: 37px 0 0px 10px;
	border: #666 solid 1px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	padding: 0 0 10px 0;
}
/*login button*/

#loginbtn {
	margin: 0 0 5px 0;
}
.member-txt {
	width: 385px;
	margin: 0 auto;
	padding: 10px 0;
}
.member-txt2 {
	width: 438px;
	margin: 0 auto;
	padding: 30px 30px 10px 30px;
	min-height: 130px;
	/*ie6*/

	height: auto !important;
	height: 130px;
}
.member-btn {
	text-align: center;
	width: 372px;
	margin: 0 auto;
}
#purchase-btn, #registration-btn {
	text-align: center;
	width: 204px;
	margin: 0 auto 40px;
}

#members table td input.member_login {
	/* width: 90%; */
}

/*#20687 Input ログインフォーム IDクリア･PW可視化 start*/

#members .member_form tbody,
#members .member_form tr,
#members .member_form td {
	display: block;
}


.form_group .input_clear_button.on {	/* 会員登録 */
	left: 288px;
	right: auto;
}
.form_group .password_visibility_button {	/* 会員登録 */
	left: 274px;
	right: auto;
}

.clear_form_input,
.password_visibility_input {
	display: inline-block;
	position: relative;
}
.input_clear_button {
	display: none;
}
.input_clear_button.on {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.input_clear_button:before,
.input_clear_button:after{
	content: "";
	display: inline-block;
	height: 2px;
	background-color: #000;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.input_clear_button:before {
	width: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.input_clear_button:after {
	width: 14px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}
.password_visibility_input .input_general {
	padding: 10px 35px 10px 10px;
}
.password_visibility_input.is_show .password_visibility_button {
	visibility: visible;
}
.password_visibility_button {
	visibility: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: .375rem .75rem;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.password_visibility_button:before{
	content: "";
	display:inline-block;
	width:16px;
	height:12px;
	background-image:url(/static/lite/images/common/commonparts/icon_visibility_off.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
}
.password_visibility_input.visible_password .password_visibility_button:before{
	background-image:url(/static/lite/images/common/commonparts/icon_visibility_on.png);
}
/*#20687 Input ログインフォーム IDクリア･PW可視化 end*/

/* 09-2 SNSログイン画面
--------------------------------------------------------------------*/

.login_content {
	width: 1000px;
	margin: 0 auto;
}
.login_content h2 {
	padding: 5px 0;
	text-align: left;
	margin-bottom: 30px;
	font-size: 24px;
}
.social_login {
	margin-bottom: 40px;
}
.social_login_title {
	background-color: #000000;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 0;
}
#members .social_login_subtitle {}
.social_login_wrapper {
	position: relative;
}
.social_login_content {
	width: 880px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
.social_login_item {
	/* flex: 0 0 500px; */
	/* width: 100%; */
	/* max-width: 500px; */
	/* padding: 20px; */
}
.social_login_item:not(:last-child) {
	border-right: 1px solid #707070;
}
.social_login_area {
	padding: 20px 0 40px;
}
.social_login_text {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.social_guest {}
.social_guest_title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.social_guest_btn {
	text-align: center;
}
.social_form_fieldset {
	display: block;
	margin: 0 30px 20px;
}
.social_form_legend {
	display: none;
	font-size: 12px;
}
.social_form {
	/* display: flex;
	flex-flow: column; */
	line-height: 30px;
}
.social_form_label {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: default;
}
.social_form_input {
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 12px;
	line-height: 1;
	height: 40px;
	background-color: #fff;
	background-image: none;
	padding: 1rem;
	border: 1px solid #999;
	border-radius: 3px;
}
.clear_form_input .social_form_input {
	padding: 1rem 3.5rem 1rem 1rem;
}
.password_visibility_input .social_form_input {
	padding: 1rem 4rem 1rem 1rem;
}
.social_form_fieldset #loginId,
.social_form_fieldset #password {
	width: 300px;
}
.social_login_btn {
	text-align: center;
}
.social_login_btn + .social_login_btn {
	margin-top: 15px;
}
#AmazonPayButton {
	display: inline-block !important;
}
.social_remind {
	text-align: center;
	margin-top: 10px;
}
.social_remind_link {
	color: #000;
	font-size: 12px;
	padding-left: 1rem;
	line-height: 1.2;
	position: relative;
}
.social_remind_link:before {
	content: "!";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	color: #000;
	font-size: 12px;
	margin-top: -5px;
}
.social_remind_link:hover {
	color: #000;
}

/* 10 ログイン用エラーエリア
--------------------------------------------------------------------*/

.remind {
	margin-top: 10px;
}

#loginbox .remind {
	text-align:center;

}
.remind a {
	display: block;
	/* padding: 0 0 0 15px !important;
	text-align: left; */
	line-height: 1.8em;
	text-decoration: underline !important;
	color: #383AFE;
	background: url("/static/images/common/icon_info.png") left center no-repeat;
}

#loginbox .remind  a {
	padding: 0 0 0 15px !important;
	display: block;
	background: url("/static/images/common/icon_info.png") left center no-repeat;
	text-align: left;
	line-height: 22px;
	text-decoration: underline !important;
	color: #383AFE;
	position: relative;
}
.errorText {
	color:#ff0000;
}
.already_member {
	padding: 0 20px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 40px;
}
.already_member p {
	margin-bottom: 40px;
	line-height: 20px;
}
.already_member p .errorText {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}


/* 11 既存会員用ログインページ
--------------------------------------------------------------------*/
.exrlogin {
	border: 1px solid #666;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.exrlogin p {
	padding: 0 10px 20px 20px;
	color:#F00;
}
.exrlogin table {
	margin-bottom: 50px !important;
}
.exrlogin table th {
	font-weight: bold;
	width: 160px !important;
	display: block;
}
.margin-top-center-b {
	text-align: center;
	margin-bottom: 60px;
}
.exrlogin .login_message {
	color: #fff;
	background: #f00;
	padding: 10px;
	margin: 10px;
}

/* 12 登録完了(メンバーズカード登録フロー)
--------------------------------------------------------------------*/
#members .members-card {
	padding-left: 30px;
	text-align: center;
}
	#members .members-card p {
		padding: 10px 0;
		text-align: left;
	}
	#members .members-card .entry_card {
		width: 720px;
		margin: 15px auto 40px;
	}
		#members .members-card .entry_card p {
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 30px;
		}
		#members .members-card .entry_card .entry_form {
			float: left;
			width: 425px;
			margin-top: 30px;
		}
		#members .members-card .entry_card .card_img {
			float: left;
		}
		#members .members-card .entry_card dl {
			position:relative;
		}
			#members .members-card .entry_card dl dt {
				float: left;
				width: 100px;
				line-height: 26px;
				margin-bottom: 20px;
			}
				#members .members-card .entry_card dl dt span {
					color: #cc0000;
				}
			#members .members-card .entry_card dl dd {
				float: left;
				width: 310px;
				line-height: 26px;
				margin-bottom: 20px;
			}
				#members .members-card .entry_card dl dd span {
					font-size: 11px;
				}
				#members .members-card .entry_card.confirm dl dd span {
					font-size: 12px;
				}
				#right_box .members-card .entry_card dl dd input {
					line-height: 22px;
					margin: 0 !important;
				}
				#members .members-card .entry_card dl dd.error {
					position: absolute;
					left: 140px;
					top: -19px;
				}
