@charset "utf-8";
/**
 * @version 0.1.0
 * @charset utf-8
 * @lastupdate 2014/04/09
 *
 */
/* header
 * ヘッダー
----------------------------------------*/
#pageTop {
  position: fixed;
  z-index: 10;
  overflow: visibility;
  top: 0;
  width: 100%;
  min-width: 1020px;
  height: 138px;
  background-color: #e4e4e4;
  color: #fff;
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
  /* BARKS TOP 100	----------------*/
  /* 検索窓			--------------------*/
  /* ログインボタン、SNSボタンなど		------------*/
  /* ビューモード切り替え、twitterアカウント 	--------*/
  /* スクロール後の小ヘッダー
  ----------*/
}
#pageTop .container-inner {
  width: 1020px;
  padding: 20px 20px 0;
  -webkit-transition: padding 300ms ease;
  -moz-transition: padding 300ms ease;
  -o-transition: padding 300ms ease;
  transition: padding 300ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pageTop .site-logo {
  margin: 0 auto 12px;
  width: 280px;
  height: 58px;
  -webkit-transition: margin 300ms ease, height 300ms ease;
  -moz-transition: margin 300ms ease, height 300ms ease;
  -o-transition: margin 300ms ease, height 300ms ease;
  transition: margin 300ms ease, height 300ms ease;
  text-align: center;
}
#pageTop .site-logo a {
  display: block;
  overflow: hidden;
  padding-top: 5px;
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}
#pageTop .site-logo.page-title {
  background: url('http://img.barks.jp/img2/common/logo_home.gif') center top no-repeat;
}
#pageTop .site-logo.page-title a {
  text-indent: -9999px;
  line-height: 58px;
}
#pageTop .top100, #pageTop .search-word {
  position: absolute;
  top: 20px;
  width: 325px;
  height: 59px;
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
#pageTop .top100 {
  left: 20px;
  padding: 11px;
  background-image: url('http://img.barks.jp/img2/common/header/bg_top100.png');
}
#pageTop .top100:before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -12px;
  width: 24px;
  height: 18px;
  content: "";
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -566px;
  -moz-animation: top100-arrow 1000ms ease 0s infinite alternate;
  -webkit-animation: top100-arrow 1000ms ease 0s infinite alternate;
  animation: top100-arrow 1000ms ease 0s infinite alternate;
}
#pageTop .top100.no-transition li {
  top: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#pageTop .top100 ul {
  position: relative;
  overflow: hidden;
  height: 37px;
}
#pageTop .top100 ul:before {
  display: block;
  position: absolute;
  top: 0px;
  left: -7px;
  width: 13px;
  height: 37px;
  content: url('http://img.barks.jp/img2/common/top100/icon_rankup_sudden.gif');
}
#pageTop .top100 ul li {
  position: absolute;
  overflow: hidden;
  padding: 0 10px;
  font-size: 14px;
  line-height: 37px;
  white-space: nowrap;
  top: 0px;
  left: 13px;
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
  -webkit-transform: translate(0px, 100%);
  -moz-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  -o-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}
#pageTop .top100 ul li.loop-current {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#pageTop .top100 ul li.loop-out {
  -webkit-transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
#pageTop .top100 ul li.loop-hide {
  visibility: hidden;
}
#pageTop .top100 ul li.noscript {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#pageTop .search-word {
  right: 20px;
  padding: 14px;
  background-image: url('http://img.barks.jp/img2/common/header/bg_search.png');
}
#pageTop .search-word input.input-word {
  margin: 0 2px 0 0;
  padding: 6px;
  width: 246px;
  background: #575757;
  color: #ccc;
  font-size: 14px;
  line-height: 19px;
}
#pageTop .search-word input.input-word:focus {
  background-color: #fff;
  color: #000;
}
#pageTop .search-word input.search-icon {
  width: 31px;
  height: 31px;
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -706px;
  text-indent: -9999px;
  cursor: pointer;
}
#pageTop ul.submenu {
  position: fixed;
  top: 158px;
  right: 0px;
  width: 60px;
  background-color: #282828;
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}
#pageTop ul.submenu li {
  overflow: hidden;
}
#pageTop ul.submenu li a {
  display: block;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  width: 60px;
  height: 60px;
  border-bottom: 1px solid #000;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  text-indent: -9999px;
}
#pageTop ul.submenu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#pageTop ul.submenu li a:before {
  display: block;
  position: absolute;
  content: "";
  top: 18px;
  left: 18px;
}
#pageTop ul.submenu li.login a:before {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -292px;
  height: 24px;
  width: 24px;
}
#pageTop ul.submenu li.facebook a {
  border-bottom-width: 0px;
}
#pageTop ul.submenu li.facebook a:before {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -504px;
  height: 24px;
  width: 24px;
}
#pageTop ul.submenu li.twitter a:before {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -326px;
  height: 24px;
  width: 24px;
}
#pageTop .toggle-area {
  display: none;
  position: absolute;
  right: 0px;
  width: 360px;
  background-color: #282828;
  border-bottom: 1px solid #000;
}
#pageTop .toggle-area.open {
  display: block;
}
#pageTop .toggle-area:last-child {
  border-bottom-width: 0px;
}
#pageTop .toggle-area > a {
  display: table;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
