@charset "UTF-8";
/*---------------------------
player
----------------------------*/
#player {
  /*新規登録*/
}

#player .inner .create {
  margin-bottom: 2.0em;
}

#player .inner .create .col {
  width: 49%;
  border: 1px solid #ccc;
  padding: 1.5em 2.0em;
}

@media screen and (max-width: 640px) {
  #player .inner .create .col {
    /*sp*/
    width: 100%;
  }
  #player .inner .create .col:nth-of-type(1) {
    margin-bottom: 0.5rem;
  }
}

#player .inner .create .col h2 {
  width: 70%;
  font-size: 1.2em;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #player .inner .create .col h2 {
    /*sp*/
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

#player .inner .create .col .btn {
  width: 30%;
}

@media screen and (max-width: 640px) {
  #player .inner .create .col .btn {
    /*sp*/
    width: 100%;
  }
}

#player .inner .create .col .btn a {
  display: block;
  border-radius: 5px;
  color: #fff;
  background: #67BD2C;
  padding: 1.0em 1.5em;
  text-decoration: none;
  font-size: 0.9em;
}

#player .inner .create .col.inport > h3 {
  width: 20%;
}

@media screen and (max-width: 640px) {
  #player .inner .create .col.inport > h3 {
    /*sp*/
    width: 100%;
    margin-bottom: 0.5em;
  }
}

#player .inner .create .col.inport > .form_area {
  width: 80%;
}

@media screen and (max-width: 640px) {
  #player .inner .create .col.inport > .form_area {
    /*sp*/
    width: 100%;
  }
}

#player .inner .create .col.inport > .form_area input[type="file"] {
  width: 70%;
  padding-left: 0;
}

#player .inner .create .col.inport > .form_area input[type="submit"] {
  width: 30%;
  text-align: center;
  padding: 1.0em 0.5em;
  font-size: 0.9em;
}

#player .inner .search_inport h2 {
  background: #2CA17D;
  color: #fff;
  padding: 0.5em 1.0em;
  margin-bottom: 1.0em;
  text-align: left;
}

#player .inner .search_inport .search {
  border: 1px solid #ccc;
  padding: 1.5em 2.0em;
  margin-bottom: 2.0em;
}

#player .inner .search_inport .search .col {
  margin-bottom: 1.0em;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.0em;
}

#player .inner .search_inport .search .col:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#player .inner .search_inport .search .col h3 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

#player .inner .search_inport .search .col form {
  width: 100%;
}

#player .inner .search_inport .search .col.narrow select:nth-of-type(1) {
  width: 18%;
  margin-right: 1%;
}

@media screen and (max-width: 640px) {
  #player .inner .search_inport .search .col.narrow select:nth-of-type(1) {
    /*sp*/
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

#player .inner .search_inport .search .col.narrow select:nth-of-type(2) {
  width: 18%;
  margin-right: 1%;
}

@media screen and (max-width: 640px) {
  #player .inner .search_inport .search .col.narrow select:nth-of-type(2) {
    /*sp*/
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

#player .inner .search_inport .search .col.narrow select:nth-of-type(3) {
  width: 18%;
  margin-right: 1%;
}

@media screen and (max-width: 640px) {
  #player .inner .search_inport .search .col.narrow select:nth-of-type(3) {
    /*sp*/
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

#player .inner .search_inport .search .col.narrow input[type="text"] {
  width: 25%;
}

@media screen and (max-width: 640px) {
  #player .inner .search_inport .search .col.narrow input[type="text"] {
    /*sp*/
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

#player .inner .search_inport .search .col.narrow .btn {
  width: 10%;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  #player .inner .search_inport .search .col.narrow .btn {
    /*sp*/
    width: 100%;
  }
}

#player .inner .search_inport .search .col.narrow .btn input[type="submit"] {
  width: 100%;
  padding: 0.6em;
  margin-top: 0 !important;
}

#player .inner .search_inport .search .col.inport input[type="file"] {
  width: 82%;
  background: #eee;
}

