@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #36F;
}

li {
  list-style: none;
}

input[type='button'], input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type='text'], input[type='textarea'] {
  font-size: 100%;
}

@media all and (min-width: 960px) {
  input[type='text'], input[type='textarea'] {
    font-size: 150%;
  }
}

.sp {
  display: inline-block;
}

.pc {
  display: none;
}

@media all and (min-width: 960px) {
  .sp {
    display: none;
  }

  .pc {
    display: inline-block;
  }
}
#wrapper {
  min-width: 320px;
  overflow: hidden;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 0.5em;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
header {
  background: url("../img/header_bg_sp.jpg") top left;
  background-size: cover;
  position: relative;
}
header h1 {
  padding: 20px 0;
  text-align: center;
}
header p:nth-of-type(1) {
  display: none;
}
header .login {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 84px;
  height: 18px;
  background: url("../img/btn_login_sp.png") top left;
  background-size: 84px 18px;
  position: absolute;
  top: 0;
  right: 0;
}
header .login:hover {
  cursor: pointer;
  opacity: 0.7;
}
header .logout {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 84px;
  height: 18px;
  background: url("../img/btn_logout_sp.png") top left;
  background-size: 84px 18px;
  position: absolute;
  top: 0;
  right: 0;
}
header .logout:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media all and (min-width: 960px) {
  header {
    background: url("../img/header_bg_pc.jpg") center center;
    position: relative;
    padding-bottom: 42px;
  }
  header h1 {
    padding: 42px 0 12px 0;
  }
  header p:nth-of-type(1) {
    display: block;
    width: 418px;
    margin: 0 auto;
  }
  header h1 img {
    width: 448px;
    height: 72px;
  }
  header .login {
    width: 168px;
    height: 36px;
    background: url("../img/btn_login_pc.png") top left;
    background-size: 168px 36px;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .logout {
    width: 168px;
    height: 36px;
    background: url("../img/btn_logout_pc.png") top left;
    background-size: 168px 36px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#profile {
  padding: 10px 0;
  background: url("../img/dot_bg.gif") top left repeat-x;
  text-align: center;
}

@media all and (min-width: 960px) {
  #profile {
    display: none;
  }
}
@media all and (max-width: 960px) {
  header h1 img {
    width: 224px;
    height: 36px;
  }
}
/*------------------------------------------------------------
会員登録
------------------------------------------------------------*/
#bottom_comment {
  padding: 30px 0 30px 0;
  background: url("../img/footer_bg_sp.jpg") center center;
  background-size: cover;
}
#ktai_bottom_comment {
  background: url("../img/ktai_footer_bg_sp.jpg") center center;
  background-size: cover;
  text-align: center;
}
#bottom_comment ul {
  margin-bottom: 15px;
  text-align: center;
}
#bottom_comment ul li {
  display: inline-block;
}
#bottom_comment ul li:first-child {
  margin-right: 10px;
}
#bottom_comment p {
  text-align: center;
}
#bottom_comment .member {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 140px;
  height: 38px;
  background: url("../img/btn_user.png") top left;
  background-size: 140px 38px;
  display: block;
}
#bottom_comment .member:hover {
  cursor: pointer;
  opacity: 0.7;
}
#bottom_comment .add_member {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 140px;
  height: 38px;
  background: url("../img/btn_user_add.png") top left;
  background-size: 140px 38px;
  display: block;
}
#bottom_comment .add_member:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media all and (min-width: 960px) {
  #bottom_comment {
    padding: 70px 0 65px 0;
    background: url("../img/footer_bg_pc.jpg") center center;
    background-size: cover;
  }
  #bottom_comment .member {
    width: 224px;
    height: 62px;
    background: url("../img/btn_user.png") top left;
    background-size: 224px 62px;
    display: block;
  }
  #bottom_comment .add_member {
    width: 224px;
    height: 62px;
    background: url("../img/btn_user_add.png") top left;
    background-size: 226px 62px;
    display: block;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer p:nth-of-type(1) {
  padding: 14px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  border-bottom: #f3efe8 solid 2px;
}
footer p:nth-of-type(1) a {
  color: #000;
  text-decoration: none;
}
footer p:nth-of-type(2) {
  text-align: center;
  padding: 8px 0 16px 0;
}
footer p:nth-of-type(2) img {
  width: 199px;
  height: 8px;
}

@media all and (min-width: 960px) {
  footer p:nth-of-type(1) {
    padding: 20px 0;
    font-size: 1.8rem;
  }
  footer p:nth-of-type(2) {
    padding: 16px 0 32px 0;
  }
}
.logout_footer:before {
  content: "";
  width: 100%;
  height: 10px;
  margin-top: 4px;
  display: block;
  background: url("../img/footer_bg_pc.jpg") center center;
  background-size: cover;
}

/* add avelio */
#guest_complete {
  text-align: center;
}
#guest_complete .add_member {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 140px;
  height: 38px;
  background: url("../img/btn_user_add.png") top left;
  background-size: 140px 38px;
  display: block;
}
#guest_complete .add_member:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media all and (min-width: 960px) {
  #guest_complete .add_member {
    width: 224px;
    height: 62px;
    background: url("../img/btn_user_add.png") top left;
    background-size: 226px 62px;
    display: block;
  }
}

/* avelio add */
.error-message {
  color: #FF0000;
  font-size: 1.6rem;
  font-weight: bold;
}

.add_confirm {
  color: #FF0000;
}

#flashMessage {
  text-align:center;
  color: #FF0000;
  font-size: 1.6rem;
  font-weight: bold;
}
@media all and (min-width: 960px) {
  #flashMessage {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=base.css.map */