#pageTop .toggle-area > a:last-child {
  border-bottom-width: 0px;
}
#pageTop .toggle-area > a.current {
  cursor: default;
}
#pageTop .toggle-area > a.current span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#pageTop .toggle-area > a:after {
  display: block;
  clear: both;
  content: "";
}
#pageTop .toggle-area > a:hover {
  background-color: #000;
}
#pageTop .toggle-area > a > span {
  display: table-cell;
  width: 246px;
  height: 64px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 32px;
}
#pageTop .toggle-area span {
  display: inline-block;
}
#pageTop .toggle-area .icon-image {
  overflow: hidden;
  float: left;
  margin-right: 10px;
  padding: 0px;
  width: 64px;
  height: 64px;
  line-height: 64px;
}
#pageTop #twitterList {
  position: fixed;
  top: 218px;
  right: 61px;
}
#pageTop #facebookList {
  position: fixed;
  top: 280px;
  right: 61px;
}
#pageTop #ticketGoods strong {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
}
#pageTop.minify {
  height: 92px;
}
#pageTop.minify .container-inner {
  padding-top: 8px;
}
#pageTop.minify .site-logo {
  margin-bottom: 0px;
  height: 36px;
}
#pageTop.minify .site-logo a {
  height: 36px;
}
#pageTop.minify .top100, #pageTop.minify .search-word {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
}
#pageTop.minify ul.submenu {
  top: 112px;
}
#pageTop.minify #twitterList {
  top: 173px;
}
#pageTop.minify #facebookList {
  top: 235px;
}

#viewMode span.mode-name {
  padding: 0px;
  font-family: 'Open Sans Condensed', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  letter-spacing: 1px;
}

/* header
 * ヘッダーの背景
----------------------------------------*/
body.keyword-news #pageTop .site-logo,
body.keyword-1000000164 #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_news.gif') center 5px no-repeat;
}
body.keyword-news #pageTop .site-logo img,
body.keyword-1000000164 #pageTop .site-logo img {
  visibility: hidden;
}

#feature #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_feature.gif') center 5px no-repeat;
}
#feature #pageTop .site-logo img {
  visibility: hidden;
}

/* POWER PUSH */
body.keyword-newface #pageTop .site-logo,
body.keyword-1000000130 #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_power.gif') center 5px no-repeat;
}
body.keyword-newface #pageTop .site-logo img,
body.keyword-1000000130 #pageTop .site-logo img {
  visibility: hidden;
}

/* INTERNATIONAL */
body.keyword-international #pageTop .site-logo,
body.keyword-1000000016 #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_international.gif') center 5px no-repeat;
}
body.keyword-international #pageTop .site-logo img,
body.keyword-1000000016 #pageTop .site-logo img {
  visibility: hidden;
}

/* ANIME GAME */
body.keyword-anime_game #pageTop .site-logo,
body.keyword-1000000025 #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_anime.gif') center 5px no-repeat;
}
body.keyword-anime_game #pageTop .site-logo img,
body.keyword-1000000025 #pageTop .site-logo img {
  visibility: hidden;
}

/* V-ROCK */
body.keyword-visual #pageTop .site-logo,
body.keyword-1000000006 #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_visual.gif') center 5px no-repeat;
}
body.keyword-visual #pageTop .site-logo img,
body.keyword-1000000006 #pageTop .site-logo img {
  visibility: hidden;
}

