@charset "UTF-8";
/* mediaquery */
/******************
 * Default Styles
 ******************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 150%;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: underline;
}

img:hover {
  border: 1px solid #000000;
}

.no_wrap {
  word-break: keep-all;
}

.title {
  margin: 10px 0;
}

span.icon {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  height: 20px;
  background-color: #333333;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 3px;
}

span.icon.favorite {
  top: -1px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: auto;
  color: #CCCCCC;
  font-size: 20px;
  cursor: pointer;
}

span.icon.favorite.glyphicon-star {
  color: #EA5550;
}

.button-wrapper span.icon.favorite {
  top: 0;
  margin-right: 5px;
  padding: 5px 10px 7px 37px;
  font-size: 14px;
  vertical-align: super;
  border-radius: 4px;
  border: solid 1px #CCCCCC;
}

.button-wrapper span.icon.favorite:before {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 20px;
}

.button-wrapper span.icon.favorite.glyphicon-star {
  background-color: #EA5550;
  color: #FFFFFF;
  border-color: #EA5550;
}

.button-wrapper span.icon.favorite + p {
  display: inline-block;
}

span.icon.limited {
  background-color: #0068B7;
}

span.icon.rights {
  overflow: hidden;
  margin-left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_rights.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -999px;
}

span.icon.rights.jasrac {
  background-position: 0 0;
}

span.icon.rights.nextone {
  background-position: -16px 0;
}

span.icon.delegation {
  background-color: #CCCCCC;
}

span.icon.delegation.active {
  background-color: #00BFFF;
}

.alt-btn-sm {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.alert {
  margin: 20px auto;
  padding: 5px;
  max-width: 600px;
  background-image: none;
}

.attention {
  color: #FF0000;
}

@media screen and (max-width: 767px) {
  .link-list > .btn {
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
  }
}

.modal-dialog.large {
  width: 96%;
}

@media screen and (max-width: 767px) {
  .modal-dialog.large {
    width: auto;
  }
}

.modal-dialog .detail_data button.description-of-cd-detail,
.modal-dialog .detail_data button.description-of-request-detail {
  margin-top: 10px;
  padding: 3px 10px;
  font-size: 12px;
}

.modal-backdrop ~ .modal-backdrop {
  z-index: 1100;
}

#description-of-cd-detail-modal,
#description-of-request-detail-modal,
#confirm-modal {
  z-index: 1150;
}

#description-of-cd-detail-modal > .modal-dialog,
#description-of-request-detail-modal > .modal-dialog,
#confirm-modal > .modal-dialog {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #confirm-modal .modal-body a,
  #confirm-modal .modal-body button {
    width: 100%;
  }
  #confirm-modal .modal-body a {
    margin-bottom: 10px;
  }
}

form span.search-keyword {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  form span.search-keyword {
    display: block;
    margin-left: 0;
  }
}

form span.search-keyword a.description-of-keyword-search {
  margin-top: 5px;
  margin-left: 10px;
  padding: 3px 10px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  form span.search-keyword a.description-of-keyword-search {
    display: inline-block;
  }
}

/* tooltip */
span[data-toggle="tooltip"] {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
}

span[data-toggle="tooltip"]:after {
  display: inline;
  position: absolute;
  top: -2px;
  right: -3px;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00AC9A !important;
  content: "\f059";
}

.tooltip-inner {
  max-width: 300px;
  text-align: left;
}

.tooltip tr,
.tooltip tr > th,
.tooltip tr > td {
  padding: 0;
  border: solid 1px #FFFFFF !important;
}

@media screen and (max-width: 767px) {
  .tooltip {
    font-size: 120%;
  }
}

/* bootstrap over write */
.btn {
  padding: 7px 15px;
  line-height: 1.0;
}

.btn > span.glyphicon {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .btn {
    margin: 0 auto;
    display: block;
    min-width: 150px;
    font-size: 120%;
  }
  .form-group .btn + .btn {
    margin-top: 10px;
  }
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal .form-group .row > #titleartistnm-area,
.form-horizontal .form-group .row > #kyokunmartistnm-area {
  margin-top: 15px;
  padding: 0;
}

