@charset "UTF-8";

html{
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-size:15px;
}
/*
.user-container {
    max-width:830px;
    margin:auto;
    overflow:hidden;
}
*/
img{
    max-width:100%;
}

.pointer {
	cursor: pointer;
}


.table {
	display: table;
}

.table .table-cell{
	display: table-cell;
}

.clear {
	clear: both;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

@media screen and (max-width:768px){
.pc{
	display:none;
}
.sp{
	display:block;
}
}

.brightness:hover,
.brightness:hover img {
	/* -webkit-filter:brightness(120%); */
	opacity:0.7;
}

.underline {}

.underline:hover {
	text-decoration:underline;
}

img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

:hover {
	transition: all linear 0.1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* loading */
body {
	overflow-y:scroll;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 99998;
}
#loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	margin:auto;
	width: 100%;
	height: 30px;
	line-height:30px;
	text-align: center;
	color: #000;
	z-index: 99999;
}

/* load spina animation */
#load_spinner {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/**/


/*------------------------------

    会員ページ

-------------------------------*/

/* メインビジュアル */

.header_list li a{
	text-decoration: none;
	color: #fff;
}

.front_user_index_main_create_account{
    background: url(/images/user/front_user_index_create_account_button.png) no-repeat center center;
    background-size: contain;
    text-align: center;r;
    color: #fff;
    margin-top:50%;
    width:286px;
    display:inline-block;
}

.front_user_index_main_create_account a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    padding-right: 10px;
}

.front_user_index_main_back{
	position:relative;
}

.front_user_index_main_wrap{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.front_user_index_main_back img{
	width:100%;
}

.front_user_index_main_header{
	margin-top:10px;
	margin-bottom:10px;
}
@media screen and (max-width:768px){

	.front_user_index_main_body .header_right{
		float:none;
	}
	.front_user_index_main_body {
		text-align: center
	}
}



/*------------------------------

    ポップアップ

------------------------------*/
.iziModal .iziModal-header {
    background: #F06506 !important;
    border-radius: 5px 5px  0 0;
    box-shadow: initial !important;
}
.iziModal {
    border-radius:10px !important;
}

.modal-alert {
	background-color: #F06506 !important;
}

div.popup_edit_windows .wrapper {
	padding: 20px;
}
@media screen and (max-width:768px){
div.popup_edit_windows .wrapper {
    padding: 10px;
}
}
.message {
	
	color:red;
}

.facebook_login{
	display:block;
	background-color:#3B5999;
	text-align:center;
	border-radius:5px;
	margin-top:20px;
}
.facebook_login > a{
	color:#fff;
	text-decoration:none;
	padding:8px;
	display:block;
}
.twitter_login{
	display:block;
	background-color:#55ACEE;
	text-align:center;
	border-radius:5px;
	margin-top:10px;
}
.twitter_login > a{
	color:#fff;
	text-decoration:none;
	padding:8px;
	display:block;
}
.login_top{
	display:block;
	background-color:#F06506;
	text-align:center;
	border-radius:5px;
	margin-top:10px;
}
.login_top > a{
	color:#fff;
	text-decoration:none;
	padding:8px;
	display:block;
}

.login-table th,
.login-table td{
	padding:10px 5px;
}
.full-width{
    width:100%;
    box-sizing:border-box;
}

.popup_edit_windows button,
.popup_edit_windows input[type="button"],
.button-file,
.button-add{
	background:#f1f1f1;
	border:1px solid #ccc;
	padding:5px 10px !important;
	border-radius:5px;
	color:#333333;
	margin:1em 0 0;
	font-size:15px;
	display:inline-block;
	cursor:pointer;
}


/*------------------------------

	アカウント登録ページ

------------------------------*/
/* バリデーション */
.cereate_account_validation_error_wrap {
	width:95%;
	border:1px solid red;
	border-radius:6px;
	margin:20px auto 0;
	padding:12px;
	background:#FFF0F5;
	color:red;
	font-size:14px;
	box-sizing:border-box;
}
.cereate_account_validation_error_wrap > p {
	margin:0 0 0.3em;
	padding-left:1em;
	text-indent:-1em;
}
.cereate_account_validation_error_wrap > p:last-child {
	margin:0;
}
#create_account_title h1,
#create_account_complete_title h1 {
	font-size:1.8em;
	font-weight:bold;
	color:#ED6506;
	background:none;
	
}