/* KAWAII */
body.keyword-kawaii_girl_japan #pageTop .site-logo,
body.keyword-1000000123 #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_kawaii.gif') center 5px no-repeat;
}
body.keyword-kawaii_girl_japan #pageTop .site-logo img,
body.keyword-1000000123 #pageTop .site-logo img {
  visibility: hidden;
}

/* DANCE */
body.keyword-club_and_dance #pageTop .site-logo,
body.keyword-1000000022 #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_dance.gif') center 5px no-repeat;
}
body.keyword-club_and_dance #pageTop .site-logo img,
body.keyword-1000000022 #pageTop .site-logo img {
  visibility: hidden;
}

/* AUDIO */
body.keyword-audio_and_equipment #pageTop .site-logo,
body.keyword-1000000005 #pageTop .site-logo {
  background: url('http://img.barks.jp/img2/common/logo_audio.gif') center 5px no-repeat;
}
body.keyword-audio_and_equipment #pageTop .site-logo img,
body.keyword-1000000005 #pageTop .site-logo img {
  visibility: hidden;
}

/* #headerChannel
 * ヘッダーのチャンネルメニュー
----------------------------------------*/
#headerChannel {
  height: 48px;
  /* チャンネルメニュー 	---------------*/
  /* 右のボタン類 */
}
#headerChannel a {
  display: block;
  overflow: hidden;
  color: #fff;
  text-indent: -9999px;
}
#headerChannel ul {
  float: left;
  padding: 10px 0px;
  height: 28px;
}
#headerChannel li {
  float: left;
  margin-right: 1px;
}
#headerChannel li a {
  height: 28px;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#headerChannel li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#headerChannel li.channel1 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -532px;
  height: 28px;
  width: 70px;
}
#headerChannel li.channel1 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -380px;
  height: 28px;
  width: 70px;
}
#headerChannel li.channel2 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -608px;
  height: 28px;
  width: 90px;
}
#headerChannel li.channel2 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -418px;
  height: 28px;
  width: 90px;
}
#headerChannel li.channel3 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -114px;
  height: 28px;
  width: 130px;
}
#headerChannel li.channel3 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -38px;
  height: 28px;
  width: 130px;
}
#headerChannel li.channel4 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -76px;
  height: 28px;
  width: 151px;
}
#headerChannel li.channel4 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 0;
  height: 28px;
  width: 151px;
}
#headerChannel li.channel5 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -570px;
  height: 28px;
  width: 75px;
}
#headerChannel li.channel5 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -266px;
  height: 28px;
  width: 75px;
}
#headerChannel li.channel6 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -228px;
  height: 28px;
  width: 85px;
}
#headerChannel li.channel6 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -152px;
  height: 28px;
  width: 85px;
}
#headerChannel li.channel7 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -342px;
  height: 28px;
  width: 83px;
}
#headerChannel li.channel7 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -190px;
  height: 28px;
  width: 83px;
}
#headerChannel li.channel8 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -494px;
  height: 28px;
  width: 75px;
}
#headerChannel li.channel8 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -304px;
  height: 28px;
  width: 75px;
}
#headerChannel li.channel9 {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -646px;
  height: 28px;
  width: 75px;
}
#headerChannel li.channel9 a {
  background: url('http://img.barks.jp/img2/sprite/btn_header-s423173089e.png') 0 -456px;
  height: 28px;
  width: 75px;
}
#headerChannel li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#headerChannel a.function {
  float: right;
  margin-top: 2px;
  margin-left: 1px;
  width: 41px;
  height: 46px;
  background-color: #444;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
#headerChannel a.function.tickets {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -817px, #444444;
}
#headerChannel a.function.tickets:hover {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -817px, #282828;
}
#headerChannel a.function.present {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -650px, #444444;
}
#headerChannel a.function.present:hover {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -650px, #282828;
}
#headerChannel a.function.view {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -594px, #444444;
}
#headerChannel a.function.view:hover {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -594px, #282828;
}