.form-horizontal .control-label {
  padding-left: 0;
  padding-right: 0;
}

label.checkbox {
  display: inline-block;
  margin: 0;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

label.checkbox span {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  vertical-align: middle;
}

label.checkbox span:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #999999;
  border-radius: 4px;
  content: '';
}

label.checkbox span:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: solid 2px transparent;
  border-bottom: solid 2px transparent;
  content: '';
}

label.checkbox:hover > span:before {
  background-color: #999999;
}

label.checkbox:hover > span:after {
  border-color: #FFFFFF;
}

label.checkbox > input[type="checkbox"] {
  display: none;
}

label.checkbox > input[type="checkbox"]:checked + span:before {
  background-color: #EA5550;
  border: none;
}

label.checkbox > input[type="checkbox"]:checked + span:after {
  border-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  .form-horizontal .form-group > * {
    margin: 0;
    padding-bottom: 10px;
  }
  .form-horizontal .control-label {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.panel-info {
  overflow: hidden;
  border-color: #2E6DA4;
}

.panel-info > .panel-heading {
  padding: 0;
}

.panel-info > .panel-heading:hover {
  background-color: #C4E3F3;
  background-position: 0px -25px;
}

.panel-info > .panel-heading a {
  text-decoration: none;
}

.panel-info > .panel-heading a:hover {
  color: #23527C;
}

.panel-title > a {
  display: block;
  position: relative;
  padding: 10px 25px 10px 15px;
}

.panel-title > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  content: " ";
  border-right: solid 2px #2E6DA4;
  border-bottom: solid 2px #2E6DA4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.panel-title > a[aria-expanded="true"]:after {
  margin-top: -3px;
  border: none;
  border-top: solid 2px #2E6DA4;
  border-left: solid 2px #2E6DA4;
}

.panel-default {
  font-size: 14px;
}

.panel-body ul {
  padding-left: 20px;
}

.panel-body a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .panel-title {
    font-size: 120%;
  }
  .panel-default {
    font-size: 120%;
    line-height: 140%;
  }
}

.branch-rights {
  width: 60px;
}

/* header */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  header {
    display: block;
    padding: 30px 0px;
  }
}

@media screen and (max-width: 1100px) {
  header {
    padding: 30px 10px;
    margin-bottom: 70px;
  }
}

header > div {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1100px) {
  header > div {
    margin: none;
  }
}

@media screen and (max-width: 767px) {
  header > div {
    margin: auto;
  }
}

header > div img {
  width: 180px;
  max-width: 100%;
}

header > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  header > nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  header > nav {
    margin-top: 30px;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

header > nav > li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header > nav > li > a {
  font-size: 14px;
  letter-spacing: calc($leter-space / 1000);
  font-weight: bold;
  line-height: 1em;
  padding: 20px 25px;
  display: block;
  position: relative;
  outline: none;
  text-decoration: none;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  header > nav > li > a {
    font-size: 14px;
    letter-spacing: calc($leter-space / 1000);
    font-weight: bold;
    line-height: 1em;
    padding: 10px 0px;
  }
}

header > nav > li > a::after {
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 30px;
  background: #9082bd;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  header > nav > li > a::after {
    display: none;
  }
}

header > nav > li > a:hover {
  text-decoration: none;
  color: #333333;
}

header > nav > li > a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  header > nav > li:not(:first-of-type)::after {
    content: "";
    background: #333333;
    position: absolute;
    width: 1px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header > nav > li:not(:first-of-type)::after {
    left: -5px;
  }
}

header .button_head {
  background: none;
  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;
  width: 130px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #9082bd;
  margin-left: auto;
  color: #9082bd;
  font-size: 14px;
  letter-spacing: calc($leter-space / 1000);
  font-weight: bold;
  line-height: 1em;
}

header .button_head:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #9082bd;
  color: #ffffff;
  text-decoration: none;
}