.other_create_account_lead {
	font-size:1.2em;
	font-weight:600;
}


dl.first h2{
	font-size:1.4em;
	font-weight:bold;
}
.create_account_table{
	width:95%;
	margin:auto;
}
.create_account_table dl.odd,
.create_account_table dl.even {
	padding:30px 0;
	border-bottom:1px dashed #b2b2b2;
	overflow:hidden;

}
.create_account_table dl.even.email{
	border-bottom:none;
	padding-bottom:10px;
}
.create_account_table dl.odd.email_confirm{
	padding-top:10px;
}
.create_account_table dt {
	float:left;
	width:12em;
}
.create_account_table dd {
	float:right;
	width:100%;
	margin-left:-12em;
	padding-left:12em;
	box-sizing:border-box;
}
dl.first{
	border-bottom:1px solid #B2B2B2 !important;
}
dl.last{
	border-bottom:3px solid #E5E5E5 !important;
	margin-bottom:30px;
}
.create_account_table dt > h3{
	font-size:1.05em;
	font-weight:bold;
}
.create_account_table dt > p {
	font-size:0.8em;
	font-weight:normal;
	color:#666666;
}
.create_account_table input{
	border-radius:5px;
	border:1px solid #b2b2b2;
	padding:3px 5px;
	margin-bottom:5px;
}
.create_account_table input.zip1{
	max-width:4em;
	margin-right:0.5em;
}
.create_account_table input.zip2{
	max-width:6em;
	margin-left: 0.2em;
	margin-right:0.5em;
}
.create_account_table button.zip_auto{
	background:#fff;
	border:1px solid #ccc;
	border-radius:6px;
	display:inline-block;
	padding:4px;
	cursor:pointer;
	color:#999;
}

.create_account_form .create_account_btn_wrap{
	
}

.create_account_form .back_btn_wrap{
	display:inline-block;
}
.create_account_form .submit_btn_wrap{
	display:inline-block;
}
.create_account_form .submit_btn{
    background: #F1A007;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin: 0 auto 5px 0px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    display: block;
    max-width: 300px;
}

.create_account_form .submit_btn:hover {
    background: #FFB221;
}

.create_account_form .back_btn{
	background: #808080;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin: 0 30px 5px auto;
    color: #fff;
    cursor: pointer;
    width: 100%;
    display: block;
    max-width: 200px;
    text-align: center;
}

.required{
	background:#E50019;
	color:#fff;
	padding:2px 3px;
	display:block;
	font-size:12px;
	margin:5px 0 0;
	font-weight:bold;
	max-width:2em;
}
.required.blue{
	background:#036EB7;
}
.create_account_table input.address1{
	margin-bottom:2em;
}
.create_account_table dd > p{
	font-size:14px;
	color:#333;
}
.create_account_table dd > p.caution{
	text-indent:-1em;
	padding-left:1em;
}
.create_account_table dd > p.entry_example{
	text-indent:-4.6em;
	padding-left:4.6em;
}

.create_account_table .account_reg_flow {
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}

.account_reg_flow img{
	width:80%;
}


@media screen and (max-width:1024px){
	#create_account_body{
		margin-top:50px;
	}
	.create_account_table dt > h3{
		display:inline-block;
	}
	.account_reg_flow img{
		width:100%;
	}
}
@media screen and (max-width:768px){
	.create_account_table {
		width:100%;
		margin:auto;
	}
	.create_account_table dt {
		float:none;
		width:100%;
		padding-bottom:10px;
	}
	.create_account_table dd {
		float:none;
		width:100%;
		margin-left:0;
		padding-left:0;
		box-sizing:border-box;
	}
	.create_account_table dl.first dt {
		padding-bottom:0;
	}
	.create_account_table{
		width:95%;
	}
	.create_account_table dl.odd,
	.create_account_table dl.even {
		padding:20px 0;
		border-bottom:1px dashed #b2b2b2;
		overflow:hidden;

	}

	.create_account_table dl.odd{
		/*background:#f1f1f1;*/
	}
	/*
	.create_account_table dl.first {
		background:#F1C100;
		color:#fff;
	}
	*/
	.create_account_form .back_btn_wrap{
		width:100%;
	}
	.create_account_form .submit_btn_wrap{
		width:100%;
	}

	.create_account_form .submit_btn{
	    margin: 0 auto 5px;
	}

	.create_account_form .back_btn{
	    margin: 0 auto 5px;
	}

	dl.last {
    	margin-bottom: 0;
	}
	.create_account_table dt > p {
		display:none;
	}
}
/* アカウント登録ポップアップ */
.create_account_confirm_table {
	width:100%;
	/* table-layout:fixed; */
}


