@charset "euc-jp";

html {
 width: 100%;
 height: 100%;
 background-color: #FFFFFF;
}

body {
 color: #292929;
 font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
 line-height: 1.8;
 margin: 0 auto;
}

a {
   color: #67B2BC;
}

.p-page__body {
  background:transparent;
}

.p-page__body-inner {
  border-top: 0;
  border-bottom: 0;
}

.p-shop__logo {
    max-width: 700px;
}

.c-alert {
  color: #292929;
  background: rgba(165,165,165,.2);
  text-align: center;
}

/* ホームに戻るボタン */
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #FFF;
  box-shadow: none;
}
.c-button {
  background: #292929;
}
  .c-button:hover {
    color: #FFF;
    background: #6ABFC6;
  }

/* 登録ボタン */
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #FFF;
  -moz-box-shadow: 0px 2px 0px 0px #448A9B;
  -webkit-box-shadow: 0px 2px 0px 0px #448A9B;
  box-shadow: 0px 2px 0px 0px #448A9B;
  border-radius: 4px;
}
.c-button--primary {
  background: #67B2BC;
}
  .c-button--primary:hover {
    background: #6ABFC6;
  }


/* 解除ボタン */
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #FFF;
  box-shadow: 0px -0.1em 0px rgba(0, 0, 0, 0.15) inset;
}
.c-button--danger {
  background: #BAB7A9;
}
  .c-button--danger:hover {
    background: #D2CFC1;
  }

/* 区切り線 */
.c-line {
 background: #4E4A47;
}

/* 囲み枠 */
.base02 {
  border: 0;
  background: #FFF;
  border-radius: 5px;
}

.c-input--text {
  border: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
}
.p-page__container {
  padding-bottom: 2em;
}
.p-secure__msg {
  width: 270px;
}