header .button_head:active {
  -webkit-filter: drop-shadow(0px 0px 5px #9082bd);
          filter: drop-shadow(0px 0px 5px #9082bd);
}

.login_layout {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login_layout .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.login_layout .logo .logo-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.login_layout .logo .logo-link img:hover {
  border: none;
}

@media screen and (max-width: 767px) {
  .login_layout div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.login_layout div img {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .login_layout .befoer_login_nav,
  .login_layout .after_login_nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 1100px) {
  .login_layout .button_head {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .login_layout .button_head {
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-left: auto;
  }
}

@media screen and (max-width: 1100px) {
  .after_login nav,
  .befoer_login nav {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.after_login nav li,
.befoer_login nav li {
  list-style: none;
}

@media screen and (max-width: 1100px) {
  .after_login nav li,
  .befoer_login nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 1100px) {
  .after_login nav li:not(:first-of-type)::after,
  .befoer_login nav li:not(:first-of-type)::after {
    content: none;
  }
}

@media screen and (max-width: 1100px) {
  .after_login nav li:nth-of-type(2n)::after,
  .befoer_login nav li:nth-of-type(2n)::after {
    content: "";
    background: #333333;
    position: absolute;
    width: 1px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  .after_login nav li:nth-of-type(2n)::after,
  .befoer_login nav li:nth-of-type(2n)::after {
    left: -5px;
  }
}

.drop-down .active {
  opacity: 0.6;
}

.drop-down .active::after {
  content: none;
}

.drop-down .drop-downlist {
  display: none;
  position: absolute;
  padding-left: 0;
  top: 100%;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}

@media screen and (max-width: 1100px) {
  .drop-down .drop-downlist {
    width: 100%;
  }
}

.drop-down .drop-downlist > li {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.drop-down .drop-downlist > li:nth-of-type(2):after {
  content: none;
}

.drop-down .drop-downlist > li > a {
  font-size: 14px;
  letter-spacing: calc($leter-space / 1000);
  font-weight: bold;
  line-height: 1em;
  padding: 20px 25px;
  display: block;
  position: relative;
  outline: none;
  text-decoration: none;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .drop-down .drop-downlist > li > a {
    font-size: 14px;
    letter-spacing: calc($leter-space / 1000);
    font-weight: bold;
    line-height: 1em;
    padding: 10px 0px;
  }
}

.drop-down .drop-downlist > li > a::after {
  content: "";
  width: 50px;
  height: 3px;
  border-radius: 30px;
  background: #9082bd;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .drop-down .drop-downlist > li > a::after {
    display: none;
  }
}

.drop-down .drop-downlist > li > a:hover {
  text-decoration: none;
  color: #333333;
}

.drop-down .drop-downlist > li > a:hover::after {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

/* link-to-top */
#link-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 10px;
  color: #FFFFFF;
  background-color: #000000;
  border: solid 3px #FFFFFF;
  border-radius: 10px;
  z-index: 100;
}

/* notice */
.notice_wrapper {
  margin-bottom: 30px;
}

.alt-container .notice_wrapper {
  margin: 0 auto 30px auto;
  max-width: 924px;
}

@media screen and (max-width: 767px) {
  .notice_wrapper {
    margin-bottom: 20px;
  }
}

.notice_wrapper > p {
  margin: 0 0 10px 0;
}

.notice_wrapper > p:last-child {
  margin: 0;
}

.notice_wrapper > p > a {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #d9edf7;
  border: solid 1px #2E6DA4;
  border-radius: 5px;
}

.notice_wrapper > p > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  content: " ";
  border-top: solid 2px #2E6DA4;
  border-right: solid 2px #2E6DA4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.notice_wrapper > p > a span.glyphicon {
  padding-right: 5px;
}

.notice_wrapper > p.enquete > a {
  background-color: rgba(0, 255, 0, 0.2);
  border: solid 1px #00cf21;
}

.notice_wrapper > p.enquete > a:after {
  border-color: #00CF21;
}

/* breadcrumb */
ul.breadcrumb {
  margin-bottom: 20px;
  padding: 0;
  background: none;
}

/* body-content */
.body-content {
  margin: 0 auto;
  padding: 20px 20px 30px;
  max-width: 1024px;
}

.body-content > h1 {
  padding: 5px 10px;
  border-bottom: solid 3px #CCCCCC;
}

.body-content > p.description {
  margin: 10px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .body-content {
    margin: 0;
    padding: 10px;
    max-width: none;
  }
  .body-content > h1 {
    font-size: 28px;
  }
}

/* alt-container */
.alt-container {
  margin: 0;
  padding: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .alt-container {
    padding: 10px;
  }
}

.alt-container > h1 {
  padding: 5px 10px;
  border-bottom: solid 3px #CCCCCC;
}

@media screen and (max-width: 767px) {
  .alt-container > h1 {
    font-size: 28px;
  }
}

.alt-container > p.description {
  margin: 10px;
  padding: 10px 0;
}

.alt-container > .header-area {
  padding-top: 20px;
  padding-bottom: 10px;
}

.alt-container > .header-area.no-form {
  padding-bottom: 25px;
}

.alt-container > .list-area {
  border-top: solid 3px #CCCCCC;
}

.alt-container > .list-area button.description-of-terms {
  margin-left: 10px;
  padding: 3px 10px;
  font-size: 12px;
}

.alt-container > .list-area > #description-of-terms-modal .modal-header > h4 {
  font-weight: bold;
}

.alt-container > .list-area .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alt-container > .list-area .nav-tabs:first-of-type {
  margin-top: 10px;
}

.alt-container > .list-area .nav-tabs > li:not([role="presentation"]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

.alt-container > .list-area .nav-tabs > li > a {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.alt-container > .list-area .tab-content .result_count.over {
  color: #FF0000;
}

@media screen and (max-width: 767px) {
  .alt-container > .list-area > h3 {
    font-size: 120%;
  }
  .alt-container > .list-area button.description-of-terms {
    display: inline-block;
  }
  .alt-container > .list-area > .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .alt-container > .list-area > .nav-tabs > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: keep-all;
  }
  .alt-container > .list-area > .nav-tabs > li > a {
    padding: 8px;
  }
  .alt-container > .list-area > .nav-tabs > li > a[href="#request"] {
    word-break: break-all;
  }
}

/* table */
#cd-list th:nth-child(1) {
  width: 35px;
}

#cd-list th:nth-child(2) {
  width: 120px;
}

#cd-list th:nth-child(3) {
  width: 50px;
}

#cd-list th:nth-child(4) {
  width: 360px;
}

#cd-list th:nth-child(5) {
  width: 360px;
}

#cd-list th:nth-child(6) {
  width: 90px;
}

#cd-list th:nth-child(7) {
  width: 90px;
}

