@charset "utf-8";

/* --------------------
 COMMON
--------------------*/
.registration-only {
	background: #ffffff;
}

.registration-only h1 {
	line-height: normal;
	margin: 25px auto 0 auto;
	min-height: 0;
	background: none;
	color: #2c71a5;
}

.registration-only h1,
.registration-only #fork p {
	text-align: center;
	margin-left: 0px;
}

.registration-only #fork {
	margin-bottom: 0;
}

.registration-only #fork > p {
	font-size: 14px;
	color: #888888;
	font-weight: normal;
}

.registration-only h2 {
	border-left: 6px solid #2c71a5;
}

.registration-link-common {
	color: #2c71a5;
}

/* LIGHT */
.registration-only .rack.light {
	background: #f1f1f1;
}

.registration-only #submit {
	background: none;
}

.registration-only #submit input {
	width: 430px;
}

.registration-only .rack.light th, .registration-only .rack.light td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

.registration-only .rack.light th+td+td {
	background: #e3e3e3;
}

/* BUTTON */
/* --------------------
 btn
--------------------*/
.btn {
    -webkit-transition: border .1s ease-out, color .1s ease-out, background-color .1s ease-out;
    transition: border .1s ease-out, color .1s ease-out, background-color .1s ease-out;
}

.btn,.btn-lg, .btn-group-lg>.btn {
    cursor: pointer;
    border-radius: 3px;
}

.btn-primary, .btn-primary:focus {
    background-color: #2c71a5;
}

.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #317EB9;
}

.btn-inverse, .btn-inverse:focus {
    border: 1px solid #d0d0d0;
    color: #767676;
    background-color: #fff;
}

.btn-inverse:hover, .btn-inverse.hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open>.dropdown-toggle.btn-inverse {
    border: 1px solid #d0d0d0;
    color: #969696;
    background-color: #fff;
}

.btn-lg, .btn-hg {
    font-size: 20px;
}

#submit .btn {
        font-weight: 500;
        font-size: 16px;
        height: 53px;
	min-width: 430px;
        letter-spacing: 0.3em;
}

/* --------------------
 FLOW
--------------------*/
.registration-only #flow {
	height: 65px;
	background: #ffffff;
	border: solid 1px #dddddd;
	font-size: 100%;
}

.registration-only #flow .inner {
	width: 960px;
	margin: 0px auto;
}

.registration-only #flow ol {
	counter-reset:number;
	list-style:none;
	margin: 20.5px 0;
	padding:0;
}

.registration-only #flow ol li {
	float: left;
	color: #888888;
	padding: 0;
	border: none;
}

.registration-only #flow ol > li:first-of-type {
	padding-top: 0;
	background: none;
}

.registration-only #flow ol > li:last-of-type {
	background: none;
}

.registration-only #flow ol > li p {
	font-size: 100%;
}

.registration-only #flow ol li.active{
	color: #444;
}

.registration-only #flow ol li:before{
	counter-increment: number;
	content: counter(number);
	margin-right: 15px;

	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	text-align: center;
	line-height: 1.5;
}

.registration-only #flow ol li.active:before {
	margin: 0 8px 0 -7px;
	float: left;
	background: #2c71a5;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

.registration-only #flow .separator {
	padding: 0px 20px;
	background: url("../../../images/services/memberregist/arrow.png") no-repeat center;
	width: 10px;
	height: 22px;
}

/* --------------------
 INPUT
--------------------*/
#input.registration-only a.password-hint {
	color: #2c71a5;
	font-weight: bold;
	text-decoration: none;
}

#input.registration-only #agreement {
	margin: 25px auto auto auto;
}

#input.registration-only #agreement a {
	color: #2c71a5;
	text-decoration: none;
}

#input.registration-only #agreement a:hover {
	text-decoration: underline;
}

#input.registration-only #agreement h3 {
	height: 65px;
	margin-top: 0px;
	background: #f1f1f1;
	border-radius: 3px;
	font-size: 14px;
}

#input.registration-only #agreement .agree {
	text-align: center;
}

#input.registration-only #agreement h3.agree * {
	margin: 23.5px 0;
}

#input.registration-only #agreement .agree span {
	margin-top: 5px;
	color: #d23a65;
	font-size: 14px;
}

#input.registration-only #submit p {
	font-size: 14px;
	text-align: center;
	line-height: 1.7;
	padding: 20px;
}

#input.registration-only #login .shelf {
    width: 230px;
    padding: 8px;
    margin-left: auto;
}