.create_account_confirm_table tr {
	border-bottom:1px dashed #ccc;

}
.create_account_confirm_table tr.first {
	border-bottom:1px solid #666;
}
.create_account_confirm_table th,
.create_account_confirm_table td{
	padding:10px 0;
	box-sizing:border-box;
	table-layout:fixed;
}
.create_account_confirm_table th {
	width:30%;
	font-weight:bold;
}
.create_account_confirm_table th.first {
	font-size:22px;
	font-weight:bold;
	padding:13px 0;

}
.create_account_confirm_table .required{
	display:block;
	max-width:2em;
}
.vertical-middle {
    display:inline-block;
    vertical-align:middle;
}
button.btn_popup_confirm{
	display:block;
	width:150px;
}
button.btn_popup_confirm.back{
	background:#4D4D4D;
	color:#fff;
	border-color:#4D4D4D;
}
button.btn_popup_confirm{
	background:#E50019;
	color:#fff;
	border-color:#E50019;
}
button.btn_popup_confirm.back,
button.btn_popup_confirm{
	margin:1em 2em 0.5em;
}
@media screen and (max-width:768px){
	.iziModal{
		width:90%;
		height:90% !important;
	}
	.create_account_confirm_table th,
	.create_account_confirm_table td{
		display:block;
		width:100%;
	}
	.create_account_confirm_table .required{
		display:inline-block;
		margin-left:6px;
	}
}

/*------------------------------

  アカウント受付メール送信完了

------------------------------*/
.create_account_title h1 {
	background:#F1A007;
	color:#fff;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	padding:6px 0;
}

.create_account_complete_wrap {
	margin:2em 0;
}
.create_account_complete_wrap > p{
	margin:0 0 1em;
}
.create_account_complete_wrap > p > a{
	color:#F1A007;
	text-decoration:none;
}

.create_account_complete_wrap a.round-button-red {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #C30D23;
	color: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.create_account_complete_wrap a.round-button-orange {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #EA5514;
	color: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.create_account_note_list {
	list-style:disc;
	padding-left:30px;
	margin-bottom:1em;
}
@media screen and (max-width:1024px){
	.create_account_title {
		margin-top:50px;
	}
}

#chibar-form-error {
	width:95%;
	/* border:1px solid red; */
	border-radius:6px;
	margin:20px auto 0;
	/* padding:12px; */
	background:#FFF0F5;
	color:red;
	font-size:14px;
	box-sizing:border-box;
}
#chibar-form-error > p{
	padding:0.7em 0.7em 0;
}
#chibar-form-error > p:last-child{
	padding:0.7em 0.7em;
}


.create_account_rule {
	text-align: left;
	margin: 0 auto;
	width: 700px;
	height: 200px;
	overflow: scroll;
	margin-bottom: 30px;
	font-size: 13px;
	border: 1px solid #aaa;
	padding: 10px;
}
@media screen and (max-width:768px) {
	.create_account_rule {
		width: auto;
	}
}



/*
	ログイン画面
*/
#login .login_form {
	width:90%;
	margin:0 auto;
	/* margin-top:50px; */
	padding: 20px;
	max-width: 500px;
	border: 1px solid #aaa;
	background-color: #fff;
}

#login .item {
	width: 150px;
	text-align: right;
	padding: 10px;
	font-size:12px;
}

#login .form {
	width: 300px;
	padding: 7px;
}

#login .keep_login {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#login .button {
    text-align: center;
}

#login a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	padding-top: 10px;
}

#login .login_form > form {
	margin-top:30px;
}

