@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE: FASHION WALKER
TITLE: PC customerディレクトリ 【L4】

(1) パスワード忘れ
(2) お問い合わせ

____________________________________________________________________________*/

html:has(.page_customer-sendpassword) {
  scroll-behavior: smooth;
}

/*----------------------------------------------------------------------------
　(1) パスワード忘れ
----------------------------------------------------------------------------*/

#password .inputBox {
	padding: 30px;
	width: initial;
	width: auto;
}

#password input {
	padding: 5px;
	font-size: 13px;
}

.password_email {
	margin-bottom: 15px;
}

.password_email input {
	width: 310px;
	ime-mode: inactive;
}

.password_email p {
	margin-top: 5px;
}

.password_name dt label {
	margin-bottom: 0;
}

.password_name dd label {
	font-weight: normal;
}

.password_name dd {
	float: left;
	margin-right: 10px;
}

.password_name input {
	width: 145px;
	ime-mode: auto;
}

.password_name p {
	margin-top: 5px;
}
.page_customer-sendpassword .heading{
	margin-bottom:.5em;
	font-size:18px;
}
.page_customer-sendpassword .inputBox {
	margin-top: 16px;
}
.page_customer-sendpassword .password_email p {
	margin-top: 16px;
	font-size: 11px;
	color: #666;
}
.page_customer-sendpassword .password_email {
	margin-bottom: 0;
}

.page_customer-sendpassword .error-msg a {
	text-decoration: underline;
}
.sendpassword_section {
	border-bottom: 1px solid #ddd;
	padding: 18px 0;
}
.sendpassword_section:last-child {
	margin-bottom: 30px;
	border-bottom: none;
}
.sendpassword_section h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.sendpassword_section .link-pagelink {
	color: #2b2b2b;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	margin-top: 18px;
	border: 1px solid;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
}
#password .customer_edit2 {
	margin-top: 50px;
}


/*----------------------------------------------------------------------------
　(2) お問い合わせ
----------------------------------------------------------------------------*/

#inquiry table {
	margin: 15px 0 0 0;
	width: 100%;
}

#inquiry th {
	width: 150px;
	padding: 6px 3px;
	vertical-align: top;
	font-weight: bold;
}

#inquiry td {
	padding: 6px 3px;
	vertical-align: top;
}

#inquiry textarea {
	width: 99%;
	resize: vertical;
}

#inquiry td span {
	display: block;
	margin-top: 5px;
	color: #666;
}

#inquiry td p {
	margin-bottom: 10px;
}

#inquiry td pre {
	margin-bottom: 13px;
}

#inquiry img {
	width: 32%;
	height: auto;
	vertical-align: top;
	border: 1px solid #EEE;
}

#inquiry input.name {
	width: 24%;
}

#inquiry input.email {
	width: 43%;
}

#inquiry input.imgFile {
	padding: 2px 0;
	margin-bottom: 5px;
	width: 100%;
}