/* Top 100 Ranking
 *
----------------------------------------*/
#top100Ranking {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transition: -webkit-transform 500ms ease-in;
  -moz-transition: -moz-transform 500ms ease-in;
  -o-transition: -o-transform 500ms ease-in;
  transition: transform 500ms ease-in;
}
#top100Ranking.no-transition {
  top: -100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#top100Ranking.no-transition.open {
  top: 0px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#top100Ranking.open {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#top100Ranking.loading .container-inner ul.ranking-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#top100Ranking.android {
  overflow: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}
#top100Ranking.android.open, #top100Ranking.android.closing {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#top100Ranking.android.open .container-inner, #top100Ranking.android.closing .container-inner {
  visibility: visible;
}
#top100Ranking.android.open .container-inner ul.ranking-list, #top100Ranking.android.closing .container-inner ul.ranking-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#top100Ranking.android .container-inner {
  visibility: hidden;
}
#top100Ranking.android .container-inner ul.ranking-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}
#top100Ranking.android ul.ranking-list > li:last-child {
  padding-bottom: 50px;
}
#top100Ranking .container-inner {
  padding: 52px 25px 1px;
  height: 100%;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top100Ranking .container-inner .ranking-title {
  float: left;
  margin: 0 30px 40px 0;
}
#top100Ranking .container-inner .ranking-update {
  color: #787878;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 59px;
}
#top100Ranking .container-inner ul.ranking-list {
  overflow: scroll;
  overflow-x: hidden;
  clear: both;
  padding-bottom: 1px;
  height: 100%;
  background-color: #000;
}
#top100Ranking .container-inner ul.ranking-list > li {
  position: relative;
  margin-bottom: 28px;
  padding-left: 38px;
  height: 60px;
  line-height: 60px;
}
#top100Ranking .container-inner ul.ranking-list > li.rankup:before, #top100Ranking .container-inner ul.ranking-list > li.rankup-sudden:before, #top100Ranking .container-inner ul.ranking-list > li.ar_akamaru:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 38px;
  height: 60px;
  content: "";
  background: url('http://img.barks.jp/img2/common/top100/icon_rankup.gif') center 50% no-repeat;
}
#top100Ranking .container-inner ul.ranking-list > li.rankup-sudden:before {
  background-image: url('http://img.barks.jp/img2/common/top100/icon_rankup_sudden.gif');
}
#top100Ranking .container-inner ul.ranking-list > li:after {
  display: block;
  clear: both;
  content: "";
}
#top100Ranking .container-inner ul.ranking-list > li a {
  color: #fff;
}
#top100Ranking .container-inner ul.ranking-list .rank {
  display: block;
  float: left;
  margin-right: 13px;
  width: 60px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 30px;
  text-align: center;
}
#top100Ranking .container-inner ul.ranking-list .artist-icon {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 16px;
  width: 60px;
  height: 60px;
  text-align: center;
}
#top100Ranking .container-inner ul.ranking-list .artist-icon img {
  max-width: 60px;
  max-height: 60px;
  vertical-align: middle;
}
#top100Ranking .container-inner ul.ranking-list .artist-name {
  float: left;
  overflow: hidden;
  width: 725px;
  font-size: 24px;
  white-space: nowrap;
}
#top100Ranking .container-inner ul.ranking-list .artist-name a {
  font-size: 24px;
}
#top100Ranking .container-inner ul.ranking-list .artist-name div {
  display: inline-block;
  white-space: nowrap;
}
#top100Ranking .container-inner ul.ranking-list .artist-social {
  display: inline-block;
  margin-left: 10px;
  padding: 14px 0px;
  line-height: 32px;
}
#top100Ranking .container-inner ul.ranking-list .artist-social li {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
#top100Ranking .container-inner ul.ranking-list .artist-social li.website {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -250px;
}
#top100Ranking .container-inner ul.ranking-list .artist-social li.youtube {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -124px;
}
#top100Ranking .container-inner ul.ranking-list .artist-social li.facebook {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -208px;
}
#top100Ranking .container-inner ul.ranking-list .artist-social li.twitter {
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -166px;
}
#top100Ranking .container-inner ul.ranking-list .artist-social li a {
  display: block;
  width: 32px;
  height: 32px;
}
#top100Ranking .container-inner .close-btn {
  position: absolute;
  top: 52px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: url('http://img.barks.jp/img2/sprite/icon-se09557fc0f.png') 0 -747px, white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/*
body.sp #top100Ranking {
	position: absolute;
	min-width: 1020px;
}
body.sp.ranking {
	overflow: hidden;
	min-width: 1020px;
	height: 100%;
}
*/
/* header
 * フッター
----------------------------------------*/
#pageFoot,
#pageFootBottom {
  padding: 12px;
  background-color: #202020;
  color: #787878;
  font-size: 11px;
  /* 右カラムに表示時	---------------*/
  /* 最下部に表示時		---------------*/
}
#pageFoot a,
#pageFootBottom a {
  color: #787878;
  text-decoration: none;
}
#pageFoot a:hover,
#pageFootBottom a:hover {
  color: #989898;
}
#pageFoot ul.logos,
#pageFootBottom ul.logos {
  margin-bottom: 10px;
}
#pageFoot ul.logos li,
#pageFootBottom ul.logos li {
  float: left;
  margin-right: 15px;
}
#pageFoot.bk-sub ul.foot-menu,
#pageFootBottom.bk-sub ul.foot-menu {
  margin-bottom: 10px;
}
#pageFoot.bk-sub ul.foot-menu li,
#pageFootBottom.bk-sub ul.foot-menu li {
  line-height: 1.7;
}
#pageFoot.bk-sub ul.foot-menu li.home,
#pageFootBottom.bk-sub ul.foot-menu li.home {
  margin: 15px 0 10px;
}
#pageFoot.bk-sub p.copyright,
#pageFootBottom.bk-sub p.copyright {
  margin: 15px 0;
}
#pageFoot.bk-bottom nav,
#pageFootBottom.bk-bottom nav {
  float: left;
}
#pageFoot.bk-bottom ul.foot-menu,
#pageFootBottom.bk-bottom ul.foot-menu {
  padding-top: 10px;
}
#pageFoot.bk-bottom ul.foot-menu li,
#pageFootBottom.bk-bottom ul.foot-menu li {
  float: left;
  padding: 0 10px;
  height: 11px;
  border-right: 1px solid #444;
}
#pageFoot.bk-bottom ul.foot-menu li a,
#pageFootBottom.bk-bottom ul.foot-menu li a {
  display: block;
  margin-top: -10px;
  line-height: 31px;
}
#pageFoot.bk-bottom ul.foot-menu li.home,
#pageFootBottom.bk-bottom ul.foot-menu li.home {
  padding-left: 0px;
  padding-right: 20px;
}
#pageFoot.bk-bottom .bk-credit,
#pageFootBottom.bk-bottom .bk-credit {
  float: right;
  text-align: right;
}
#pageFoot.bk-bottom .bk-credit p,
#pageFootBottom.bk-bottom .bk-credit p {
  clear: right;
}
#pageFoot.bk-bottom .bk-credit p.copyright,
#pageFootBottom.bk-bottom .bk-credit p.copyright {
  margin: 5px 0 10px;
}
#pageFoot.bk-bottom .bk-credit ul.logos,
#pageFootBottom.bk-bottom .bk-credit ul.logos {
  float: right;
}
#pageFoot.bk-bottom .bk-credit ul.logos li,
#pageFootBottom.bk-bottom .bk-credit ul.logos li {
  margin: 0 0 0 15px;
}
#pageFoot:after,
#pageFootBottom:after {
  display: block;
  clear: both;
  content: "";
}

