/*
 *  tokyo-vagabond / style.scss / style.css
 *  compass mode
 *  version --- 3.1
 *  author  --- coreframe, inc.
 *  created --- 2014/06/26
 *  updated --- 2014/12/24
 *
 */
/* line 19, ../sass/style.scss */
#wrapper {
  /*background: url(images/bg.png) repeat-x 0 0;*/ }

/* line 28, ../sass/style.scss */
#main {
  width: 860px;
  margin: 0 auto;
  background-color: #fff; }
  @media screen and (max-width: 640px) {
    /* line 28, ../sass/style.scss */
    #main {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; } }
  /* line 37, ../sass/style.scss */
  #main a {
    color: #000000;
    text-decoration: none; }

/* line 43, ../sass/style.scss */
#header {
  background-image: url("../img/mainimg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 300px; }
  @media (max-width: 640px) {
    /* line 43, ../sass/style.scss */
    #header {
      background: none;
      display: block;
      width: 100%;
      height: auto; } }
  /* line 54, ../sass/style.scss */
  #header h2 {
    display: none; }
  /* line 57, ../sass/style.scss */
  #header .sp {
    display: none; }
    @media (max-width: 640px) {
      /* line 57, ../sass/style.scss */
      #header .sp {
        display: block;
        width: 100%;
        height: auto; } }
    /* line 64, ../sass/style.scss */
    #header .sp p {
      padding: 10px;
      color: #604425; }

/* line 72, ../sass/style.scss */
#ARTIST {
  margin-top: 16px;
  overflow: hidden; }
  @media (max-width: 640px) {
    /* line 72, ../sass/style.scss */
    #ARTIST {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%; } }
  /* line 80, ../sass/style.scss */
  #ARTIST li {
    background-color: #e1e1e1;
    background-image: url("../img/arrow.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    text-align: center;
    float: left;
    margin-left: 16px;
    padding: 12px;
    line-height: 1.3 !important; }
    /* line 90, ../sass/style.scss */
    #ARTIST li:first-child {
      margin-left: 0; }
    /* line 93, ../sass/style.scss */
    #ARTIST li p {
      margin: 16px 0 0 0; }
    /* line 97, ../sass/style.scss */
    #ARTIST li.a1 p {
      margin: 6px 0 0 0; }
    /* line 102, ../sass/style.scss */
    #ARTIST li h3 strong {
      margin: 0;
      font-weight: normal;
      font-size: 1.3em; }
      @media (max-width: 640px) {
        /* line 102, ../sass/style.scss */
        #ARTIST li h3 strong {
          font-size: 1.2em; }
          /* line 108, ../sass/style.scss */
          #ARTIST li h3 strong br {
            display: none; } }
    /* line 113, ../sass/style.scss */
    #ARTIST li h3 strong.kyary {
      margin: 0;
      font-weight: bold;
      font-size: 1em; }
      @media (max-width: 640px) {
        /* line 113, ../sass/style.scss */
        #ARTIST li h3 strong.kyary {
          font-size: 1.1em; }
          /* line 119, ../sass/style.scss */
          #ARTIST li h3 strong.kyary br {
            display: none; } }
    @media (max-width: 640px) {
      /* line 80, ../sass/style.scss */
      #ARTIST li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 16px 0;
        width: 100%;
        text-align: left; } }
    @media (max-width: 640px) {
      /* line 131, ../sass/style.scss */
      #ARTIST li img {
        float: left;
        margin-right: 16px; } }

/* line 140, ../sass/style.scss */
#INFO {
  margin-top: 16px;
  overflow: hidden; }
  @media (max-width: 640px) {
    /* line 140, ../sass/style.scss */
    #INFO {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%; } }

/* line 150, ../sass/style.scss */
#MU_LIST {
  width: 420px;
  float: left;
  background-color: #f9f9f9; }
  @media (max-width: 640px) {
    /* line 150, ../sass/style.scss */
    #MU_LIST {
      width: 100%;
      float: none; } }
  /* line 158, ../sass/style.scss */
  #MU_LIST h2 {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 1em;
    font-size: large;
    font-weight: normal; }
  /* line 166, ../sass/style.scss */
  #MU_LIST ul {
    padding: 15px 30px; }
  /* line 169, ../sass/style.scss */
  #MU_LIST li {
    position: relative;
    padding-right: 100px;
    border-top: dotted 1px #aeaeae;
    padding-top: 15px;
    overflow: hidden; }
    @media (max-width: 640px) {
      /* line 169, ../sass/style.scss */
      #MU_LIST li {
        padding-bottom: 15px; } }
    /* line 178, ../sass/style.scss */
    #MU_LIST li:first-child {
      border-top: none; }
    /* line 181, ../sass/style.scss */
    #MU_LIST li.btnone {
      border-top: none; }
    /* line 184, ../sass/style.scss */
    #MU_LIST li a:hover {
      opacity: 0.7; }
    /* line 187, ../sass/style.scss */
    #MU_LIST li .mu_logo {
      display: block; }
    /* line 190, ../sass/style.scss */
    #MU_LIST li a.playlist {
      background-color: #000;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      padding: 0.2em 0.5em;
      font-size: 0.8;
      margin-bottom: 10px;
      display: inline-block; }
    /* line 199, ../sass/style.scss */
    #MU_LIST li h3 {
      display: block; }
    /* line 202, ../sass/style.scss */
    #MU_LIST li span.date {
      background-color: #b1b1b1;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      padding: 0.2em 0.5em;
      font-size: 11px; }
    /* line 209, ../sass/style.scss */
    #MU_LIST li span.icon_mon {
      background-color: #aecddf;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #313131;
      padding: 0.2em 0.5em;
      font-size: 13px;
      font-weight: bold; }
    /* line 217, ../sass/style.scss */
    #MU_LIST li span.icon_tue {
      background-color: #eaddb4;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #313131;
      padding: 0.2em 0.5em;
      font-size: 13px;
      font-weight: bold; }
    /* line 225, ../sass/style.scss */
    #MU_LIST li span.icon_wed {
      background-color: #f5d5e7;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #313131;
      padding: 0.2em 0.5em;
      font-size: 13px;
      font-weight: bold; }
    /* line 233, ../sass/style.scss */
    #MU_LIST li span.icon_thu {
      background-color: #c9c9c9;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #313131;
      padding: 0.2em 0.5em;
      font-size: 13px;
      font-weight: bold; }
    /* line 241, ../sass/style.scss */
    #MU_LIST li div.playlisticon {
      position: absolute;
      right: 0;
      top: 15px; }
      /* line 245, ../sass/style.scss */
      #MU_LIST li div.playlisticon img.thumb {
        width: 90px;
        height: auto; }
    /* line 250, ../sass/style.scss */
    #MU_LIST li p {
      margin: 10px 0; }

