@charset "UTF-8";

/* -------------------------------------------
/* 共通：ウィザードナビゲーション
/* -----------------------------------------*/
.wizard-nav {
	display: table;
	height: 64px;
	margin: 0 auto;
	table-layout: fixed;
	float: none;
}
.wizard-nav .item {
	display: table-cell;
}
.wizard-nav .step-box {
	width: 168px;
	height: 64px;
	line-height: 64px;
	float: left;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	background-color: #ffbf7f;
	color: #d46a00;
	margin: 0;
}
.wizard-nav .step-box.current  {
	color: #ffffff;
	background-color: #d46a00;
}
.wizard-nav .cursor  {
	width: 21px;
	height: 64px;
	line-height: 64px;
	font-size: 24px;
	margin: 0 16px;
	float: left;
	color: #d46a00;
	text-align: center;
}

.registration-table th {
	width: 250px;
}

/* -------------------------------------------
/* 利用規約の確認画面
/* -----------------------------------------*/
#registration-terms .box-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 488px;
	border-spacing: 1px 0;
}
#registration-terms .box-wrapper .box {
	display: table-cell;
}
#registration-terms .box-wrapper .confirm-box {
	margin-right: 14px;
	border: 1px solid #d46a00;
	background-color: #fff2e5;
	height: 488px;
}
#registration-terms .box-wrapper .confirm-box h4 {
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #d46a00;
	background-color: #ffbf7f;
	margin: 0;
}
#registration-terms .box-wrapper .confirm-box p {
	font-size: 14px;
	line-height: 1.8em;
	margin: 16px;
}
#registration-terms .box-wrapper .agreement-wrapper {
	text-align: center;
}
#registration-terms .box-wrapper .agreement-wrapper label {
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
}
#registration-terms .box-wrapper .agreement-wrapper input[type="checkbox"] {
	margin-right: 8px;
}
#registration-terms .box-wrapper .submit-wrapper {
	text-align: center;
	background-color: #ffffff;
	padding: 32px;
	margin: 16px;
}
#registration-terms .box-wrapper .submit-wrapper .btn {
	width: 130px;
}
#registration-terms .box-wrapper .submit-wrapper button:DISABLED {
	background-color: #acacac;
	border-color: #929292;
}
#registration-terms .box-wrapper .terms-box {
	border: 1px solid #b2b2b2;
	overflow-y: scroll;
	background-color: #ffffff;
	height: 240px;
	margin-left: 14px;
	margin-bottom: 8px;
}
#registration-terms .box-wrapper .terms-box h4 {
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 0 16px;
	border-bottom: 1px solid #b2b2b2;
}
#registration-terms .box-wrapper .terms-box h5 {
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0 16px;
	border-bottom: 1px solid #b2b2b2;
}
#registration-terms .box-wrapper .terms-box p {
	margin: 16px;
	font-size: 12px;
}

/* -------------------------------------------
/* 利用者情報入力画面
/* -----------------------------------------*/
#registration-input .password-level {
	width: 200px;
	height: 24px;
	border: 1px solid #d2d6de;
	padding: 1px;
	margin-top: 2px;
}
#registration-input .password-level .level-gauge {
	height: 20px;
}
#registration-input .level-label {
	display: none;
	height: 18px;
	text-align: center;
}
table.base-table.stripe-table tbody>tr:nth-child(even) td {
	background-color: #f0f0f0 !important;
}
#registration-input #zip-result-table tr:hover td {
	background-color: #ffd8b2 !important;
}
#registration-input #zip-result-modal .modal-content {
	overflow: hidden;
	width: 720px;
}
#registration-input #zip-result-table {
	margin: 0 auto;
}
#registration-input #zip-result-table thead, #registration-input #zip-result-table tbody{
	display: block;
}
#registration-input #zip-result-table tbody {
	height: 300px;
	overflow-y: auto;
}
#registration-input #zip-result-table td,th {
	table-layout:fixed;
}
#registration-input #zip-result-table .zip {
	width: 85px;
}
#registration-input #zip-result-table .add {
	width: 605px;
}
