/*************** COLORS ******************* */
.locked {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.shelf-container {
  padding: 8%; }
  .shelf-container .ctrl-box {
    color: #444;
    margin: 5px 0 30px 0; }
    .shelf-container .ctrl-box input {
      margin-right: 5px; }
    .shelf-container .ctrl-box a {
      color: #444; }
  .shelf-container .btn {
    // 取消圆角
    // by hopeakyo@gmail.com 2016.10.11
    margin: 8% auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .shelf-container .btn-normal {
    margin: 8% auto;
    width: 50%;
    display: block; }
  .shelf-container .msg {
    border: none;
    color: #C5002B;
    text-align: center; }
  .shelf-container .note {
    padding: 10% 0 !important; }
    .shelf-container .note a {
      color: #C5002B;
      margin-left: 2px; }
  .shelf-container .txt {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px; }
  .shelf-container .end-msg {
    color: #666666;
    text-align: center; }

.shelf-layer {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  box-sizing: border-box;
  padding-bottom: 80px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto; }
  .shelf-layer.opened {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .shelf-layer .txt {
    margin-top: 15%; }
  .shelf-layer .msg-txt {
    padding: 0 10%;
    margin-top: 30px; }
  .shelf-layer h3 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 6% 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 5%;
    position: relative;
    color: #666666; }
    .shelf-layer h3 > span {
      position: absolute;
      right: 0;
      font-size: 16px;
      font-size: 1.6rem;
      color: #C5002B;
      top: 50%;
      margin-top: -10px; }
    .shelf-layer h3 a {
      float: left;
      color: #666666;
      margin-top: 6px;
      width: 10%;
      text-align: center;
      position: absolute;
      left: 0; }
    .shelf-layer h3 strong {
      font-weight: normal; }
      .shelf-layer h3 strong span {
        background-color: #C5002B;
        display: inline-block;
        color: white;
        font-size: 14px;
        font-size: 1.4rem;
        border-radius: 20px;
        padding: 3px 8px;
        margin-left: 10px;
        position: relative;
        top: -2px; }
  .shelf-layer .captcha-box {
    display: none; }
    .shelf-layer .captcha-box input {
      width: 50%; }
    .shelf-layer .captcha-box img {
      width: 100px;
      height: 40px;
      position: relative;
      top: -6px;
      left: 10px; }
    .shelf-layer .captcha-box i {
      float: right;
      margin-top: 0; }
  .shelf-layer .note {
    font-size: 16px;
    text-align: center;
    padding: 50% 0;
    color: #666666; }
  .shelf-layer .processing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    display: none; }
    .shelf-layer .processing p {
      padding: 55% 0; }
  .shelf-layer .msg {
    margin-top: 15px; }

.account-merge .bg {
  background-color: #f2f2f2;
  padding: 5%; }
.account-merge p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0;
  padding: 0 5%; }
.account-merge strong {
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 20px 0; }
.account-merge button {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }
  .account-merge button.on {
    background-color: #C5002B !important;
    color: white !important; }

.shelf-container .sns-btn{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #FFF;
}
.shelf-container .sns-buttons{
  margin-top: 25px;
  text-align: center;
}
.shelf-container .sns-btn.red{
    border: 1px solid #F56467;
    color: #F56467;
}
.shelf-container .sns-btn.green{
    color: #01C801;
    border: 1px solid #01C801;
}