#cd-list th:nth-child(8) {
  width: 200px;
}

#cd-list th:nth-child(9) {
  width: 80px;
}

#cd-list td:nth-child(3) {
  position: relative;
  padding-left: 45px;
}

#cd-list td:nth-child(3) > .icon.rights {
  position: absolute;
  top: 7px;
}

#cd-list td:nth-child(3) > .icon.rights.jasrac {
  left: 0;
}

#cd-list td:nth-child(3) > .icon.rights.nextone {
  left: 20px;
}

@media screen and (max-width: 767px) {
  #cd-list td:nth-child(3) {
    padding: 0;
    height: 0;
    border: none;
  }
  #cd-list td:nth-child(3):before {
    content: '';
  }
  #cd-list td:nth-child(3) > .icon.rights {
    top: 11px;
  }
  #cd-list td:nth-child(3) > .icon.rights.jasrac {
    left: 150px;
  }
  #cd-list td:nth-child(3) > .icon.rights.nextone {
    left: 170px;
  }
}

@media screen and (max-width: 767px) {
  #cd-list td:nth-child(4) {
    padding-left: 20px;
  }
  #cd-list td:nth-child(4) > a.collapseDetail:before {
    display: block;
    width: 100%;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  #cd-list td:nth-child(5) > br {
    display: inline-block;
    width: 1em;
    content: "";
  }
  #cd-list td:nth-child(5) > br:after {
    content: "／";
  }
}

