/*
 * Discography
 */


.disc {
  width: 100%;
  border: solid 1px #404040;
  border-radius:10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10pt;
}

/*
 * Disc 概要
 */
.discography .abstract table {
  border: 0;
  margin-left: 20px;
  font-size: 10pt;
}
.discography .abstract th {
  background: rgb(64,64,64);
}
.discography .abstract td {
  text-align: center;
  vertical-align: top;
}

/*
 * Disc 内容
 */
.discography .cd-contents table {
  border: 0;
  margin-left: 20px;
  font-size: 10pt;
}
.discography .cd-contents tr:nth-child(even) {
  background-color: rgb(32,32,32);
}
.discography .cd-contents th {
  background: rgb(64,64,64);
}
.discography .cd-contents td {
  padding: 2px 5px;
  text-align: left;
  vertical-align: top;
}
.discography .cd-contents .track {
  text-align: right;
}
.discography .cd-contents .player {
  text-align: center;
}
.discography .cd-contents .title {
  text-align: left;
}
.discography .cd-contents .time {
  text-align: center;
}
