@charset "UTF-8";
/*login regist all style*/

#lean_overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;

}

.modal {
    display: none;
    width: 500px;
    padding: 10px 20px;
}


.sign-up {
  position: relative;
  margin: 0 auto;
  width: 350px;
  padding: 20px;
  background: white;
  border-radius: 5px;
}
.sign-up-title {
  text-align: center;
}
.sign-up-title-mail-line{
	margin: -16px auto 10px;
	width: 90%;
}

input {
  font-family: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sign-up-input {
	width: 100% !important;
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #ccc;
	border-radius: 1px;
	font-size:14px;
	color:#565c59;
}
.sign-up-input:focus {
  border-color: #aaa;
  outline: none;
  -webkit-box-shadow: inset 0 -1px #aaa;
  box-shadow: inset 0 -1px #aaa;
}
.lt-ie9 .sign-up-input {
  line-height: 48px;
}

.sign-up-button {
	position: relative;
	vertical-align: top;
	width: 100% !important;
	height:44px;
	color: #FFF;
	text-align: center;
	background: #359390 !important;
	border: none !important;
	border-radius: 1px;
	cursor: pointer !important;
	line-height: 0 !important;
}
	
.sign-up-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/*ソーシャルボタンデザイン*/
.social-login-box{
	text-align: center;
}
.socialComment{
	font-size: 10px;
	display:block;
}

/*メールアドレスでログイン*/

.registBoxWarnEmail{
    display: none;
}
.registBoxWarnEmail {
	position: relative;
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 12px;
	text-align: left;
}
.registBoxWarnEmail:after, .registBoxWarnEmail:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.registBoxWarnEmail:after {
	border-color: rgba(245, 245, 245, 0);
	border-bottom-color: #f5f5f5;
	border-width: 10px;
	margin-left: -10px;
}
.registBoxWarnEmail:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eeeeee;
	border-width: 11px;
	margin-left: -11px;
}

.docomoLinkA{
    display: none;	
}
.docomoLinkA a{
	font-size: 12px;
	padding: 10px 0 5px;
	display: block;
}