@media screen and (max-width: 640px) {
  #player .inner .search_inport .search .col.inport input[type="file"] {
    /*sp*/
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

#player .inner .search_inport .search .col.inport .btn {
  width: 10%;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  #player .inner .search_inport .search .col.inport .btn {
    /*sp*/
    width: 100%;
  }
}

#player .inner .search_inport .search .col.inport .btn input[type="submit"] {
  width: 100%;
  padding: 0.8em;
}

#player .inner .list form {
  width: 100%;
}

#player .inner .list .head {
  margin-bottom: 1.0em;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}

#player .inner .list .head .number {
  width: 50%;
  text-align: left;
}

#player .inner .list .head .btn_delete {
  width: 50%;
  text-align: right;
}

#player .inner .list #block {
  height: 150px;
}

@media screen and (max-width: 640px) {
  #player .inner .list #block {
    /*sp*/
    height: 100px;
  }
}

#player .inner .list #block #term {
  margin: 0 auto;
  height: 90px;
}

#player .inner .list #block #term a {
  font-size: 25px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #player .inner .list #block #term a {
    /*sp*/
    font-size: 20px;
  }
}

#player .inner .list #block #term table {
  font-size: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #player .inner .list #block #term table {
    /*sp*/
    font-size: 15px;
    margin: 0 auto;
  }
}

#player .inner .list #block #term th {
  padding: 5px;
}

#player .inner .list .filter {
  background: #eee;
  padding: 1.0em;
}

#player .inner .list .filter .title_bar {
  margin-bottom: 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

#player .inner .list .filter .title_bar span {
  display: block;
  background: #2CA17D;
  color: #fff;
  height: 50px;
  padding: 0.3em 0.3em;
  border-right: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span {
    /*sp*/
    font-size: 0.8rem;
    height: auto;
  }
}

#player .inner .list .filter .title_bar span a {
  color: #fff;
  text-decoration: none;
}

#player .inner .list .filter .title_bar span a:after {
  content: "";
  display: block;
  font-size: 6px;
  background-image: url(../img/common/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 6px;
  margin: auto;
  margin-top: 1.0em;
}

#player .inner .list .filter .title_bar span input[type="checkbox"] {
  margin: 0;
}

#player .inner .list .filter .title_bar span:nth-of-type(1) {
  width: 5%;
  position: relative;
  display: block;
}

#player .inner .list .filter .title_bar span:nth-of-type(1) p {
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(1) p {
    /*sp*/
    font-size: 0.9rem;
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(1) {
    /*sp*/
    width: 100%;
    border-right: none;
  }
}

#player .inner .list .filter .title_bar span:nth-of-type(2) {
  width: 13%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(2) {
    /*sp*/
    width: 33%;
  }
}

#player .inner .list .filter .title_bar span:nth-of-type(3) {
  width: 13%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(3) {
    /*sp*/
    width: 33%;
    border-right: none;
  }
}

#player .inner .list .filter .title_bar span:nth-of-type(4) {
  width: 19%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(4) {
    /*sp*/
    width: 33%;
    font-size: 6px;
  }
}

#player .inner .list .filter .title_bar span:nth-of-type(5) {
  width: 10%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(5) {
    /*sp*/
    width: 33%;
  }
}

#player .inner .list .filter .title_bar span:nth-of-type(6) {
  width: 10%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(6) {
    /*sp*/
    width: 33%;
    border-right: none;
  }
}

#player .inner .list .filter .title_bar span:nth-of-type(7) {
  width: 10%;
  border-right: none;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(7) {
    /*sp*/
    width: 33%;
  }
}

#player .inner .list .filter .title_bar span:nth-of-type(8) {
  width: 19%;
  border-right: none;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .title_bar span:nth-of-type(8) {
    /*sp*/
    display: none;
  }
}

#player .inner .list .filter .box {
  background: #fff;
  margin-bottom: 0.3em;
}

#player .inner .list .filter .box .check {
  width: 5%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .check {
    /*sp*/
    width: 100%;
    border-bottom: 1px dotted #ccc;
    background: #ccc;
  }
}

