@charset 'utf-8';

#loginMain {
  background: #ffe4e1;
}

label {
  color: #000;
}

.loginMessage {
  color: #ba002d;
}

input[type="email"],
input[type="password"] {
  border-color: #000;
}

li:hover input[type="email"],
li:hover input[type="password"] {
  border-color: #000;
}
/*
	LAYOUT
 */

footer {
  width: auto;
  background: transparent;
}
/*
     CONTENT ELEMENT
  */

.loginLogo {
  width: 200px;
  height: 60px;
  margin-bottom: 30px;
  background: url(/entry/assets/logo-c486d08fbd41382d8f8a48876293705064d65d41fab733a6058f2766cbe18760.png) no-repeat;
  background-size: 200px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#loginMain {
  width: 420px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 30px 40px;
  padding-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.6em;
  text-align: left;
}

#loginMain ul {
  list-style: none;
  overflow: hidden;
}

#loginMain li {
  list-style: none;
}

.back_button,
.signup_button {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
}

.back_button {
  padding-right: 5px;
}

.signup_button {
  padding-left: 5px;
}

.alert {
  margin-bottom: 30px !important;
}

#caution {
  margin-top: -10px;
  margin-bottom: 20px;
}

.loginMessage {
  padding-top: 20px;
  padding-bottom: 10px;
  clear: both;
}
/*
     FORM ELEMENT
  */

label {
  display: block;
  margin-bottom: 5px;
}

input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  font-size: 1.4em;
}
/* button */

.top_BT_login,
.liLoginBack {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px 10px;
  border: none;
  font-size: 1.2em !important;
  text-decoration: none !important;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  color: #fff;
}

.top_BT_login:after,
.liLoginBack:before,
.commonBtn-login:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent;
  line-height: 0;
}

.top_BT_login {
  padding-left: 1.4em;
  background: #000;
}

.top_BT_login:hover,
.liLoginBack:hover {
  background: #aaa;
}

.liLoginBack {
  display: block;
  padding-right: 1.4em;
  background: #666;
}

.top_BT_login:after,
.commonBtn-login:after {
  margin-left: 0.7em;
  border-left-width: 12px;
  border-left-color: #fff;
}

.liLoginBack:before {
  margin-right: 0.7em;
  border-right-width: 12px;
  border-right-color: #fff;
}

.BT_signup,
.BT_back {
  color: #000;
  background: #d66969;
  display: block;
  padding: 14px 10px;
  text-align: center;
  text-decoration: none !important;
  line-height: 1em;
}

.BT_signup:hover,
.BT_back:hover {
  background: #d67e7e;
  color: #666;
}
/*	HACK! */
/*	IE11 */

@media all and (-ms-high-contrast: none) {
  button {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
/*note*/

.loginNote {
  text-align: left;
  width: 420px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1.3em;
}
/* ======= 共通LOGIN ======= */

.commonLogin .loginLogo {
  background: url(/entry/logo_common.png) no-repeat;
  background-size: 200px;
}

.commonLogin #loginMain {
  width: 650px;
  padding: 30px;
}

.login-flex {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.login-flex h2 {
  margin-bottom: 10px;
  font-size: 1.3em;
  text-align: center;
  color: #000;
}

.login-2c {
  width: 48%;
}

.commonBtn {
  background: #ccc;
  padding: 15px 15px 0;
}

.commonBtn li {
  margin-bottom: 15px;
}

.commonBtn a,
.commonBtn-new {
  display: block;
  padding: 14px 10px;
  text-align: center;
  text-decoration: none !important;
  line-height: 1em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.commonBtn-login {
  border: 1px solid #555;
  font-weight: bold;
  color: #fff;
  background: #000;
}

.commonBtn-link,
.commonBtn-new {
  border: 1px solid #7faa33;
  font-weight: bold;
  color: #000;
  background: #abcd05;
}

.commonBtn-link:hover,
.commonBtn-new:hover {
  background: #b9cd58;
  color: #666;
}

.commonBtn-login:hover {
  background: #666;
}

.commonBtn-new {
  margin-top: 10px;
}

.commonLogin .loginNote {
  width: 650px;
}