#login input[type="button"]  {
	width: 300px;
	height: 40px;
	background-color:#E8595D;
	border: initial;
	color: #fff;
}
#login input[type="button"]:hover {
	background:#F19B9E;
}

#login hr {
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}


#login .forgot_passwd {
    text-align: center;
}

#login .error {
	border: 1px solid #f00;
	color: #f00;
	padding:10px;
}

#login .login_form_create_account {
	width:90%;
	margin:0 auto;
	text-align:center;
	padding: 0;
	max-width: 500px;
	background-color: #F06406;
}
#login .login_form_create_account a{
	position:relative;
	padding:10px;
	color:#fff;
	font-size:1.2em;	
}

#login .login_form_create_account a:hover{
	background:#F38338;	
}

#login .login_form_create_account a:before{
	content:'';
	position:absolute;
	right:20px;
	top:0;
	bottom:0;
	margin:auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#login .forgot_passwd a {
	color:#333;
}

#login .forgot_passwd a:hover {
	text-decoration:underline;
}
#login .forgot_passwd .login_other {
	color:#E8595D;
}
#login .forgot_passwd .login_other:after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #333;
}
@media screen and (max-width:489px){
	.table {
		width :100%;
	}

	#login .login_form {
		/* width: 80%; */
		/* margin-top:70px; */
	}

	#login .item {
		width :100%;
		display: block;
		text-align: left;
		padding: 5px;
	}

	#login .form {
		width :100%;
		display: block;
	}

	#login input.form {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  	}

	#login input[type="button"]  {
		width: 88%;
	}

	#login .login_form > form {
		margin-top:0px;
	}
	#login .login_form_create_account a{
		font-size:13px;	
	}
	#login .login_form_create_account a:before{
		width:8px;
		height:8px;
	}

}

/*
  パスワード再設定ポップアップ
*/


#popup_other_forgotpw .message {
	width: 100%;
	color: #000;
	margin-bottom: 20px;
}

#popup_other_forgotpw .note {
	width: auto;
	padding: 5px;
	margin: 15px 0 15px 0;
}

#popup_other_forgotpw .error {
	border: 2px solid #f00;
	background-color: #FFF6F6;
	color: #f00;
}

#popup_other_forgotpw .success {
	border: 2px solid #00f;
	background-color: #F8F8FF;
	color: #00f;
}


#popup_other_forgotpw .item {
	width: 100%;
	font-weight: bold;
}

#popup_other_forgotpw .form {
}

#popup_other_forgotpw .form > input {
		width: 100%;
    	padding: 8px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}




/*
	パスワード忘れ パスワード変更画面
*/
#forgotpw .forgotpw_form {
	width:90%;
	margin:0 auto;
	margin-top:0;
	padding: 20px;
	max-width: 500px;
	border: 1px solid #aaa;
}

#forgotpw .title {
	font-size:20px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#forgotpw .message {
	margin-top:20px;
	margin-bottom:20px;
	color: #000;

}

#forgotpw .item {
	width: 100%;
	font-weight: bold;
	margin-top:20px;
}

#forgotpw .form {
	margin-bottom:20px;
}

#forgotpw .form > input {
		width: 100%;
    	padding: 8px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}

#forgotpw button {
	width:100%;
	max-width: 300px;
	height: 40px;
	background-color:#E8595D;
	border: initial;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}


#forgotpw .note {
	width: auto;
	padding: 5px;
	margin: 15px 0 15px 0;
}

#forgotpw .error {
	border: 2px solid #f00;
	background-color: #FFF6F6;
	color: #f00;
}

#forgotpw .success {
	border: 2px solid #00f;
	background-color: #F8F8FF;
	color: #00f;
}

@media screen and (max-width:489px){
	#forgotpw .forgotpw_form {
		margin: 15px auto;
		/* margin-top:60px; */
	}
}






.other_privacypolicy_wrap {
	width:95%;
	margin:auto;
}
.other_privacypolicy_wrap > h1,
.other_privacypolicy_wrap > h2{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #F1A007;
	margin-bottom:1em;
	margin-top:1em;
}

.other_privacypolicy_wrap a{
	color:#F1A007;
}

.pp-section {
	margin-bottom:30px;
}
.pp-section dt{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}
.pp-section dd{
	text-align:justify;
}