#input.registration-only #login h3 {
    font-weight: bold;
    font-size: 14px;
    height: 40px;
    background: #f1f1f1;
    text-align: center;
    padding-top: 15px;
}

/* --------------------
 INPUT-NEXT
--------------------*/
#inputNext.registration-only .back_link {
    margin-top: 30px;
	text-align: center;
}
#inputNext.registration-only .back_link a {
	border: 1px solid #dddddd;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 13px 20px;
	color: #767676;
	font-size: 14px;
}

#inputNext.registration-only .back_link a:hover {
	opacity: 0.7;
}

#inputNext.registration-only #fork {
	margin-bottom: 30px;
}

#inputNext.registration-only .shelf {
	width: 800px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-size: 14px;
}

#inputNext.registration-only .shelf-title {
    margin-bottom: 10px;
	font-weight: bold;
}

#inputNext.registration-only .details-message {
	width: auto;
    margin-top: 20px;
	padding: 8px 20px;
	background: #f1f1f1;
	border-radius: 3px;
	text-align: left;
	font-size: 14px;
}

#inputNext.registration-only .details-title {
	padding-bottom: 10px;
}

#inputNext.registration-only .details-message li {
	list-style-type: disc;
	margin-left: 20px;
}

/* --------------------
 VERIFY-EMAIL
--------------------*/
#verifyEmail.registration-only .back_link {
    margin-top: 30px;
	text-align: center;
}
#verifyEmail.registration-only .back_link a {
	border: 1px solid #dddddd;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 13px 20px;
	color: #767676;
	font-size: 14px;
}

#verifyEmail.registration-only .back_link a:hover {
	opacity: 0.7;
}



/* --------------------
 INPUTMEMBER
--------------------*/
#inputMember.registration-only #ad {
	margin-bottom: 25px;
}

/* --------------------
 CONFIRM
--------------------*/
#confirm.registration-only > section {
	margin: 0px auto 0 auto ;
}

#confirm.registration-only h2 {
	margin-top: 20px;
}

#confirm.registration-only .submit-form p {
	margin-top: 20px;
	font-size: 14px;
	color: #888888;
	text-align: center;
}

#confirm.registration-only .back {
	margin: 0px auto 0px auto;
	display: block;
	width: 960px;
	cursor: default;
}

#confirm.registration-only .back a {
	font-size: 14px;
	color: #2c71a5;
	text-decoration: none;
}

#confirm.registration-only .back a:hover {
	text-decoration: underline;
}

#confirm.registration-only .rack th {
	background: #e3e3e3;
	width: 160px;
}

#confirm.registration-only .rack td {
	background: #f1f1f1;
	padding-left: 15px;
}

/* --------------------
 COMPLETE
--------------------*/
#complete.registration-only #thanks li:first-of-type {
	background: #e3e3e3;
	color: #444;
	font-weight: bold;
}

/* 遷移元サービス別 */
#complete.registration-only #move-service {
	width: 85%;
	margin: 20px auto 10px;
}

#complete.registration-only #move-service h3 {
	font-weight: 300;
	font-size: 16px;
	padding: 5px 0 15px 0;
}

#complete.registration-only #move-service  a {
	color: #2c71a5;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

#complete.registration-only #move-service  a:hover {
	text-decoration: none;
}

#complete.registration-only #move-service  p {
	margin-bottom: 10px;
}

#complete #mail-message {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#complete.registration-only #thanks {
	margin-bottom: 15px;
}

.registration-only #thanks .shelf {
	margin-top: 0px;
	padding: 20px;
	text-align: center;
}

#complete.registration-only #thanks ul {
	margin: 20px auto 40px auto;
	width: 280px;
}

.registration-only .back img {
	height: 54px;
	width: 430px;
}

/* --------------------
 EXIT
--------------------*/
#exit.registration-only .shelf {
	padding: 72px 0;
}

#exit.registration-only .shelf h3 {
	margin: 0 0 25px 0;
}

/* --------------------
 NOT FOUND
--------------------*/
#not_found.registration-only .shelf {
	padding: 40px 0;
}

#not_found.registration-only .shelf h1 {
	margin: 0;
	color: #444;
}

#not_found.registration-only .shelf h3 {
	margin: 25px 0;
}

/* --------------------
 BLOCK
--------------------*/
#denied.registration-only .shelf {
	padding: 72px 0;
        margin-top: 0px;
	text-align: center;
}

#denied.registration-only .shelf h3 {
	margin: 0 0 25px 0;
        font-weight: bold;
	font-size: 18px;
}

#denied.registration-only .shelf p {
       font-size: 14px;
}