/* サイドカラム
 * Side Column
----------------------------------------*/
#sub {
  float: right;
  width: 300px;
  font-size: 13px;
  /* 広告領域		--------------------*/
  /* Jack広告時 */
  /* コンテンツ領域	--------------------*/
}
#sub .sub-ad {
  margin-bottom: 20px;
}
#sub.jack .div-gpt-ad {
  display: none;
}
#sub .sub-contents > aside {
  margin-bottom: 20px;
  width: 300px;
  background-color: #282828;
}
#sub .sub-contents .box-title {
  margin: 0px -4px;
  padding: 9px 12px;
  background-color: #e4e4e4;
  color: #fff;
  line-height: 18px;
}
#sub .sub-contents .box-title img {
  vertical-align: top;
}
#sub .sub-contents .article-list {
  position: relative;
  padding-top: 4px;
}
#sub .sub-contents .article-list:before, #sub .sub-contents .article-list:after {
  display: block;
  position: absolute;
  top: 0px;
  width: 300px;
  height: 4px;
  background-color: #757575;
  content: "";
}
#sub .sub-contents .article-list:before {
  left: -2px;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
}
#sub .sub-contents .article-list:after {
  right: -2px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
#sub .sub-contents .article-list li {
  border-bottom: 1px solid #222;
  /* Youtube動画 */
  /* NEWS記事へのリンク */
  /* アーティストページへのリンク */
  /* バナー */
  /* テキスト */
}
#sub .sub-contents .article-list li:last-child {
  border-bottom-width: 0px;
}
#sub .sub-contents .article-list li > a, #sub .sub-contents .article-list li > div {
  display: block;
  padding: 12px;
  color: #ccc;
}
#sub .sub-contents .article-list li > a:after, #sub .sub-contents .article-list li > div:after {
  display: block;
  clear: both;
  content: "";
}
#sub .sub-contents .article-list li.block-movie p.text {
  margin-top: 10px;
}
#sub .sub-contents .article-list li.block-movie p.text span.block-description {
  margin-bottom: 0px;
}
#sub .sub-contents .article-list li.block-news .block-body {
  padding-left: 70px;
}
#sub .sub-contents .article-list li.block-artist .block-body {
  display: table-cell;
  width: 276px;
  height: 60px;
  padding-left: 10px;
  vertical-align: middle;
}
#sub .sub-contents .article-list li.block-artist .icon-image {
  margin-right: 0px;
  width: 60px;
  text-align: center;
}
#sub .sub-contents .article-list li.block-artist .icon-image img {
  max-width: 60px;
  max-height: 60px;
  vertical-align: middle;
}
#sub .sub-contents .article-list li div.icon-image {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  height: 60px;
  background-color: #000;
  line-height: 60px;
}
#sub .sub-contents .article-list li span.block-title {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
#sub .sub-contents .article-list li span.block-description {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.3;
}
#sub .sub-contents .article-list li span.block-createdate, #sub .sub-contents .article-list li span.block-keyword {
  color: #888;
  font-size: 10px;
}
#sub a {
  color: #fff;
  text-decoration: none;
}

