@charset "utf-8";
/* ===================================================================
	01 基本設定
	02 パンクズ
	03 ボタン
	04 ご利用規約
	05 登録フォーム
	06 入力内容確認
	07 登録完了
	08 efo設定
	09 ログイン画面
	10 ログイン用エラーエリア
	11 既存会員用ログインページ
	12 登録完了(メンバーズカード登録フロー)
=================================================================== */
/* 01 基本設定
--------------------------------------------------------------------*/
#members {
	width: 1080px;
	/*ここはサイトのヘッダの横幅に合わせる*/
	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 h3 {
	/* background-color: #333333; */
	line-height: 40px;
	/* padding-left: 15px; */
	/* font-weight: bold; */
	font-size: 20px;
	margin-bottom: 20px;
	color: #333333f;
}
#members h3 .mf {
	color: #ff0000;
}
#members .register_img {
	text-align: center;
	margin-bottom: 30px;
}
#members .register_img ul{
	width: 1080px;
	margin: 0 auto;
	padding: 40px 48px;
	background: #F8F3E4;
}
#members .register_img li {
	display: inline-block;
	margin: 0 6px;
}

#members .register_mailmagazine_subtitle {
	font-size: 16px;
	margin: 0 0 20px 0;
}


/* チェックボックス */

.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/default/check.png") 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/default/checked.png") no-repeat;
		background-size: 15px 15px;
	}
}
/* 02 パンクズ
--------------------------------------------------------------------*/
#members .bread {
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
	width: 1050px;
	font-size: 11px;
}
	#members .bread {

	}
	#members .bread li {
		float: left;
		padding-right: 5px;
	}
		#members .bread li a {
			background: url("/static/full/images/default/bread_arrow.gif") right center no-repeat;
			display: block;
			padding-right: 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;
	border-radius:5px;
}
#members .next_btn:hover {
	cursor: pointer;
	opacity:0.7;
}
#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;
	border-radius:5px;
}
#members .back_btn:hover {
	background-color:#eee;
}
#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;
	font-weight: normal;
	font-size: 14px;
}
#members .agree_box {
	width: 820px;
	height: 280px;
	margin: 0 auto;
	overflow-y: auto;
	padding: 0;
	border: 1px #D4D4D4 solid;
	font-size: 12px;
}
#members .agree_box .inner-box {
	padding: 20px;
	width: 780px;
	height: 240px;
	overflow-y: auto;
}
#members .agree_check {
	text-align: center;
	margin: 20px 0;
}
#members .agree_box .beginning {
	margin-bottom: 20px;
}
#members .agree_box .content-box:nth-of-type(1) {
	margin-bottom:50px;
}
#members .agree_box .beginning:nth-of-type(2):before {
	content:"▼";
}
#members .agree_box .content-box dt {
	font-weight:bold;
	margin-bottom:5px;
}
#members .agree_box .content-box dd {
	margin-bottom:15px;
}

/* カード認証
--------------------------------------------------------------------*/

#memberscard_form {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}
.memberscard,
.radiobtn_area,
.radiobtn_area label,
.radiobtn_area input{
	display: inline-block;
	vertical-align: middle;
}
.memberscard{
	width: 216px;
}
.memberscard p.card_info {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.memberscard .card_img {
	width: 85px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.radiobtn_area label {
	margin-left: 10px;
}
.radiobtn_area input{
	margin-right: 5px;
}
#card_infos table span {
	color: red;
	padding-left: 10px;
}
.card_none {
	display: none;
}
.card_checekd {
	display: block;
}
#card_infos {
	margin: 20px 0 0 214px;
	background: #F8F3E4;
	padding: 20px 20px 5px 20px;
}
#card_infos table {
	padding-left: 0px!important;
}

#card_infos table th {
	/* width: 34% !important; */
}
#card_infos table{
	/* margin-bottom: 0px !important; */
}

input#membersCardNo {
	background: #FFF!important;
}

input#pinNo {
	background: #FFF!important;
}

/* 05 登録フォーム
--------------------------------------------------------------------*/

#members .register_member,
#members .register_mailmagazine {
	border-top: solid 1px #CCCCCC;
	padding: 28.5px 0 0 0;
}

#members .canchum_title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
}

#members table {
	/* padding-left: 30px; */
	display: block;
	margin-bottom: 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;
}