.pp-section dd > p{
	padding-left:0.8em;
	text-indent:-0.8em;
}

@media screen and (max-width:1024px){
.other_privacypolicy_wrap{
	margin-top:55px;
}
}

.term_wrap {

}

.term_wrap > h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:1em;
}

.term_wrap dl{
	margin-bottom:20px;
}

.term_wrap dl dt{
	font-weight:bold;
	font-size:1.1em;

}

.term_wrap dl dd > p{
	padding-left:0.8em;
	text-indent:-0.8em;
}

.term_wrap dl dd > p > span{
	display:block;
	padding-left:1em;
	text-indent:-1em;
}

/**/

#user_main {
	position:relative;
	background:url(/images/user/front_user_index_main.jpg) no-repeat top center;
	background-size:cover;
	padding-top:60px;
	min-height:500px;
}
#user_main_content {
	position:relative;
	height:500px;
	display:table;
	width:100%;
	/*height:100%;*/
}
#user_main_content .left {
	display:table-cell;
	vertical-align:middle;
}

#user_main_content .right {
	display:table-cell;
	vertical-align:middle;
}

#user_main_content .left h2 {
	font-size:40px;
	font-weight:bold;
	color:#fff;
}

#user_main_content .left h2 img {
	vertical-align:middle;
}

#user_create_account_btn {
	display:table;
	background:#EE9D06;
	border-radius:5px;
	margin-left:auto;
}

#user_create_account_btn:hover {
	background:#FFB120;
}


#user_create_account_btn li {
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	font-size:18px;

}

#user_create_account_btn li:nth-child(1){
	border-right:1px solid #EE8200;
	padding:10px 10px
}

#user_create_account_btn li:nth-child(2){
	padding:10px 15px;
}

#user_main_content .right a{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin:auto;
}

@media screen and (max-width:890px){
#user_main_content .left h2 {
	font-size:32px;
}
#index_label h3 .sp {
	display:block;
}
}

@media screen and (max-width:768px){
#user_main {
	position:relative;
	background:url(/images/user/front_user_index_main_sp.jpg) no-repeat top center;
	background-size:cover;
	padding-top:60px;
	min-height:0px;
}

#user_main:before {
	content:'';
	display:block;
	padding-top:100%;
}

#user_main .container {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:table;
	height:100%;
	min-height:640px;
}

#user_main_content .left h2 {
    font-size: 20px;
}
#user_main_content .left {
    display: block;
    text-align: center;
    margin: 0 0 80px;
}

#user_main_content {
	display:table-cell;
	height:100%;
	vertical-align:middle;
	min-height:100%;
}
#user_main_content .left {
	display:block;
	text-align:center;
	margin:0 0 10%;
}

#user_main_content .right {
	display:block;
	text-align:center;
}
#user_create_account_btn {
    margin:auto;
}
}

#index_label {
	padding:3% 0;
	text-align:center;
	border-top:4px solid #0068B7;
}

#index_label h3 {
	text-align:center;
	font-size:30px;
	color:#0068B7;
}

#half_section {}

#half_section .left {
	float:left;
	width:50%;
}

#half_section .right {
	float:right;
	width:50%;
}

#half_section .left img,
#half_section .right img {
	width:100%;
}

@media screen and (max-width:768px){
#index_label h3 {
	font-size:20px;
}
#half_section .left {
	float:none;
	width:100%;
	border-bottom:4px solid #fff;
}

#half_section .right {
	float:none;
	width:100%;
}
}

/* create_account */
#create_account_body {
	padding:2em 0;
}

#user_create_account_table {
	margin:1em 0;
}

#user_create_account_table input[type="text"],
#user_create_account_table input[type="email"],
#user_create_account_table input[type="tel"],
#user_create_account_table input[type="password"],
#user_create_account_table input[type="number"]{
	padding:10px 8px;
	border-radius:3px;
	border:1px solid #BFC3C7;
	width:100%;
	box-sizing:border-box;
}

#user_create_account_table th,
#user_create_account_table td {
	padding:10px 8px;
	box-sizing:border-box;
}

#user_create_account_table td a{
	color:#D90012;
}

*{
	box-sizing:border-box;
}

