/* ===============================
  カラースキーム tribe ブルー
   Exile Tribe mobile 2015/11/10 用 CSS　
=======================================*/


/* ナビゲーション */
/*.no-touch #navpanel {
    background: rgb(8, 24, 76);
}
#navpanel {
    background: rgba(8, 24, 76, 0.9);
}*/

/* アーティストパネル */
/*#artist-nav {
    background: rgba(8, 24, 76, 0.8);
}*/

/* フッダー */
/*footer {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(8, 24, 76, 0.6)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 24, 76, 0.6) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 24, 76, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(8, 24, 76, 0.6) 100%);
}*/