#members .required {
	color: #cc0033;
}

#members table td {
	line-height: 60px;
	position: relative;
	width: 600px;
}
#members table td input {
	width: 200px;
	border: 1px #d6d6d6 solid;
	border-radius: 4px;
	line-height: 36px;
	height: 36px;
	margin: 0 0 2px 0;
	color: #000;
	padding-left: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

#members table td input[type="email"] {
	width: 532px;
}

#members table td input[type="tel"],
#members table td input[type="password"] {
	width: 345px;
}

#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 {
	position: absolute;
	bottom: -2px;
	left: 0;
	line-height: 11px;
	padding-left: 3px;
}
#members table td .errorText {
	display: inline-block;
	color: #ff0000;
	margin-bottom: 2px;
}
#members table td.ex {
	line-height: 15px;
	padding: 10px 0;
}
#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 .section .allRelease {
	border: none;
    display: inline-block;
    padding: 5px 10px;
    background: #d4d4d4;
    cursor: pointer;
    margin-bottom: -12px;
    border-radius: 5px;
    font-size: 12px;
}

#members table td input[type=radio] + label {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
}

@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/default/choose.gif") no-repeat;
	}
	#members table td input[type=radio] + label::before {
		/* background: url("/static/full/images/default/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/default/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/default/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/default/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: 'Montserrat', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-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;
}

#members .complete_card {
	text-align: center;
	margin-bottom: 20px;
}

#members .complete_card_text {
	text-align: center;
	line-height: 2em;
	margin-bottom: 20px;
}

#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;
}
/* 09 ログイン画面
--------------------------------------------------------------------*/
#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;
}

#members table td input.member_login {
	width: 90%;
}
/* ------CAN専用--------------------------------------------------------------- */
.card_message {
	text-align: center;
	margin-bottom: 30px;
	background: #F8F3E4;
	padding: 50px 0;
}
/* ---------------------------------------------------------------------------- */

/* 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: #4C9ED9;
	background: url("/static/full/images/default/icon_info.png") left center no-repeat;
}

#loginbox .remind  a {
	padding: 0 0 0 15px !important;
	display: block;
	background: url("/static/full/images/default/cart_ex.svg") left center no-repeat;
	background-size: 13px;
	text-align: left;
	line-height: 22px;
	text-decoration: underline !important;
	color: #4C9ED9;
	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;
}

/* 12 登録完了(メンバーズカード登録フロー)
--------------------------------------------------------------------*/
#members .members-card {
	/* padding-left: 30px; */
}
	#members .chum_card {
		padding-top: 10px;
		text-align: center;
		margin: 0 0 50px 0;
	}
	#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;
				}
#members .announce {
	/* padding-left: 20px; */
	margin-bottom: 20px;
	line-height: 1.5;
	/* font-size: 13px; */
}

#members .cancum_login_btn {
	background: #D8AB30;
	color: #fff;
}
#members .cancum_login_btn:hover {
	opacity:0.7;
}

#members .cancum_login_btn {
	display: inline-block;
	width: 180px;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	outline: none;
	border-radius:26px;
	font-size: 13px;
	-webkit-border-radius:26px;
	-moz-border-radius:26px;
	-ms-border-radius:26px;
	-o-border-radius:26px;
	margin: 0 0 20px 0;
}
#members .cancum_login_btn::before,
#members .cancum_login_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#members .cancum_login_btn,
#members .cancum_login_btn::before,
#members .cancum_login_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*confirm_ボタン_ワイド
--------------------------------------------------------------------*/
#members .register_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	margin: 0 auto;
}
#members .simpleBtn_wide.back {
	background: #272727 url(/static/full/images/default/btn_prev.gif) 20px 16px no-repeat;
	background-size: 7px;
	color: #fff;
	width: 240px;
}
#members .simpleBtn_wide.back:hover {
	opacity:0.7;
}
#members .simpleBtn_wide.confirm {
	background: #E50019 url(/static/full/images/default/btn_next.gif) 220px 16px no-repeat;
	background-size: 7px;
	color: #fff;
	width: 240px;
}

#members .simpleBtn_wide.confirm:hover {
	opacity:0.7;
}
#members .simpleBtn_wide {
	display: inline-block;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	border-radius:5px;
	font-size: 13px;
}
