@charset "utf-8";
#loginWrap, #remindWrap {
  background: #fdfdfd;
  text-align: center;
  padding: 100px 0 40px 0;
}
.loginBox, .remindBox {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 0px #ebeaea;
  -moz-box-shadow: 0px 1px 2px 0px #ebeaea;
  -o-box-shadow: 0px 1px 2px 0px #ebeaea;
  -ms-box-shadow: 0px 1px 2px 0px #ebeaea;
  box-shadow: 0px 1px 2px 0px #ebeaea;
  margin: 0 auto;
  width: 440px;
}
.boxTitle {
  background: #ebebeb;
  border-bottom: 1px solid #dfdfdf;
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
}
.boxContents {
  padding: 25px;
}
.boxInfo {
  font-size: 94%;
  font-weight: bold;
  margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
}
#in_member_id {
  margin-bottom: 8px;
}
#in_member_pass {
  margin-bottom: 8px;
}
.inputTitle {
  color: #666666;
  font-size: 88%;
  font-weight: bold;
  margin-bottom: 2px;
}
.form_label {
  font-size: 86%;
}
.btnRed {
  -webkit-appearance: none;
  appearance: none;
  background: #cc0000;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.pass_forgot {
  font-size: 86%;
  margin: 10px auto 40px auto;
  width: 440px;
}
.btnGray {
  -webkit-appearance: none;
  appearance: none;
  background: #515151;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff !important;
  display: block;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

.btnWrap {
    margin: 0 auto;
    width: 440px;
}
.btnLightGray {
  -webkit-appearance: none;
  appearance: none;
  background: #ececec;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666666 !important;
  display: block;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

.backBtn {
    font-size: 14px;
    margin: 0 auto;
    padding: 8px;
    width: 200px;
}


.secondTitle {
  font-weight: bold;
  font-size: 105%;
  margin-bottom: 5px;
}
.secondBoxInfo {
  font-weight: normal;
  font-size: 90%;
  margin-bottom: 10px;
}
#login_ssl {
  margin-top: 25px;
  text-align: center;
}
#login_ssl form {
  display: inline;
}
.err {
    margin-bottom: 15px;
}
span.hissu {
    display: inline-block;
    background-color: #cc0000;
    color: #FFFFFF;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 20px;
    margin: 0 0 0 3px;
    vertical-align: top;
}	    
    
@media screen and (max-width:768px) {
  #loginWrap, #remindWrap {
    padding: 60px 0 20px 0;
  }
  header h1 img, header div.logo img {
    height: 28px;
  }
  .loginBox, .pass_forgot, .remindBox, .btnWrap {
    width: auto;
    margin: 15px;
  }
  .boxContents {
    padding: 15px;
  }
  .boxTitle {
    font-size: 105%;
    padding: 8px;
  }
  .secondTitle {
    font-size: 100%;
    margin-bottom: 8px;
  }
}