@charset 'UTF-8';
.login-page .nobr {
  white-space: nowrap;
}
.login-page .header-nav {
    padding-top: 10px;
}
.login-page .sp-signup-header-banner {
    display: none;
}
.login-page .txt-promoter-login {
  display: block;
  width: 166px;
  height: 24px;
  background-image: url(../../../common/img/login/text/promoter_login.png);
  background-repeat: no-repeat;
  background-size: 166px 24px;
  z-index: 100;
}
.login-page .signup-link{
    width: 260px;
    height: 30px;
    margin: auto;
    margin-top: 10px;
    background-color: #15c7c0;
    border-radius: 15px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}
.login-page .signup-link a{
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
  }
.login-page .signup-link .signup-arrow{
  position: absolute;
  right: 10px;
  }
.login-page .edit_box {
  background-image: url(../../../common/img/login/background/purple.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.login-page .btn-part {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 54px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1.732px 1.96px 0.04px rgba(13, 4, 8, 0.35);
  behavior: url("../../../common/css/PIE.htc");
  position: relative;
}
.login-page .btn-part.btn-part-green {
  background-color: #0085b1;
}
.login-page .btn-part.btn-part-semi-transparent {
  opacity: .9;
  -ms-filter: 'alpha(opacity=90)';
}
.login-page #contents .outer-dialog {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 466px;
  padding: 17px 49px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0;
  background-color: white;
  z-index: 0;
  margin-left: 0;
  float: left;
}
.login-page #contents .outer-dialog .before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 466px;
  height: 429px;
  opacity: .9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-image: url(../../../common/img/login/background/transparent_box.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
.login-page .input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  padding: 12px 10px 13px;
  border: solid 1px #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0.5px 0.866px 1px 0 rgba(1, 1, 1, 0.15);
  behavior: url("../../../common/css/PIE.htc");
}
.login-page .input + .input {
  margin-top: 17px;
}
.login-page .input + css3-container + .input {
  margin-top: 23px;
}
.login-page .input.input-first {
  margin-top: 13px;
}
.login-page .input-outer {
  margin-top: 17px;
}
#contents .container .login button {
  width: 100%;
}
.login-page .check-box-dummy {
  display: none;
}
.login-page .check-box-dummy:checked + .check-box:after {
  border: none;
  background-image: url(../../../common/img/icon/form/check_box/checked.png);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-page .check-box {
  position: relative;
  display: inline-block;
  margin: 20px 10px 20px 0;
  padding-left: 20px;
  text-align: left;
}
.login-page .check-box:after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 16px;
  content: '';
  border: solid 1px #ccc;
  background-image: url(../../../common/img/icon/form/check_box/un_checked.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  -webkit-box-shadow: inset 0.5px 0.866px 1px 0 rgba(1, 1, 1, 0.15);
  box-shadow: inset 0.5px 0.866px 1px 0 rgba(1, 1, 1, 0.15);
}
.login-page .check-box-outer {
  text-align: left;
}
.login-page .pwd_forget {
  margin-top: 21px;
  margin-bottom: 5px;
}
.login-page .caution {
  display: table-caption;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.login-page .section-inner {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.login-page .input-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-page .input-title {
  width: 123px;
}
.login-page .input-text {
  width: 310px;
  margin-left: 10px;
}
.login-page #footernav.footer-no-edge {
  background-image: url(../../img/footnav/footnav_bg_no_edge.png);
}
.login-page .login-header-below {
  position: relative;
  width: 100%;
  min-width: 980px;
  height: 40px;
  background-color: #3b3b3b;
}
.login-page .forgot-password-dialog {
  width: 450px;
  height: 303px;
  margin-bottom: 30px;
}
.login-page .forgot-password-dialog .input {
  display: block;
}
.login-page .forgot-code {
  width: 450px;
  height: 235px;
  margin-bottom: 30px;
}
.login-page .forgot-code .input {
  display: block;
}
.login-page .container .validation_error {
  margin-top: -20px;
}
.login-page .password-placeholder p.pass {
  top: 13px;
  left: 10px;
}
.ie8 .edit_box {
  background-position: center 0;
}
.ie8 .check-box-dummy {
  display: inline-block;
}
.ie8 .check-box {
  padding-left: 0;
}
.ie8 .check-box:after {
  border: none;
  background-image: none;
}
.ie8 input.input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  padding: 12px 10px 13px;
  border: solid 1px #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0.5px 0.866px 1px 0 rgba(1, 1, 1, 0.15);
}
.ie8 input.input + .input {
  margin-top: 23px;
}

.notice-header {
  border-bottom: solid 1px #ccc;
  padding: 0 23px;
  padding-bottom: 16px;
}
.icon-part.icon-part-info {
  width: 18px;
  height: 18px;
  background-image: url(/top/img/icon/info.png);
  background-size: contain;
  float: left;
  margin-top: 3px;
}

.login-page #contents .notice-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 466px;
  padding: 23px 0px;
  padding-top: 16px;
  padding-bottom: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0;
  background-color: white;
  z-index: 0;
  margin-left: 27px;
  float: left;
  height: 452px;
}
.notice-header {
  padding-bottom: 16px;
}
.notice-header .title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  color: #3A3A3A;
}
.notice-header .more {
  float: right;
  font-size: 17px;
  font-weight: bold;
  color: #0099ff;
}
.notice-list.title {
  font-size: 20px !important;
  margin-top: 4px;
  width: auto !important;
  padding-right: 1px;
}