/* line 256, ../sass/style.scss */
#JWAVE_LIST {
  width: 420px;
  float: right;
  background-color: #f9f9f9; }
  @media (max-width: 640px) {
    /* line 256, ../sass/style.scss */
    #JWAVE_LIST {
      width: 100%;
      float: none; } }
  /* line 264, ../sass/style.scss */
  #JWAVE_LIST h2 {
    background-color: #3eaddb;
    color: #fff;
    text-align: center;
    padding: 1em;
    font-size: large;
    font-weight: normal; }
  /* line 272, ../sass/style.scss */
  #JWAVE_LIST ul {
    padding: 15px 30px; }
  /* line 275, ../sass/style.scss */
  #JWAVE_LIST li {
    position: relative;
    border-top: dotted 1px #aeaeae;
    padding-top: 15px;
    overflow: hidden; }
    @media (max-width: 640px) {
      /* line 275, ../sass/style.scss */
      #JWAVE_LIST li {
        padding-bottom: 15px; } }
    /* line 283, ../sass/style.scss */
    #JWAVE_LIST li:first-child {
      border-top: none; }
    /* line 286, ../sass/style.scss */
    #JWAVE_LIST li.btnone {
      border-top: none; }
    /* line 289, ../sass/style.scss */
    #JWAVE_LIST li .more {
      color: #3eaddb; }
    /* line 292, ../sass/style.scss */
    #JWAVE_LIST li a:hover {
      opacity: 0.7; }
    /* line 295, ../sass/style.scss */
    #JWAVE_LIST li h3 {
      display: block; }
    /* line 300, ../sass/style.scss */
    #JWAVE_LIST li span.date {
      background-color: #b1b1b1;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      padding: 0.2em 0.5em;
      font-size: 11px; }

/* line 311, ../sass/style.scss */
#ARCHIVES {
  margin: 16px 0;
  overflow: hidden;
  width: 100%;
  background-color: #f9f9f9; }
  @media (max-width: 640px) {
    /* line 311, ../sass/style.scss */
    #ARCHIVES {
      width: 100%;
      float: none; } }
  /* line 321, ../sass/style.scss */
  #ARCHIVES h2 {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 1em;
    font-size: large;
    font-weight: normal; }
  /* line 330, ../sass/style.scss */
  #ARCHIVES h4 {
    background-color: #bdbdbd;
    font-size: 24px;
    width: 200px;
    float: left;
    margin-top: 50px;
    text-align: right;
    color: #fff;
    font-weight: normal;
    margin-right: 20px;
    line-height: 14px;
    padding: 20px; }
    @media (max-width: 640px) {
      /* line 330, ../sass/style.scss */
      #ARCHIVES h4 {
        width: auto;
        float: none;
        text-align: left;
        margin: 20px 3% 5px 3%;
        padding: 5px;
        font-size: 14px; } }
  /* line 351, ../sass/style.scss */
  #ARCHIVES ul {
    overflow: hidden;
    margin: 30px; }
    @media (max-width: 640px) {
      /* line 351, ../sass/style.scss */
      #ARCHIVES ul {
        margin: 20px auto;
        width: 90%; } }
  /* line 360, ../sass/style.scss */
  #ARCHIVES li {
    float: left;
    width: 120px;
    text-align: center;
    margin: 0 10px;
    line-height: 1.3; }
    @media (max-width: 640px) {
      /* line 360, ../sass/style.scss */
      #ARCHIVES li {
        width: 50%;
        height: 180px;
        margin: 0; } }
    /* line 371, ../sass/style.scss */
    #ARCHIVES li img {
      width: 120px;
      display: block;
      margin-bottom: 5px; }
      @media (max-width: 640px) {
        /* line 371, ../sass/style.scss */
        #ARCHIVES li img {
          margin: 0 auto; } }
