
@charset "UTF-8";

#contents header.content-header{
  padding-bottom:0px;
  margin-bottom:0px;
}
#contents header.content-header h2{
  margin-bottom:10px;
}
#requirement div.btn input[type="submit"] {
  background: -webkit-gradient(linear,left top, left bottom,from(#eca65f), to(#d5792c));
  background: linear-gradient(to bottom,#eca65f, #d5792c);
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
#contents div.container {
  background-color: rgba(255, 255, 255, 0.56);
  padding: 10px;
  margin: 0px;
  border-radius: 5px;
}
#login #requirement {
  margin-bottom: 0px;
}
#login h3.member{
  font-size: 1.0rem;
  line-height: 1.5em;
  font-weight: bold;
  background-repeat: repeat;
  background-size: 30%;
  background-position: center;
  padding: 5px 10px;
  border-radius: 2.5px;
  color: #ffffff;
  background: -webkit-gradient(linear,left top, left bottom,from(#da5d5d), to(#870000));
  background: linear-gradient(to bottom,#da5d5d, #870000);
}
#login h3.new{
  font-size: 1.0rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  background-repeat: repeat;
  background-size: 30%;
  background-position: center;
  padding: 5px 10px;
  border-radius: 2.5px;
  color: #ffffff;
  background: -webkit-gradient(linear,left top, left bottom,from(#589e47), to(#6ea534));
  background: linear-gradient(to bottom,#589e47, #6ea534);
}
#login div#member{
  margin-bottom: 10px;
}
#login div#new_member p{
  margin-top: 0px;
}
#login div.inner{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:5px;
  /* -webkit-box-shadow: 0px 0px 4px 1px #ddd; */
  /* box-shadow: 0px 0px 4px 1px #ddd; */
  border-radius: 2.5px;
}
#login p.attention{
  text-align:left;
  margin-top: 20px;
}
#login p.notice_pc{
  margin-bottom: 10px;
  display: none;
}
#login p.notice_pc a,p.notice_sp a{
  text-decoration: underline;
  color:#000;
}
#login span.red{
  color:#f00;
  font-weight: bold;
}
#login p.notice_sp{
  text-align: left;
}
#login a.entry{
  display: block;
  background: -webkit-gradient(linear,left top, left bottom,from(#eca65f), to(#d5792c));
  background: linear-gradient(to bottom,#eca65f, #d5792c);
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  color: #fff;
  width: 200px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  padding: 10px 0;
  margin: 20px auto 10px;
  font-size: 1.2em;
  border-radius: 5px;
}
#shoplink ul.banner{
  font-size:0;
  line-height: 1em;
}
#shoplink ul.banner li{
  float:none;
  display:block;
  width:100%;
}
#header p.logo,#header p.welcome{
  display: block;
  width:100%;
}
#header p.welcome{
  font-size:1rem;
}
#header {
  padding: 10px;
  margin: 0px;
  border-radius: 5px;
}
#footer {
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.56);
}
@media only screen and (min-width: 760px){
  #login div#requirement{
    display:table;
    width:100%;
  }
  #login div#member{
    display: table-cell;
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;

  }
  #login div#new_member{
    display:table-cell;
    width:40%;
  }
  #login div#new_member p {
    margin-top: 44px;
  }
  #login a.entry{
    margin: 40px auto 10px;
  }
  #login p.notice_pc{
    display: block;
  }
  #login p.notice_sp{
    display:none;
  }
  #contents div.container {
    margin: 10px;
    margin-bottom: 0px;
  }
  #login p.attention{
    text-align:center;
  }
  #shoplink ul.banner li{
    float:none;
    display:inline-block;
    width:50%;
  }
  #header p.logo,#header p.welcome{
    display: table-cell;
    width:50%;
  }
  #header p.welcome{
    font-size:1.5em;
  }
  #header {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
  }
  #footer {
    margin: 10px;
    margin-top: 0px;
  }
  
}