#player .inner .list .filter .box .txt {
  width: 76%;
  text-align: left;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt {
    /*sp*/
    width: 100%;
  }
}

#player .inner .list .filter .box .txt .top {
  padding: 0.5em;
}

#player .inner .list .filter .box .txt .top span {
  display: block;
  text-align: center;
}

#player .inner .list .filter .box .txt .top span:nth-of-type(1) {
  width: 16%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .top span:nth-of-type(1) {
    /*sp*/
    width: 33%;
    border-bottom: 1px dotted #ccc;
    padding: 0.5rem;
  }
}

#player .inner .list .filter .box .txt .top span:nth-of-type(2) {
  width: 16%;
  text-align: left;
  padding-left: 5%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .top span:nth-of-type(2) {
    /*sp*/
    width: 33%;
    border-bottom: 1px dotted #ccc;
    padding: 0.5rem;
  }
}

#player .inner .list .filter .box .txt .top span:nth-of-type(3) {
  width: 24%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .top span:nth-of-type(3) {
    /*sp*/
    width: 33%;
    border-bottom: 1px dotted #ccc;
    padding: 0.5rem;
  }
}

#player .inner .list .filter .box .txt .top span:nth-of-type(4) {
  width: 13%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .top span:nth-of-type(4) {
    /*sp*/
    width: 33%;
    padding: 0.5rem;
  }
}

#player .inner .list .filter .box .txt .top span:nth-of-type(5) {
  width: 13%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .top span:nth-of-type(5) {
    /*sp*/
    width: 33%;
    padding: 0.5rem;
  }
}

#player .inner .list .filter .box .txt .top span:nth-of-type(6) {
  width: 13%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .top span:nth-of-type(6) {
    /*sp*/
    width: 33%;
    padding: 0.5rem;
  }
}

#player .inner .list .filter .box .txt .bottom {
  padding: 0.5em;
  border-top: 1px dotted #ccc;
}

#player .inner .list .filter .box .txt .bottom .title {
  width: 12%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .bottom .title {
    /*sp*/
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }
}

#player .inner .list .filter .box .txt .bottom .s_half {
  width: 43%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .bottom .s_half {
    /*sp*/
    width: 100%;
  }
}

#player .inner .list .filter .box .txt .bottom .f_half {
  width: 43%;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .bottom .f_half {
    /*sp*/
    width: 100%;
  }
}

#player .inner .list .filter .box .txt .bottom .s_half,
#player .inner .list .filter .box .txt .bottom .f_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}

#player .inner .list .filter .box .txt .bottom .s_half span,
#player .inner .list .filter .box .txt .bottom .f_half span {
  width: 15%;
  display: inline-block;
  border: 1px solid #000;
  padding: 0 0.2em;
  font-size: 0.6em;
  text-align: center;
}

#player .inner .list .filter .box .txt .bottom .s_half ul,
#player .inner .list .filter .box .txt .bottom .f_half ul {
  width: 80%;
  height: 40px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  list-style: none;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .bottom .s_half ul,
  #player .inner .list .filter .box .txt .bottom .f_half ul {
    /*sp*/
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box .txt .bottom .s_half ul:nth-of-type(1),
  #player .inner .list .filter .box .txt .bottom .f_half ul:nth-of-type(1) {
    /*sp*/
    margin-bottom: 0.5rem;
  }
}

#player .inner .list .filter .box .txt .bottom .s_half ul li,
#player .inner .list .filter .box .txt .bottom .f_half ul li {
  font-size: 0.9em;
  padding: 0 0.2em;
}

#player .inner .list .filter .box .txt .bottom .s_half ul li:nth-of-type(even),
#player .inner .list .filter .box .txt .bottom .f_half ul li:nth-of-type(even) {
  background: #eee;
}

#player .inner .list .filter .box > .btn {
  width: 19%;
  padding: 0.25em 0.5em;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box > .btn {
    /*sp*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 0;
  }
}

#player .inner .list .filter .box > .btn a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 0.5em 1.0em;
  text-decoration: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box > .btn a {
    /*sp*/
    width: 100%;
  }
}

