/*Import basic variable*/
/* Color
========================================================================== */
/* Layout
========================================================================== */
/* Player(embedded version)
========================================================================== */
/* Marquee
========================================================================== */
/* Footer
========================================================================== */
/* Radio lists
========================================================================== */
.radio-list .grid-item .item {
  display: block;
  border: 5px solid #000;
  margin: -4px -4px 0px 0px;
}
.radio-list .grid-item img {
  width: 100%;
}
.radio-list .grid-item p {
  line-height: 90%;
  margin: 0;
}
.radio-list .grid-item p:first-child {
  padding-top: 3px;
}
.radio-list .grid-item p:last-child {
  padding-bottom: 4px;
}
.radio-list#vignette {
  width: 216.156px;
  word-wrap: break-word;
  position: absolute;
  left: 765px;
  top: 0;
  text-align: center;
  text-transform: uppercase;
}
.radio-list#vignette #item-preview {
  font-size: 216px;
  background: #FAF9F5;
}
/* Font type, style setting
========================================================================== */
/**
 * List type
 * type-a = color : orange, font-family : Tungsten-Semibold
 * type-b = color : black,  font-family : Knockout-HTF73-FullHeviweight
 * size = size[1,2,3,4,5]
 */
.radio-list .item p.type-a {
  font-family: "Tungsten-Semibold", Courier, monospace;
  color: #ff7c6a;
  font-size: 0.35em;
}
.radio-list .item p.type-a.size-1 {
  font-size: 0.26em;
  margin-bottom: -5px;
}
.radio-list .item p.type-a.size-2 {
  font-size: 0.30em;
  margin-bottom: -5px;
}
.radio-list .item p.type-a.size-3 {
  font-size: 0.35em;
  margin-bottom: -5px;
}
.radio-list .item p.type-a.size-4 {
  font-size: 0.40em;
  margin-bottom: -5px;
}
.radio-list .item p.type-a.size-5 {
  font-size: 0.45em;
  line-height: 90%;
  margin-bottom: -0.083em;
}
.radio-list .item p.type-b {
  font-family: "Knockout-HTF73-FullHeviweight", Courier, monospace;
  color: #000;
  font-size: 0.2717em;
}
.radio-list .item p.type-b.size-1 {
  font-size: 0.12em;
}
.radio-list .item p.type-b.size-2 {
  font-size: 0.14em;
}
.radio-list .item p.type-b.size-3 {
  font-size: 0.17em;
}
.radio-list .item p.type-b.size-4 {
  font-size: 0.20em;
}
.radio-list .item p.type-b.size-5 {
  font-size: 0.22em;
  margin-bottom: -0.08em;
}