/*
 * コンテンツの最大横幅を規定
----------------------------------------*/
.container-inner {
  position: relative;
  margin: 0 auto;
  width: 980px;
}

/* header
 * ヘッダー
----------------------------------------*/
#pageTop {
  /* 検索窓 */
}
#pageTop .search-word {
  right: 0px;
  padding: 14px;
  background-image: url('http://img.barks.jp/img2/common/header/bg_search.png');
}
#pageTop .search-word input.input-word {
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#pageTop .search-word input.search-icon {
  margin: 0px;
  padding: 0px;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* contents
------------------------------*/
#contents {
  margin: 138px auto 20px;
  padding-top: 20px;
}
#contents .ad-jack.ad-side {
  position: absolute;
  top: 20px;
  width: 140px;
  height: 680px;
}
#contents .ad-jack.ad-side.ad-left {
  left: -160px;
}
#contents .ad-jack.ad-side.ad-right {
  right: -160px;
}
#contents .ad-jack.ad-side a {
  display: block;
}

#container_jack {
  position: relative;
  overflow: hidden;
  min-width: 1100px;
}

/* Side Column
------------------------------*/
#sub {
  float: none;
}

/* Jack広告
------------------------------*/
#adJackTop {
  margin: 0 auto 20px;
  width: 728px;
  height: 90px;
}
#adJackTop a {
  display: block;
}

#adJackSide {
  overflow: hidden;
  width: 100%;
}

/* /artist/
 * アーティスト情報ページ
----------------------------------------*/
#artist_menu {
  position: fixed;
  top: 160px !important;
}

.jack #artist_menu {
  top: 270px !important;
}

 /*
#artist_menu.ExFlexFixed {
	top: 184px !important;
}*/
#artist_rel {
  position: relative;
  z-index: 5;
}

/* /search2/
 * アーティスト検索ページ
----------------------------------------*/
#SearchResponse .SearchKwd h1 {
  display: inline-block;
  font-size: 100%;
}

/* ヘッダー トップ100ランキング
------------------------------*/
@-moz-keyframes top100-arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes top100-arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes top100-arrow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

/* トップ100ランキング 急上昇
------------------------------*/
@-moz-keyframes fade-flash {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@-webkit-keyframes fade-flash {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes fade-flash {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