#player .inner .list .filter .box > .btn a:nth-of-type(1) {
  background-color: #2CA17D;
  background-image: url(../img/common/icon_edit.svg);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 5% center;
}

@media screen and (max-width: 640px) {
  #player .inner .list .filter .box > .btn a:nth-of-type(1) {
    /*sp*/
    margin-bottom: 0;
  }
}

#player .inner .list .filter .box > .btn a:nth-of-type(2) {
  background-color: #006F74;
  background-image: url(../img/common/icon_player.svg);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 5% center;
}

#player #create .box {
  background: #eee;
  padding: 1.0em;
  text-align: left;
}

#player #create .box h2 {
  border: 1px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 1.0em;
  background: #D9D9D9;
}

#player #create .box h2:first-child {
  margin-top: 0;
}

#player #create .box h2 > span {
  background: #FF8E2F;
  padding: 0.5em;
  border-radius: 5px;
  color: #fff;
  font-size: 0.6em;
  line-height: 1.0em;
  display: inline-block;
  margin-left: 10px;
}

#player #create .box p {
  margin-bottom: 0.8em;
}

#player #create .box input[type="text"] {
  width: 100%;
}

#player #create .box input[type="text"].w20 {
  width: 20%;
}

@media screen and (max-width: 640px) {
  #player #create .box input[type="text"].w20 {
    /*sp*/
    width: 50%;
  }
}

#player #create .box .league {
  width: 20%;
}

@media screen and (max-width: 640px) {
  #player #create .box .league {
    /*sp*/
    width: 100%;
  }
}

#player #create .box .year_est {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

#player #create .box .year_est input[type="text"] {
  border-radius: 0;
}

#player #create .box .year_est span {
  background: #ccc;
  color: #000;
  padding: 0.6em;
  display: inline-block;
}

#player #create .box .address {
  margin-bottom: 0.3em;
}

#player #create .box .address span {
  display: inline-block;
  width: 80px;
}

#player #create_detail .box {
  background: #eee;
  padding: 1.5em;
  text-align: left;
}

#player #create_detail .box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 1.0em;
}

#player #create_detail .box .head .img {
  width: 10%;
}

@media screen and (max-width: 640px) {
  #player #create_detail .box .head .img {
    /*sp*/
    width: 30%;
  }
}

#player #create_detail .box .head .txt {
  width: 88%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}

@media screen and (max-width: 640px) {
  #player #create_detail .box .head .txt {
    /*sp*/
    width: 65%;
  }
}

#player #create_detail .box .head .txt span {
  display: block;
  margin-right: 1.0em;
}

#player #create_detail .box .head .txt span:nth-of-type(1) {
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1.0em;
}

@media screen and (max-width: 640px) {
  #player #create_detail .box .head .txt span {
    /*sp*/
    width: 100%;
  }
}

#player #create_detail .box dl > div {
  border-bottom: 1px dotted #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #player #create_detail .box dl > div {
    /*sp*/
    border-bottom: none;
  }
}

#player #create_detail .box dl > div dt {
  width: 20%;
  padding: 10px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #player #create_detail .box dl > div dt {
    /*sp*/
    width: 100%;
    background: #999;
    color: #fff;
  }
}

#player #create_detail .box dl > div dd {
  width: 80%;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  #player #create_detail .box dl > div dd {
    /*sp*/
    width: 100%;
  }
}

#player #create_detail .box dl > div dd img {
  width: 200px;
  height: auto;
  border: 1px solid #ccc;
}

#player #create_detail .btn {
  padding-top: 2.0em;
  text-align: center;
}

#player #create_detail .btn a {
  display: inline-block;
  padding: 1.0em;
  background: #999;
  color: #fff;
  width: 20%;
  border-radius: 5px;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  #player #create_detail .btn a {
    /*sp*/
    width: 80%;
  }
}
/*# sourceMappingURL=player.css.map */