/*----------------------------------------------------
	会員登録 | .page-regist
----------------------------------------------------*/
/*共通*/
.page-regist .article {
    border: none;
}

.page-regist .article .unit {
	border-radius: 7px;
}

.page-regist .notice {
	font-size: 12px;
	margin: 25px 0 5px 0;
}

.page-regist .notice em {
	font-weight: bold;
}

.page-regist .error-message {
	border: 3px solid #f03040;
	background-color: #fff;
	font-size: 12px;
	left: 0!important;
	padding-left: 35px;
	position: relative;
	text-align: left;
	top: 0!important;
	margin-top: 10px;
}

.page-regist .error-message:before {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	content: "";
	display: block;
	height: 0px;
	margin-left: -9px;
	position: absolute;
	top: -8px; left: 50%;
	width: 0px;
	z-index: 2;
}

.page-regist .error-message:after {
	border-color: transparent transparent #f03040 transparent;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	content: "";
	display: block;
	height: 0px;
	margin-left: -10px;
	position: absolute;
	top: -12px; left: 50%;
	width: 0px;
	z-index: 1;
}

.page-regist .error-message .mark {
	background-color: #f03040;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}

.page-regist .error-message .mark span{
	bottom: 0;
	display: block;
	height: 20px;
	left: 0;
	line-height: 1;
	margin: auto 1px auto auto;
	padding-top: 8px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
}

#regist-wrap {
	background-color: #eee;
	padding-bottom: 20px;
}

.page-regist .min_ttl {
	border-bottom: 3px solid #dc3627;
    padding: 7px 0 8px 40px;
    background: url(../img/regist/pc_title.png) no-repeat left top;
    font-weight: bold;
    font-size: 24px;
}

/*ヘッダー*/
#regist-header {
	margin: 0 auto;
	padding: 30px 0;
    width: 320px;
}

#regist-header .logo {
	float: left;
}

#regist-header .ttl {
	float: right;
	font-size: 24px;
	color: #606060;
	font-weight: bold;
	padding: 20px 0 0;
}

/*ヘッダー*/
#regist_sns_header {
	margin: 0 auto;
	padding: 30px 0;
    width: 270px;
}

#regist_sns_header .logo {
	float: left;
}

#regist_sns_header .ttl {
	float: right;
	font-size: 24px;
	color: #606060;
	font-weight: bold;
	padding: 20px 0 0;
}

/*フッター*/
#footer.regist-footer {
	background-color: #eee;
	margin: 0;
	padding-bottom: 40px;
} 

#footer.regist-footer #footerBottom {
	background-color: transparent;
}

#footer.regist-footer #footerBottom .copyright {
    border-top: none;
    color: #999; 
    font-size: 11px; 
    padding: 0; 
}

/*step1*/
#page-provisionalRegist .article .unit .regist {
	float: left;
	width: 460px;
	border-right: 2px solid #c9c9c9;
	padding: 0 30px 0 0;
}

#page-provisionalRegist .article .unit .regist .step {
	text-align: center;
}

#page-provisionalRegist .article .unit .regist .input label {
	display: block;
    margin: 20px 0 10px;
    border-left: 5px solid #dc3627;
    padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 16px;
}

#page-provisionalRegist .article .unit .regist .input input {
	width: 95%;
	border: 1px solid #c9c9c9;
}

#page-provisionalRegist .btnProvisionalRegist input.on {
	width: 450px;
    border-radius: 30px;
    font-size: 25px;
	margin: 0;
}

#page-provisionalRegist .btnProvisionalRegist input {
	width: 450px;
    border-radius: 30px;
    font-size: 25px;
	margin: 0;
}

#page-provisionalRegist .article .unit .sns {
	float: right;
	width: 420px;
}

#page-provisionalRegist .article .unit .sns .sns_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #606060;
	margin: 20px 0;
}

#page-provisionalRegist .article .unit .sns .btn {
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 auto 14px;
    padding: 8px 0 8px 40px;
    text-decoration: none;
    text-align: center;
    width: 350px;
    box-sizing: border-box;
}

#page-provisionalRegist .article .unit .sns .twitter_btn {
	background: #000 url(/img/login/pc_login_btn_tw.png) left 115px center no-repeat;
	background-size: 16px;
	height: 45px;
	padding-top: 10px;
}

#page-provisionalRegist .article .unit .sns .facebook_btn {
	background-color: #454f92;
	background-image: url(../img/regist/pc_btn_fb.png);
	background-repeat: no-repeat;
	background-position: 80px center;
	border-bottom: 4px solid #203a72;
    background-size: 22px;
}

#page-provisionalRegist .article .unit .sns a.line_btn.btn {
	background-image: url(../img/login/pc_login_btn_line.png);
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: 92px center;
	background-color: #00C300;
	border-bottom: 4px solid #00b300;
}

#page-provisionalRegist .article .unit .sns .google_btn.btn,
#page-provisionalRegist .article .unit .sns .apple_btn.btn {
    padding: 0;
}

