@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);
/* CSS Document */
/*-----------------------card-----------------------*/
#cardWrapper {
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}
#cardWrapper h3 {
  font-weight: bold;
  color: #333;
}
.cardImg {
  text-align: center;
  margin: 0 0 -20px 0;
}
/*-----------------------regLeft icon-----------------------*/
#regLeft ul li.date {
  background-image: url(../images/date.svg);
}
#regLeft ul li.venue {
  background-image: url(../images/venue.svg);
}
#regLeft ul li.url {
  background-image: url(../images/website.svg);
}
#regLeft ul li {
  background-position: left top 4px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  background-size: 16px 16px;
  padding-left: 22px;
}
/*-----------------------entryApply-----------------------*/
#entryApply li.invite {
  background-image: url(../images/entryInvite.svg);
}
#entryApply li.RegOs {
  background-image: url(../images/entryRegOs.svg);
}
#entryApply li.ticket {
  background-image: url(../images/entryTicket.svg);
}
#entryApply li.Reg {
  background-image: url(../images/entryReg.svg);
}
#entryApply li.store {
  background-image: url(../images/allienceStore.jpg);
}
#entryApply li.allience {
  background-image: url(../images/allience.jpg);
}
#otherBox {
  padding: 2px 5px;
  line-height: 100%;
}
/*-- upload namecard --*/
.inputFile input {
  display: none;
}
.uploadAlert {}
.nameCard {
  width: 250px;
  position: relative;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-----------------------entryApply-----------------------*/
  #entryApply li {
    min-height: 150px;
    padding: 20px 0 20px 140px;
    border-bottom: 1px solid #e0e0e0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 120px 120px;
  }
  #entryApply li:first-child {
    border-top: 1px solid #e0e0e0;
  }
  /*-----------------------regLeft-----------------------*/
  #regLeft {
    width: 250px;
    float: left;
    border: 1px solid #E0E0E0;
    padding: 10px;
    border-radius: 3px;
  }
  .regLeftNoborder {
    border: 0;
    padding: 0;
  }
  #regRight {
    width: auto;
    margin-left: 280px;
    min-height: 300px;
  }
  #regLeft .right {
    /*width:80%;*/
    margin: 0 auto 15px auto;
  }
  /*--------------sticky-------------------*/
  #sidebar.sticky {
    width: 250px;
  }
  /*-----------------------form-----------------------*/
  .questionItem li {
    width: 49%;
    margin-right: 2%;
    float: left;
    padding-bottom: 4px;
  }
  .questionItem li:nth-child(even) {
    margin-right: 0%;
  }
  .questionItem, .radio {
    overflow: auto;
  }
  .radio li {
    float: left;
    margin-right: 10px;
  }
  .radio li:last-child {
    margin: 0;
  }
  .extlText {
    width: 80px;
  }
  .telText {
    width: 300px;
  }
  .nameCard {
    width: 250px;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-----------------------entryApply-----------------------*/
  #entryApply {
    margin: -20px -15px 0 -15px;
  }
  #entryApply li {
    min-height: 130px;
    padding: 20px 10px 20px 110px;
    border-bottom: 1px solid #e0e0e0;
    background-repeat: no-repeat;
    background-position: left 10px top 20px;
    background-size: 90px 90px;
  }
  /*-----------------------form-----------------------*/
  .questionItem li {
    padding-bottom: 2px;
  }
  .radio {
    overflow: auto;
  }
  .radio li {
    float: left;
    width: 50%;
  }
  .extlText {
    width: 23%;
  }
  .telText {
    width: 75%;
  }
  #cardWrapper {
    width: 90%;
  }
  /*-----------------------regLeft-----------------------*/
  #regLeft {
    overflow: auto;
    margin: 0 -15px 20px -15px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 15px 10px 15px;
  }
  #regLeft .right {
    width: 20%;
    float: right;
  }
  #regLeft .left {
    width: 80%;
    float: left;
  }
.nameCard {
    width: 100%;
  }
}