#user_create_account_confirm_table {
	margin:1em 0;
	border:1px solid #F0F0F0;
	width:100%;
}

#user_create_account_confirm_table th,
#user_create_account_confirm_table td {
	padding:12px 15px;
	border-bottom:1px solid #F0F0F0;
}

#user_create_account_confirm_table th{
	width:10em;
	background:#E5E5E5;
}

@media screen and (max-width:768px){
#user_create_account_confirm_table th,
#user_create_account_confirm_table td {
	display:block;
	width:100%;
}

.create_account_form .create_account_btn_wrap{
	background:	#F3F3F3;
	text-align:center;
	border-top:1px solid #BBBBBB;
}
.create_account_form .create_account_btn_wrap .clearfix {
	background:#fff;
	border-top:1px solid #BBBBBB;
	padding:1em 2.5%;

}
.create_account_form .submit_btn,
.create_account_form .back_btn {
	display:block;
	width:100%;
	max-width:none;
}
#create_account_body.comfirm .container{
	width:100%;
}
#create_account_body.comfirm #create_account_title h1 {
	text-align:center;
	width:95%;
	margin:auto;
	
}

#create_account_body.comfirm #create_account_title + p {
	text-align:center;
	width:95%;
	margin:auto;
}
#create_account_body.comfirm #user_create_account_confirm_table + p {
	width:95%;
	margin:auto;
	margin-bottom:10px;

}

#create_account_title h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#ED6506;
	text-align:center;
	
}
}

.create_account_complete_email_box {
	background:#F0F0F0;
	padding:2.5%;
	text-align:center;
	margin:0 0 1.5em;
}

.create_account_complete_email_box_inner {
	padding:2.5%;
	background:#fff;
	margin-bottom:2.5%;
}

.create_account_complete_email {}

.tx-red {
	color:#D90012;
}


.create_account_complete_email_box + p a{
	color:#D90012;
	text-decoration:underline;
}

/*  auth  */
#user_main_content.auth {
	padding:15% 0;
	display:block;
	text-align:center;

	min-height:1px;
}
#user_main_content.auth .left {
	display:block;
	vertical-align:middle;
}

#user_main_content.auth .right {
	display:block;
	vertical-align:middle;
}

#user_main_content.auth #user_create_account_btn {
    display: table;
    background: #EE9D06;
    border-radius: 5px;
    margin-left: 0;
    margin:2em auto 0;
}

#user_main_content.auth #user_create_account_btn li:nth-child(1) {
    border-right: none;
    padding: 10px 10px;

}

@media screen and (max-width:768px){
#user_main_content.auth {
	padding:0;
	display:table-cell;
	text-align:center;
	min-height:100%;
}
#user_create_account_btn li {
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	font-size:15px;

}

}

/**/

#privacypolicy,
#cookie {
    margin-top:70px;
}

#birth_reason {
	position:relative;
}

#popup_birth_reason {
	position:absolute;
	top:40px;
	left:0;
	max-width:310px;
	width:95%;
	background:#fff;
	border:1px solid #000000;
	z-index:2;
}
#popup_birth_reason:before {
	position:absolute;
	top:-15px;
	left:0;
	right:0;
	margin:auto;
	border:1px solid #000;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 15px 7.5px;
	border-color: transparent transparent #000000 transparent;
}
#popup_birth_reason:after {
	position:absolute;
	top:-14px;
	left:0;
	right:0;
	margin:auto;
	border:1px solid #000;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 15px 7.5px;
	border-color: transparent transparent #ffffff transparent;
}
#popup_birth_reason .main {
	padding:15px;
}

#popup_birth_reason .ok {
	background:#ED6506;
	padding:10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	cursor:pointer;

}

/**/

#create_account_complete_title.create_account_title h1 {
}

#spot_create_account_error_body,
#user_forgotpw_complete {
	text-align:center;
	padding:3em 0;
}

#spot_create_account_error_body .auth_top,
#user_forgotpw_complete .auth_top {
	background:#EE9D06;
	color:#fff;
	display:block;
	max-width:250px;
	margin:auto;
	padding:8px;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	border-radius:5px;
}

/**/
#forgotpw {
	padding:3em 0;
}

.post {
	margin:7em 0 3em;
}