/* ログインバナー */
.login-page .sp-login-banner {
  display: none;
}

/* ニュース一覧 */
.login-page #contents .news-box {
  background: white;
  width: 100%;
  margin-top: 30px;
  padding: 23px 0px;
  padding-top: 12px;
  padding-bottom: 1px;
}
.news-header {
  border-bottom: solid 1px #ccc;
  padding: 0 23px;
  padding-bottom: 12px;
}
.icon-part.icon-part-news {
  width: 18px;
  height: 18px;
  background-image: url(/top/img/icon/news.png);
  background-size: contain;
  float: left;
  margin-top: 3px;
}
.news-header .title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  color: #3A3A3A;
}
.read-more {
  font-size: 17px;
  font-weight: bold;
  color: #0099ff;
  background-color: white;
}
.read-more a {
  line-height: 38px;
}
.news-list li a{
  text-align: left;
}
.news-list.date {
  font-size: 16px !important;
}
.news-list.title {
  font-size: 20px !important;
  margin-top: 3px;
}

/* バナー一覧 */
.middle-banner-box {
  margin-top: 30px;
}

/* お知らせダイアログ */
.notice-dialog {
  width: 650px;
  min-height: 445px;
}
.notice-area {
  overflow-y: auto;
  max-height: 345px;
}
.notice-dialog-head {
  padding: 0 20px 15px;
  margin-top: 20px;
  border-bottom: #ccc 1px dashed;
}
#notice-date-dlg {
  font-size: 13px;
}
#notice-title-dlg {
  font-size: 18px;
  margin-top: 15px;
}
.notice-dialog-head {
  padding: 0 20px 15px;
  margin-top: 20px;
  border-bottom: #ccc 1px dashed;
}
.notice-dialog-detail {
  padding: 15px 20px;
}
#notice-detail-dlg {
  font-size: 13px;
}

