@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	Basic CSS

-------------------------------------------------- */

.w640 {
  width: 640px;
  margin: 0 auto;
}

.ttl01 {
  background: #d3d3d3;
  background: -moz-linear-gradient(left, #d3d3d3 0%, #a9a9a9 100%);
  background: -webkit-linear-gradient(left, #d3d3d3 0%,#a9a9a9 100%);
  background: linear-gradient(to right, #d3d3d3 0%,#a9a9a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#a9a9a9',GradientType=1 );
  border-bottom: 2px solid #a9a9a9;
  color: #000;
  font-weight: bold;
  font-size: 128.5%;
  padding: 3px 16px;
}

#wrapper {
  border-top: 4px solid #a9a9a9;
}

#header {
  padding: 14px 10px;
}

#header #ttlHeader {
  font-size: 142.9%;
  font-weight: bold;
  line-height: 1;
}

#header #ttlHeader img {
  margin: -4px 20px 0 0;
  vertical-align: middle;
}

#breadcrumbs {
  padding: 0 10px 10px;
}

#breadcrumbs ul {
  overflow: hidden;
  zoom: 1;
}

#breadcrumbs ul li {
  float: left;
  margin-right: 6px;
}

#breadcrumbs ul li a {
  text-decoration: none;
}

#breadcrumbs ul li a:hover {
  text-decoration: underline;
}

#breadcrumbs ul li:after {
  content: '＞';
  padding-left: 6px;
}

#breadcrumbs ul li:last-child:after {
  content: '';
}

#footer {
  border-top: 4px solid #a9a9a9;
  background: #f0f0f0;
  padding: 30px 0;
  margin-top: 80px;
}

#footer .txt {
  font-size: 85.7%;
  font-weight: bold;
}

#footer ul li {
  padding-left:1em;
  text-indent:-1em;
  font-size: 85.7%;
  margin-top: 4px;
}

#footer ul li:before {
  content: '＊';
}

#footer .copy {
  font-size: 85.7%;
  margin-top: 20px;
}


/* --------------------------------------------------

  View

-------------------------------------------------- */

#fixedArea {
  position: fixed;
  top: 0;
  width: 100%;
  border-top: 4px solid #a9a9a9;
  background: #fff;
}

#playerArea .player {
  background: #b1b1b1;
  width: 540px;
  height: 304px;
  margin: 20px auto 0;
}

#playerArea .tracArea {
  width: 540px;
  margin: 0 auto;
  display: table;
  box-sizing: border-box;
  padding: 10px 0;
}

#playerArea .tracArea .num,
#playerArea .tracArea .ttlTrac {
  font-size: 128.5%;
  display: table-cell;
}

#playerArea .tracArea .num {
  width: 2em;
  text-align: right;
  padding-right: 0.5em;
}

#playerArea .tracArea .ttlTrac {
  word-break: break-all;
}

#view {
  padding-top: 461px;
}

#view .txt {
  padding: 10px;
}

#view ul {
  border-top: 1px solid #d2d2d2;
}

#view ul li {
  border-bottom: 1px solid #d2d2d2;
}

#view ul li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  background: #fff;
  color: #000;
}

#view ul li:nth-child(even) a {
  background: #f9f9f9;
}

#view ul li a:hover {
  background: #6ea3dd;
  color: #fff;
}

#view ul .current a {
  background: #6ea3dd!important;
  color: #fff;
}

#view ul li a .tracArea {
  padding: 16px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#view ul li a .tracArea .num,
#view ul li a .tracArea .ttlTrac {
  font-size: 128.6%;
  display: table-cell;
  font-weight: bold;
}

#view ul li a .tracArea .num {
  width: 2em;
  text-align: right;
  padding-right: 0.5em;
}

#view ul li a .tracArea .ttlTrac {
  word-break: break-all;
}
