@charset "UTF-8";
@font-face {
  font-family: 'Now';
  font-style: normal;
  font-weight: 300;
  src: url("../font/Now-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/Now-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Now-Regular.woff") format("woff"), url("../font/Now-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Now';
  font-style: normal;
  font-weight: 500;
  src: url("../font/Now-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../font/Now-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Now-Medium.woff") format("woff"), url("../font/Now-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.cf {
  *zoom: 1; }
  .cf:after {
    content: "";
    display: table;
    clear: both; }

.hover {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }
  .hover:hover {
    opacity: .7; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background: #FFF;
  color: #707070;
  -webkit-text-size-adjust: none; }

ul {
  margin: 0;
  padding: 0; }

.dg {
  color: #219260; }

.bl {
  color: #42829F; }

.lg {
  color: #67BD49; }

.gr {
  color: #999; }

.bg_dg {
  background: #219260; }

.bg_bl {
  background: #42829F; }

.bg_lg {
  background: #67BD49; }

.bg_gr {
  background: #999; }

a:hover, input:hover {
  opacity: .8; }

input {
  font-size: 16px; }

body {
  height: 100vh;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  background: #e0e0e0;
  margin: 0; }
  body .wrapper {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body .wrapper .menu {
      width: 16%;
      height: 100%;
      background: #EEE;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      body .wrapper .menu .logo_container {
        width: 100%;
        height: 70px;
        background: #219260; }
        body .wrapper .menu .logo_container img {
          width: 100%;
          height: 100%;
          max-width: 136px;
          -o-object-fit: cover;
          object-fit: cover;
          margin: auto;
          display: block; }
      body .wrapper .menu .main_menu {
        margin-top: 50px;
        list-style: none; }
        body .wrapper .menu .main_menu li {
          margin-bottom: 30px; }
          body .wrapper .menu .main_menu li a {
            color: #707070;
            text-decoration: none; }
            body .wrapper .menu .main_menu li a.active {
              font-weight: 500;
              color: #219260; }
    body .wrapper .content {
      width: 84%;
      background: #FFF;
      padding: 40px 36px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media screen and (max-width: 991px) {
        body .wrapper .content {
          padding: 30px 20px 0; } }
      body .wrapper .content .top {
        font-size: 14px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body .wrapper .content .top .sub_menu {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          body .wrapper .content .top .sub_menu li a {
            color: #FFF;
            border-radius: 4px;
            margin-left: 10px;
            padding: 3px 18px;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            @media screen and (max-width: 991px) {
              body .wrapper .content .top .sub_menu li a {
                margin-left: 6px;
                padding: 3px 10px; } }
            body .wrapper .content .top .sub_menu li a::before {
              width: 14px;
              height: 14px;
              margin-right: 6px;
              content: '';
              background: url("../images/icon_add.svg") no-repeat 0 0;
                background-size: 14px 14px; }
              @media screen and (max-width: 991px) {
                body .wrapper .content .top .sub_menu li a::before {
                  width: 12px;
                  height: 12px;
                  background-size: 12px 12px;
                  margin-right: 4px; } }
            body .wrapper .content .top .sub_menu li a.btn_dg {
              background: #219260; }
            body .wrapper .content .top .sub_menu li a.btn_bl {
              background: #42829F; }
            body .wrapper .content .top .sub_menu li a.btn_lg {
              background: #67BD49; }
            body .wrapper .content .top .sub_menu li a.btn_cancel {
              background: #525E62;
              color: rgba(255, 255, 255, 0.6); }
              body .wrapper .content .top .sub_menu li a.btn_cancel::before {
                display: none; }
      body .wrapper .content .item {
        width: 100%;
        background: #EEE;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style: none;
        font-size: 14px;
        border-bottom: 4px solid #FFF;
        border-radius: 6px; }
        @media screen and (max-width: 991px) {
          body .wrapper .content .item {
            font-size: 12px; } }
        body .wrapper .content .item li {
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 15px 5px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background: inherit; }
      body .wrapper .content .main_area {
        margin-bottom: 80px;
        overflow-y: scroll;
        font-size: 14px; }
        @media screen and (max-width: 991px) {
          body .wrapper .content .main_area {
            margin-bottom: 60px;
            font-size: 12px; } }
        body .wrapper .content .main_area .play_list, body .wrapper .content .main_area .user_list {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          position: relative; }
          body .wrapper .content .main_area .play_list li, body .wrapper .content .main_area .user_list li {
            margin-bottom: 4px;
            background: #FAFAFA; }
            body .wrapper .content .main_area .play_list li ul, body .wrapper .content .main_area .user_list li ul {
              width: 100%;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              list-style: none; }
              body .wrapper .content .main_area .play_list li ul li, body .wrapper .content .main_area .user_list li ul li {
                text-align: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 15px 5px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                background: inherit; }
      body .wrapper .content .status {
        width: 100%;
        height: 80px;
        background: #FFF;
        position: absolute;
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 600; }
        @media screen and (max-width: 991px) {
          body .wrapper .content .status {
            height: 60px;
            font-size: 16px; } }
        body .wrapper .content .status span {
          margin: 0 10px; }
          body .wrapper .content .status span.video {
            color: #219260; }
          body .wrapper .content .status span.image {
            color: #42829F; }
          body .wrapper .content .status span.text {
            color: #67BD49; }
    body .wrapper #list .top {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body .wrapper #list .top .time {
        color: #707070;
        font-weight: 600; }
        body .wrapper #list .top .time .number {
          font-size: 28px;
          font-weight: 600;
          margin: 0 6px;
          color: #219260;
          letter-spacing: 2px; }
          @media screen and (max-width: 991px) {
            body .wrapper #list .top .time .number {
              margin: 0 4px;
              letter-spacing: 1px; } }
    body .wrapper #list .item li:first-child {
      width: 5%;
      background: inherit;
      position: inherit; }
      body .wrapper #list .item li:first-child input {
        width: 16px;
        height: 16px;
        border: 1px solid #666;
          border-radius: 2px;
        background: #FFF; }
    body .wrapper #list .item li:nth-child(2) {
      width: 5%; }
    body .wrapper #list .item li:nth-child(3) {
      width: 10%;
      min-width: 90px; }
    body .wrapper #list .item li:nth-child(4) {
      width: 20%; }
    body .wrapper #list .item li:nth-child(5) {
      width: 25%; }
      @media screen and (max-width: 991px) {
        body .wrapper #list .item li:nth-child(5) {
          width: 20%; } }
    body .wrapper #list .item li:nth-child(6) {
      width: 5%; }
      body .wrapper #list .item li:nth-child(6) img {
        width: 20px;
        height: 20px; }
        @media screen and (max-width: 991px) {
          body .wrapper #list .item li:nth-child(6) img {
            width: 16px;
            height: 16px; } }
    body .wrapper #list .item li:nth-child(7) {
      width: 10%; }
    body .wrapper #list .item li:nth-child(8) {
      width: 10%; }
      @media screen and (max-width: 991px) {
        body .wrapper #list .item li:nth-child(8) {
          width: 15%; } }
    body .wrapper #list .item li:last-child {
      width: 10%; }
    body .wrapper #list .main_area .play_list li ul.v li:last-child::after, body .wrapper #list .main_area .play_list li ul.i li:last-child::after, body .wrapper #list .main_area .play_list li ul.t li:last-child::after {
      content: "";
      width: 15px;
      height: 50%;
      display: block;
      position: absolute;
      right: 0; }
      @media screen and (max-width: 991px) {
        body .wrapper #list .main_area .play_list li ul.v li:last-child::after, body .wrapper #list .main_area .play_list li ul.i li:last-child::after, body .wrapper #list .main_area .play_list li ul.t li:last-child::after {
          width: 10px; } }
    body .wrapper #list .main_area .play_list li ul.v li:last-child::after {
      background: #219260; }
    body .wrapper #list .main_area .play_list li ul.i li:last-child::after {
      background: #42829F; }
    body .wrapper #list .main_area .play_list li ul.t li:last-child::after {
      background: #67BD49; }
    body .wrapper #list .main_area .play_list li ul li {
      position: relative;
      word-break: break-all; }
      body .wrapper #list .main_area .play_list li ul li:first-child {
        width: 5%;
        background: inherit;
        position: inherit; }
        body .wrapper #list .main_area .play_list li ul li:first-child input {
          width: 16px;
          height: 16px;
          border: 1px solid #666;
            border-radius: 2px;
          background: #FFF; }
      body .wrapper #list .main_area .play_list li ul li:nth-child(2) {
        width: 5%; }
      body .wrapper #list .main_area .play_list li ul li:nth-child(3) {
        width: 10%;
        min-width: 90px; }
      body .wrapper #list .main_area .play_list li ul li:nth-child(4) {
        width: 20%; }
        body .wrapper #list .main_area .play_list li ul li:nth-child(4) .thumb_container {
          width: 100%;
          max-width: 160px; }
          body .wrapper #list .main_area .play_list li ul li:nth-child(4) .thumb_container img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
      body .wrapper #list .main_area .play_list li ul li:nth-child(5) {
        width: 25%;
        text-align: left; }
        @media screen and (max-width: 991px) {
          body .wrapper #list .main_area .play_list li ul li:nth-child(5) {
            width: 20%; } }
      body .wrapper #list .main_area .play_list li ul li:nth-child(6) {
        width: 5%; }
        body .wrapper #list .main_area .play_list li ul li:nth-child(6) img {
          width: 20px;
          height: 20px; }
          @media screen and (max-width: 991px) {
            body .wrapper #list .main_area .play_list li ul li:nth-child(6) img {
              width: 16px;
              height: 16px; } }
      body .wrapper #list .main_area .play_list li ul li:nth-child(7) {
        width: 10%; }
      body .wrapper #list .main_area .play_list li ul li:nth-child(8) {
        width: 10%; }
        @media screen and (max-width: 991px) {
          body .wrapper #list .main_area .play_list li ul li:nth-child(8) {
            width: 15%; } }
      body .wrapper #list .main_area .play_list li ul li:last-child {
        width: 10%; }
        body .wrapper #list .main_area .play_list li ul li:last-child img {
          width: 34px;
          height: 34px; }
          @media screen and (max-width: 991px) {
            body .wrapper #list .main_area .play_list li ul li:last-child img {
              width: 25px;
              height: 25px; } }
    body .wrapper #user .top {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    body .wrapper #user .item li:first-child {
      width: 10%;
      background: inherit;
      position: inherit; }
      body .wrapper #user .item li:first-child input {
        width: 16px;
        height: 16px;
        border: 1px solid #666;
          border-radius: 2px;
        background: #FFF; }
    body .wrapper #user .item li:nth-child(2) {
      width: 10%; }
    body .wrapper #user .item li:nth-child(3) {
      width: 20%; }
    body .wrapper #user .item li:nth-child(4) {
      width: 25%; }
    body .wrapper #user .item li:nth-child(5) {
      width: 10%; }
      body .wrapper #user .item li:nth-child(5) img {
        width: 20px;
        height: 20px; }
        @media screen and (max-width: 991px) {
          body .wrapper #user .item li:nth-child(5) img {
            width: 16px;
            height: 16px; } }
    body .wrapper #user .item li:last-child {
      width: 15%; }
    body .wrapper #user .main_area .user_list li ul li {
      position: relative; }
      body .wrapper #user .main_area .user_list li ul li:first-child {
        width: 10%;
        background: inherit;
        position: inherit; }
        body .wrapper #user .main_area .user_list li ul li:first-child input {
          width: 16px;
          height: 16px;
          border: 1px solid #666;
            border-radius: 2px;
          background: #FFF; }
      body .wrapper #user .main_area .user_list li ul li:nth-child(2) {
        width: 10%; }
      body .wrapper #user .main_area .user_list li ul li:nth-child(3) {
        width: 20%; }
      body .wrapper #user .main_area .user_list li ul li:nth-child(4) {
        width: 25%; }
      body .wrapper #user .main_area .user_list li ul li:nth-child(5) {
        width: 10%; }
        body .wrapper #user .main_area .user_list li ul li:nth-child(5) img {
          width: 20px;
          height: 20px; }
          @media screen and (max-width: 991px) {
            body .wrapper #user .main_area .user_list li ul li:nth-child(5) img {
              width: 16px;
              height: 16px; } }
      body .wrapper #user .main_area .user_list li ul li:last-child {
        width: 15%; }
  body .dark {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0; }
    body .dark .info_box {
      width: 600px;
      background: #FFF;
      border-radius: 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
      padding: 35px 55px; }
      body .dark .info_box .box_close {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 24px;
        right: 24px;
        cursor: pointer; }
      body .dark .info_box h3 {
        font-size: 18px;
        margin: 0 auto 30px; }
        body .dark .info_box h3 font {
          size: 18px;
          weight: 600; }
      body .dark .info_box h4 {
        font-size: 16px;
        margin: 0 auto 10px; }
      body .dark .info_box .delete_confirm {
        margin-bottom: 30px;
        font-size: 12px;
        font-weight: 500; }
      body .dark .info_box .upload_box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 0;
        margin-bottom: 30px;
        border-radius: 14px;
        font-size: 14px;
        font-weight: 500; }
        body .dark .info_box .upload_box.v {
          border: 2px dashed #219260;
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 146, 96, 0.1)), to(rgba(33, 146, 96, 0)));
          background: -webkit-linear-gradient(bottom, rgba(33, 146, 96, 0.1) 0%, rgba(33, 146, 96, 0) 100%);
          background: -o-linear-gradient(bottom, rgba(33, 146, 96, 0.1) 0%, rgba(33, 146, 96, 0) 100%);
          background: linear-gradient(0deg, rgba(33, 146, 96, 0.1) 0%, rgba(33, 146, 96, 0) 100%); }
        body .dark .info_box .upload_box.i {
          border: 2px dashed #42829F;
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(66, 130, 160, 0.1)), to(rgba(66, 130, 160, 0)));
          background: -webkit-linear-gradient(bottom, rgba(66, 130, 160, 0.1) 0%, rgba(66, 130, 160, 0) 100%);
          background: -o-linear-gradient(bottom, rgba(66, 130, 160, 0.1) 0%, rgba(66, 130, 160, 0) 100%);
          background: linear-gradient(0deg, rgba(66, 130, 160, 0.1) 0%, rgba(66, 130, 160, 0) 100%); }
        body .dark .info_box .upload_box span {
          margin-bottom: 15px; }
        body .dark .info_box .upload_box input {
          font-size: 16px;
          font-weight: 500;
          color: #FFF;
          border: none;
            border-radius: 5px;
          padding: 5px 25px;
          cursor: pointer; }
      body .dark .info_box .progress {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 20px;
        border-radius: 14px;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 12px rgba(32, 146, 96, 0.45);
        box-shadow: 0px 0px 12px rgba(32, 146, 96, 0.45); }
        body .dark .info_box .progress .icon {
          width: 40px;
          height: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #FFF;
          border-radius: 4px;
          font-size: 8px;
          font-weight: 500; }
        body .dark .info_box .progress .bar {
          width: calc(100% - 92px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          body .dark .info_box .progress .bar .text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 12px;
            color: #999;
            margin-bottom: 8px;
            font-weight: 600;
            letter-spacing: 1px;
            line-height: 1; }
          body .dark .info_box .progress .bar .progress_bar {
            width: 100%;
            height: 4px;
            background: rgba(34, 146, 96, 0.2); }
            body .dark .info_box .progress .bar .progress_bar .bar {
              height: 4px;
              background: #219260; }
        body .dark .info_box .progress .cancel {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          body .dark .info_box .progress .cancel img {
            width: 10px;
            height: 10px; }
      body .dark .info_box .text_title, body .dark .info_box .text_content {
        width: 100%;
        height: 42px;
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #67BD49;
          border-radius: 5px; }
      body .dark .info_box .text_content {
        height: 210px;
        margin-bottom: 30px; }
      body .dark .info_box .time_set {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px; }
        body .dark .info_box .time_set select {
          width: 38%;
          height: 42px;
          padding: 0 10px;
          font-weight: 600;
          border-radius: 5px; }
        body .dark .info_box .time_set input {
          width: 27%;
          height: 42px;
          color: #FFF;
          font-weight: 600;
          border: none;
            border-radius: 5px; }
        body .dark .info_box .time_set.i select {
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(66, 130, 160, 0.1)), to(rgba(66, 130, 160, 0)));
          background: -webkit-linear-gradient(bottom, rgba(66, 130, 160, 0.1) 0%, rgba(66, 130, 160, 0) 100%);
          background: -o-linear-gradient(bottom, rgba(66, 130, 160, 0.1) 0%, rgba(66, 130, 160, 0) 100%);
          background: linear-gradient(0deg, rgba(66, 130, 160, 0.1) 0%, rgba(66, 130, 160, 0) 100%);
          color: #42829F;
          border: 1px solid #42829F; }
        body .dark .info_box .time_set.t select {
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(103, 189, 73, 0.1)), to(rgba(103, 189, 73, 0)));
          background: -webkit-linear-gradient(bottom, rgba(103, 189, 73, 0.1) 0%, rgba(103, 189, 73, 0) 100%);
          background: -o-linear-gradient(bottom, rgba(103, 189, 73, 0.1) 0%, rgba(103, 189, 73, 0) 100%);
          background: linear-gradient(0deg, rgba(103, 189, 73, 0.1) 0%, rgba(103, 189, 73, 0) 100%);
          color: #67BD49;
          border: 1px solid #67BD49; }
      body .dark .info_box .delete_set {
        width: 60%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px; }
        body .dark .info_box .delete_set input {
          width: 47%;
          height: 42px;
          color: #FFF;
          font-weight: 600;
          border: none;
            border-radius: 5px; }
      body .dark .info_box .add_user_set {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px; }
        body .dark .info_box .add_user_set input {
          width: 58%;
          height: 42px;
          padding: 0 10px;
          border: 1px solid #219260;
            border-radius: 5px; }
        body .dark .info_box .add_user_set select {
          width: 38%;
          height: 42px;
          padding: 0 10px;
          border: 1px solid #219260;
            border-radius: 5px;
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 146, 96, 0.1)), to(rgba(33, 146, 96, 0)));
          background: -webkit-linear-gradient(bottom, rgba(33, 146, 96, 0.1) 0%, rgba(33, 146, 96, 0) 100%);
          background: -o-linear-gradient(bottom, rgba(33, 146, 96, 0.1) 0%, rgba(33, 146, 96, 0) 100%);
          background: linear-gradient(0deg, rgba(33, 146, 96, 0.1) 0%, rgba(33, 146, 96, 0) 100%); }
      body .dark .info_box .logo_area {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 25px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        body .dark .info_box .logo_area .ribbon {
          width: 100%;
          height: 10px;
          background: #219260;
          position: absolute;
          bottom: 10px; }
        body .dark .info_box .logo_area .logo {
          width: 186px;
          height: 50px;
          background: #219260;
          text-align: center;
          border-left: 8px solid #FFF;
          border-right: 8px solid #FFF;
          z-index: 2; }
          body .dark .info_box .logo_area .logo img {
            height: 50px; }
      body .dark .info_box .full_width_set {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 70px auto 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body .dark .info_box .full_width_set input {
          width: 100%;
          height: 42px;
          padding: 0 10px;
          margin-bottom: 20px;
          border: 1px solid #219260;
            border-radius: 5px; }
          body .dark .info_box .full_width_set input.half {
            width: 48.5%; }
          body .dark .info_box .full_width_set input.default {
            color: #219260; }
  body#player {
    width: 100vw;
    height: 100vh;
    background: #333;
    position: relative; }
    body#player .wrapper {
      height: calc(100% - 135px);
      padding: 0 110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #FFF; }
      body#player .wrapper .title {
        line-height: 1.6;
        margin: 0 auto 55px;
        font-size: 34px;
        font-weight: 600; }
      body#player .wrapper .t_content {
        font-size: 24px;
        margin: 0 auto;
        line-height: 2; }
    body#player .version {
      background: #222;
      color: #999;
      font-size: 12px;
      padding: 5px 15px;
      position: absolute;
      bottom: 0;
      right: 0;
      letter-spacing: 2px; }
    body#player footer {
      width: 100%;
      height: 80px;
      text-align: center;
      position: absolute;
      bottom: 55px; }
      body#player footer img {
        height: 80px; }