#cd-list td:nth-child(9) > a.btn {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  #cd-list td:nth-child(9) > a.btn {
    display: inline-block;
    margin-left: 10px;
    font-size: 100%;
  }
}

.cd-detail2-track-list th:nth-child(1) {
  width: 40px;
}

.cd-detail2-track-list th:nth-child(2) {
  width: 40px;
}

.cd-detail2-track-list th:nth-child(3) {
  width: 400px;
}

.cd-detail2-track-list th:nth-child(4) {
  width: 30px;
}

.cd-detail2-track-list th:nth-child(5) {
  width: 80px;
}

.cd-detail2-track-list th:nth-child(6) {
  width: 300px;
}

.cd-detail2-track-list th:nth-child(7) {
  width: 140px;
}

.cd-detail2-track-list th:nth-child(8) {
  width: 120px;
}

.cd-detail2-track-list th:nth-child(9) {
  width: 120px;
}

.cd-detail2-track-list th:nth-child(10) {
  width: 80px;
  white-space: nowrap;
}

.cd-detail2-track-list th:nth-child(11) {
  width: 80px;
}

.cd-detail2-track-list td:nth-child(11) > a.btn {
  padding: 2px 5px;
}

@media screen and (max-width: 767px) {
  .cd-detail2-track-list td:nth-child(11) > a.btn {
    display: inline-block;
    margin-left: 10px;
    font-size: 100%;
  }
}

#track-list th:nth-child(1) {
  width: 35px;
}

#track-list th:nth-child(2) {
  width: 280px;
}

#track-list th:nth-child(3) {
  width: 280px;
}

#track-list th:nth-child(4) {
  width: 280px;
}

#track-list th:nth-child(5) {
  width: 130px;
}

#track-list th:nth-child(6) {
  width: 280px;
}

#track-list th:nth-child(7) {
  width: 130px;
}

#track-list th:nth-child(8) {
  width: 200px;
}

#track-list th:nth-child(9) {
  width: 90px;
  white-space: nowrap;
}

#track-list th:nth-child(10) {
  width: 80px;
}

#track-list td:nth-child(10) > a.btn {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  #track-list td:nth-child(10) > a.btn {
    display: inline-block;
    margin-left: 10px;
    font-size: 100%;
  }
}

#sakuhin-list th:nth-child(1) {
  width: 35px;
}

#sakuhin-list th:nth-child(2) {
  width: 490px;
}

#sakuhin-list th:nth-child(3) {
  width: 280px;
}

#sakuhin-list th:nth-child(4) {
  width: 280px;
}

#sakuhin-list th:nth-child(5) {
  width: 120px;
}

#sakuhin-list th:nth-child(6) {
  width: 120px;
}

#sakuhin-list th:nth-child(7) {
  width: 90px;
  white-space: nowrap;
}

#sakuhin-list th:nth-child(8) {
  width: 80px;
}

#sakuhin-list td:nth-child(8) > a.btn {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  #sakuhin-list td:nth-child(8) > a.btn {
    display: inline-block;
    margin-left: 10px;
    font-size: 100%;
  }
}

#artist-list th:nth-child(1) {
  width: 35px;
}

#artist-list th:nth-child(2) {
  width: 700px;
}

#artist-list th:nth-child(3) {
  width: 120px;
}

#artist-list th:nth-child(4) {
  width: 390px;
}

#artist-list th:nth-child(5) {
  width: 80px;
}

#artist-list th:nth-child(6) {
  width: 80px;
}

#kenri-list th:nth-child(1) {
  width: 35px;
}

#haishin-list th:nth-child(1) {
  width: 35px;
}