#page-provisionalRegist .article .unit .sns .btn span {
	padding: 0 5px 0 0;
}

#page-provisionalRegist .article .unit .sns .btn:hover {
	opacity: 0.8;
}

#page-provisionalRegist .article .unit .information_text {
        margin: 5px auto 25px;
        font-size: 11px;
        padding: 10px 20px;
        height: 90px;
        overflow: auto;
        border: solid 1px #ddd;
        line-height: 1.6;
}

#page-provisionalRegist .article .unit .information_text .ttl{
        font-size: 14px;
        font-weight: bold;
        margin: 15px 0 5px 0;
}

#page-provisionalRegist .article .unit .information_text .indentation_text{
        margin: 5px 0 5px 20px;
        line-height: 1.9;
}

#page-provisionalRegist .article .unit .information_text .information_ttl{
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin: 5px 0 0 0;
}

#page-provisionalRegist .article .unit .information_text .block{
        margin-bottom: 30px;
}
/*step2*/
#page-provisionalRegistComplete .step {
	float: left;
	width: 460px;
	padding: 15px 30px 0 0;
	text-align: center;
}

#page-provisionalRegistComplete .article .unit .text_area {
	float: right;
	width: 420px;
}

#page-provisionalRegistComplete .article .unit .text_area p {
	font-weight: bold;
	margin: 0 0 20px;
	font-size: 15px;
}

#page-provisionalRegistComplete .article .unit .text_area p.red {
	color: #dc3627;
}

#page-provisionalRegistComplete .article .unit .text_area p.pre {
    padding: 10px;
    border: 2px solid #dc3627;
    width: 94%;
    font-size: 28px;
    margin: 0 0 20px;
    word-wrap: break-word;
    line-height: 120%;
    font-family: monospace;
}

#page-provisionalRegistComplete .box {
	margin: 30px 0 0 0;
}

/*step3*/
#page-realityRegistComplete .image {
	margin: 30px 0 15px;
}

#page-realityRegistComplete .tC p {
    line-height: 180%;
    font-size: 15px;
}

#page-realityRegistComplete .tC p.recommend {
	font-size: 18px;
}

#page-realityRegistComplete .btnMakeResume a {
	background-color: #dc3627;
	background-image: none;
	border-radius: 40px;
	border-bottom: 3px solid #c51b10;
	color: #fff;
	margin-top: 20px;
	height: 66px;
	width: 500px;
	font-weight: bold;
	font-size: 26px;
	text-indent: 1px;
}

#page-realityRegistComplete #searchArea {
    margin: 30px auto 0;
    width: 600px;
}

#page-realityRegistComplete #searchArea .checkbox_audition_type input[type="checkbox"] + label {
    font-size: 18px;
    padding: 15px 0 15px 50px;
}

#page-realityRegistComplete #searchArea .checkbox_audition_type input[type="checkbox"] + label,
#page-realityRegistComplete #searchArea #select_header_genre_list {
    width: 100%;
}

#page-realityRegistComplete #searchArea .textArea {
    margin: 15px 0 20px;
}

#page-realityRegistComplete #searchArea .textArea .guide {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

#page-realityRegistComplete #searchArea .textArea .guide dt {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#page-realityRegistComplete #searchArea .textArea .guide dt:before {
    content: "？";
    border: solid 1px;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 100%;
    padding: 2px 0 0 2px;
    margin-right: 4px;
}

#page-realityRegistComplete #searchArea .textArea .guide dt:hover {
    text-decoration: none;
}

#page-realityRegistComplete #searchArea .textArea .guide dd {
    display: none;
    margin: 10px 0 30px 20px;
    line-height: 160%;
}

#page-realityRegistComplete #searchArea .textArea .text {
    color: #8c8c8c;
    font-size: 12px;
    margin-top: 10px;
}

/*アカウント登録　header*/
#regist-header.narrow_account {
    width: 335px;
}

/*アカウント登録　step1*/
#page-provisionalRegist.narrow_account .article .unit .regist {
    float: left;
    width: 400px;
    border-right: none;
    padding: 0 30px 0 0;
}

#page-provisionalRegist.narrow_account .article .unit .text_area {
	float: right;
	width: 490px;
}

#page-provisionalRegist.narrow_account .article .unit .text_area .input label {
	display: block;
    margin: 0 0 10px;
    border-left: 5px solid #dc3627;
    padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 16px;
}

#page-provisionalRegist.narrow_account .article .unit .text_area .input input {
	width: 95%;
	border: 1px solid #c9c9c9;
}

#page-provisionalRegist.narrow_account .article .unit .text_area .input.email {
	margin-bottom: 25px;
}

#page-provisionalRegist.narrow_account .btnProvisionalRegist {
    text-align: center;
}

/*アカウント登録　step3*/
#page-realityRegistComplete.narrow_account .text_area {
	margin: 30px 0;
}