#contents > .container {
    margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }

  .login-page .txt-promoter-login {
    display: block;
    width: 123px;
    height: 17px;
    background-image: url(../../../common/img/login/text/promoter_login_2x.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .login-page .logo-for-header {
    width: 145px !important;
  }
  .login-page .sp-signup-header-banner {
    display: inline;
    float: right;
    padding-top: 9px;
    width: 100%;
    max-width: 165px;
    margin: 0 5px;
  }
  .login-page .sp-signup-header-banner img {
    width: 100%;
  }
  .login-page .btn-part {
    font-size: 14px;
    width: 200px;
    height: 45px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
  }
  .login-page .login-header-below {
    width: 100%;
    min-width: 100%;
    height: 7px;
  }
  .login-page .input {
    font-size: 11px;
    display: block;
  }
  .login-page .input + .input {
    margin-top: 10px;
  }
  .login-page .input.input-first {
    margin-top: 12px;
  }
  .login-page .input-outer {
    margin-top: 10px;
  }
  .login-page .check-box {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .login-page .pwd_forget {
    margin-top: 20px;
  }
  .login-page .check-box-dummy {
    display: none;
  }
  .login-page .check-box-dummy:checked + .check-box:after {
    background-image: url(../../../common/img/icon/form/check_box/checked_2x.png);
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .login-page .check-box {
    font-size: 10px;
  }
  .login-page .check-box:after {
    width: 12px;
    height: 13px;
  }
  .login-page #contents {
    min-width: 100%;
    padding: 20px 0 22px;
  }
  .login-page #contents > .container {
    margin-top: 0;
  }
  .login-page #contents .container .login .btn-part {
    font-size: 14px;
    width: 200px;
    height: 45px;
  }
  .login-page #contents .container .validation_error {
    margin-top: 0;
  }
  .login-page #contents .outer-dialog {
    width: auto;
    margin: 0 13px;
    padding: 27px 25px 25px;
    float: none;
  }
  .login-page #contents .outer-dialog .before {
    width: 100%;
    height: 416px;
  }
  .login-page #fancybox-wrap {
    right: 0!important;
    left: 0!important;
    width: 90%!important;
    margin: auto!important;
  }
  .login-page #fancybox-wrap .input {
    width: 100%;
  }
  .login-page #fancybox-content {
    width: 100%!important;
  }
  .login-page #fancybox-content .caution {
    font-size: 12px;
    display: block;
  }
  .login-page #fancybox-content .section-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .login-page #fancybox-content .forgot-password-dialog {
    width: 100%;
    height: 345px;
  }
  .login-page #fancybox-content .forgot-password-dialog .password_forget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .login-page #fancybox-content .forgot-code {
    width: 100%;
    height: 345px;
  }
  .login-page #fancybox-content .forgot-code .password_forget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .login-page #fancybox-content .input-text {
    width: auto;
  }

  /* お知らせダイアログ */
  .login-page #fancybox-content .notice-dialog {
    width: 100%;
    height: 420px;
    min-height: 420px;
  }
  .notice-area {
    overflow-y: auto;
    max-height: 325px;
  }

  /* お知らせ一覧 */
  .login-page .notice-header {
    padding-right: 13px;
    padding-left: 13px;
  }

  .login-page #contents .notice-box {
    position: relative;
    width: auto;
    margin: 0 13px;
    float: none;
    height: auto;
    margin-top: 13px;
  }
  .login-page #contents .notice-box.before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .login-page #contents .notice-header .title {
    min-width: 73px;
  }
  .login-page #contents .notice-box .medium-link-text {
    font-size: 15px;
  }
  .login-page .notice-list.date {
    font-size: 11px !important;
  }
  .login-page .notice-list.title {
    font-size: 12px !important;
    width: auto;
    padding-right: 1px;
  }

  /*　ログインバナー　*/
  .login-page .pc-login-banner{
    display: none;
  }

  .login-page .sp-login-banner {
      display: block;
  }

  /* ニュース一覧 */
  .login-page #contents .news-box {
    position: relative;
    width: auto;
    margin: 0 13px;
    float: none;
    margin-top: 13px;
  }

  .login-page #contents .news-box.before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .login-page .news-list li a{
    display: block;
    height: auto;
    padding: 10px;
    position: relative;
    padding-left: 70px;
    min-height: 60px;
  }
  .login-page .news-list li a {
    text-decoration: none;
  }
  .login-page .news-list.box-img {
      position: absolute;
      min-width: 60px;
      min-height: 60px;
      max-width: 60px;
      max-height: 60px;
      left: 10px;
      top: 10px;
      /*float: none;
      display: table-cell;*/
  }
  .login-page .news-list.img-news.square {
      min-width: 60px;
      min-height: 60px;
      max-width: 60px;
      max-height: 60px;
  }
  .login-page .news-list.img-news.vertical {
    min-width: 60px;
  }
  .login-page .news-list.img-news.horizontal {
    min-height: auto;
    max-height: 60px;
  }
  .login-page .news-list.box-content {
    /*display: table-cell;*/
    /*float: none;*/
  }
  .login-page .news-list.date {
    font-size: 11px !important;
  }
  .login-page .news-list.title {
      font-size: 12px !important;
      width: auto;
      word-wrap: break-word;
      height: auto;
  }
}