#haishin-list th:nth-child(2) {
  width: 280px;
}

#haishin-list th:nth-child(3) {
  width: 280px;
}

#haishin-list th:nth-child(4) {
  width: 280px;
}

#haishin-list th:nth-child(5) {
  width: 140px;
}

#haishin-list th:nth-child(6) {
  width: 280px;
}

#haishin-list th:nth-child(7) {
  width: 120px;
}

#haishin-list th:nth-child(8) {
  width: 90px;
  white-space: nowrap;
}

#haishin-list th:nth-child(9) {
  width: 80px;
}

#haishin-list td:nth-child(9) > a.btn {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  #haishin-list td:nth-child(9) > a.btn {
    display: inline-block;
    margin-left: 10px;
    font-size: 100%;
  }
}

#favorite-list th:nth-child(1) {
  width: 60px !important;
}

#favorite-list th:nth-child(2) {
  width: 490px;
}

#favorite-list th:nth-child(3) {
  width: 280px;
}

#favorite-list th:nth-child(4) {
  width: 280px;
}

#favorite-list th:nth-child(5) {
  width: 120px;
}

#favorite-list th:nth-child(6) {
  width: 120px;
}

#favorite-list th:nth-child(7) {
  width: 90px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #favorite-list td:nth-child(1):before {
    content: "";
  }
}

#request-cd-list th:nth-child(1) {
  width: 60px;
}

#request-cd-list th:nth-child(2), #request-cd-list th:nth-child(3), #request-cd-list th:nth-child(4) {
  width: 300px;
}

#request-cd-list th:nth-child(5), #request-cd-list th:nth-child(6) {
  width: 100px;
}

#inquiry-track-list th:nth-child(1) {
  width: 60px;
}

#inquiry-track-list th:nth-child(2) {
  width: 100px;
}

#inquiry-track-list th:nth-child(3), #inquiry-track-list th:nth-child(4) {
  width: 200px;
}

#inquiry-track-list th:nth-child(5), #inquiry-track-list th:nth-child(6), #inquiry-track-list th:nth-child(7) {
  width: 180px;
}

#inquiry-track-list th:nth-child(8), #inquiry-track-list th:nth-child(9) {
  width: 130px;
}

#inquiry-track-list th:nth-child(10) {
  width: 120px;
}

@media screen and (max-width: 767px) {
  #inquiry-track-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #inquiry-track-list tr td {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #inquiry-track-list tr td:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    background: none;
    font-weight: normal;
  }
  #inquiry-track-list tr td:nth-child(2) > br {
    display: none;
  }
  #inquiry-track-list tr td:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 10px;
    background-color: #EEEEEE;
    font-weight: bold;
  }
}

#cd_detail_request table.cd-detail2-track-list > tbody th:nth-child(1), #cd_detail_request table.cd-detail2-track-list > tbody th:nth-child(3) {
  width: initial;
}

#cd_detail_request table.cd-detail2-track-list > tbody th:nth-child(2) {
  width: 60px;
}

#cd_detail_request table.cd-detail2-track-list > tbody th:nth-child(4), #cd_detail_request table.cd-detail2-track-list > tbody th:nth-child(5) {
  width: 130px;
}

#cd_detail_request table.cd-detail2-track-list > tbody th:nth-child(6) {
  width: 120px;
}

/* footer */
footer {
  border-top: solid 2px #CCCCCC;
}

footer > ul {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  border-top: solid 2px #CCCCCC;
}

footer > ul:first-child {
  border: none;
}

footer > ul > li {
  display: inline-block;
  list-style: none;
  padding: 5px 10px;
}

footer > ul.banner {
  margin: 0 auto;
  max-width: 1024px;
}

footer > ul.banner > li {
  line-height: 60px;
}

@media screen and (max-width: 767px) {
  footer > ul.banner > li {
    display: block;
  }
}

footer > ul.banner > li > a {
  display: block;
}

footer > ul.banner > li > a > img {
  max-width: 246px;
  max-height: 60px;
  border-style: none;
}
