@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button {
  background: none;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.t-ind {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.b {
  font-weight: bold;
}

.break {
  word-wrap: break-word;
}

.bl {
  display: block;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.wide {
  width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.min-w {
  min-width: 1170px;
}

a {
  color: #666666;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  background-color: #666666;
  color: #fff;
}

.pointer {
  cursor: pointer;
}

.m-go {
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.font1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.font2 {
  font-family: 'Michroma', sans-serif;
  font-weight: 400;
}

.content-top {
  margin-top: 76px;
}

.a-hover a {
  text-decoration: underline;
}
.a-hover a:visited {
  color: #aaa;
}
.a-hover a:hover {
  background: #666;
  text-decoration: none;
  color: #fff;
}
.orange {
  color: #FA5822;
}

/* header */
header {
  height: 76px;
  padding-bottom: 5px;
  background: url(/images/common/header-bg.png), -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 94%, rgba(0,0,0,1) 94%, rgba(0,0,0,0) 94%); /* FF3.6+ */
  background: url(/images/common/header-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(94%,rgba(0,0,0,1)), color-stop(94%,rgba(0,0,0,1)), color-stop(94%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: url(/images/common/header-bg.png), -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 94%,rgba(0,0,0,1) 94%,rgba(0,0,0,0) 94%); /* Chrome10+,Safari5.1+ */
  background: url(/images/common/header-bg.png),  -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 94%,rgba(0,0,0,1) 94%,rgba(0,0,0,0) 94%); /* IE10+ */
  background: url(/images/common/header-bg.png), linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 94%,rgba(0,0,0,1) 94%,rgba(0,0,0,0) 94%); /* W3C */
  background-repeat: repeat-x;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  min-width: 960px;
}
header div.menu-wide {
  width:1130px ;
  margin: 0 auto;
}
header #site-title {
  display: block;
  float: left;
  width: 170px;
  height: 20px;
  background: url(/images/common/logo.png) no-repeat 0 0;
  margin: 43px 0 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header #site-title {
    background-image: url("/images/common/logo-ratio2.png");
    background-size: 170px, auto;
  }
}
header #section-name {
  width: 131px;
  height: 18px;
  background: url(/images/section/section.png) no-repeat 0 0;
  float: left;
  margin: 44px 0 0 15px;
}
header #section-name.section1 {
  background-position: 0 -18px;
}
header #top-link {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
  margin: -28px 0 18px;
  line-height: 1;
}
header #top-link a {
  color: #fff;
}
header nav {
  float: right;
  margin: 40px 0 0 0;
}
header nav ul {
  float: left;
}

header nav ul li {
  float: left;
  margin-left: 3px;
  padding-top: 10px;
  position: relative;
  background: url(/images/common/dot.gif) no-repeat center -5px;
}


header nav ul li .arrow {
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(/images/common/arrow4.png) no-repeat 0 0;
  left: 50%;
  bottom: -21px;
  margin-left: -5px;
  display: none;
}
header nav ul li.current {
  background-position: center 0;
}
header nav ul li.current span {
  top: 0;
}
header nav ul li.current .arrow {
  display: block;
  top: auto;
}
header nav ul li a {
  display: block;
  color: #fff;
  font-size: 10px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  padding: 0 6px;
  position: relative;
}
header nav ul li a:hover span {
  top: 0;
}
header nav ul li a.artist-menu {
  padding: 0 13px;
}
header nav ul li a span {
  display: block;
  height: 13px;
  line-height: 16px;
  top: 13px;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  background: #000;
  text-align: center;
  font-size: 11px;
}


ul#gNavi li{
  margin-left:3px;
}


ul#gNavi li ul{
  list-style: none;
  position: absolute;
  top: 120%;
  left: -115px;
  margin: 0;
  padding: 10px 5px;
  width: 185px;
}

ul#gNavi li:hover ul{
  background: #000000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

#gNavi li ul li{
  display: none;
}

#gNavi li:hover ul li{
  display: block;
  width: 100%;
  font-size: 90%;
  overflow: hidden;
  height: 15px;
  color: #fff;
  padding: 2px 5px;
  text-indent: 10px;
}

#gNavi li ul li.section,
#gNavi li ul li.section:hover{
  text-decoration: none;
  cursor: default;
  font-size: 100%;
  text-indent: 0;
  padding: 5px 5px;
}

#gNavi li ul li:hover{
  text-decoration: underline;
  cursor: pointer;
}


footer {
  background: url(/images/common/footer-bg.png) repeat-x #eeeeee;
  padding: 40px 0 20px;
}
footer #footer-contents {
  padding-top: 55px;
  font-size: 11px;
  background: url(/images/common/footer-logo.png) no-repeat center 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  footer #footer-contents {
    background-image: url("../images/common/footer-logo-ratio2.png");
    background-size: 170px, auto;
  }
}
footer #footer-contents ul {
  margin-bottom: 10px;
  text-align: center;
}
footer #footer-contents ul li {
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #999;
}
footer #footer-contents ul li.last {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
footer #footer-contents #copyright {
  text-align: center;
  height: 10px;
  font-size: 10px;
  margin: 30px auto 0;
}

#contents {
  margin-top: 20px;
  padding-bottom: 120px;
  position: relative;
}
#contents article .category,
#contents li .category,
#contents #information .category,
#contents #side-info-body .category {
  min-width: 56px;
  padding-left: 2px;
  padding-right: 2px;
  height: 22px;
  line-height: 22px;
  float: left;
  background: #ccc;
  text-align: center;
  font-size: 10px;
  font-size: 9px;
}
#contents article time,
#contents article .update,
#contents li time,
#contents li .update,
#contents #information time,
#contents #information .update,
#contents #side-info-body time,
#contents #side-info-body .update {
  color: #999;
  font-size: 11px;
  height: 22px;
  display: block;
  line-height: 22px;
  margin-left: 70px;
}
#contents article .update time,
#contents li .update time,
#contents #information .update time,
#contents #side-info-body .update time {
  margin: 0 5px 0 0;
  display: inline;
}

.pagetop {
  position: fixed;
  left: 50%;
  margin-left: 506px;
  bottom: 31px;
  width: 59px;
  padding-top: 48px;
  background: url(/images/common/pagetop.png) no-repeat center 0;
  z-index: 10;
  display: none;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  line-height: 1;
  color: #333;
}
.pagetop.fix {
  position: absolute;
  bottom: 31px;
}
.pagetop p {
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/images/common/pagetop-arrow.png) no-repeat 0 -14px;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -7px;
}
.pagetop:hover {
  background-position: center -61px;
  background-color: transparent;
  color: #333;
}
.pagetop:hover p {
  background-position: 0 0;
}

#colmuns {
  margin-top: 20px;
}
#colmuns #left-column {
  width: 670px;
  float: left;
}
#colmuns aside {
  width: 440px;
  float: right;
}

#colmuns aside .sound {
  width: 45px;
  height: 43px;
  background: url(/images/common/sound.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
#colmuns aside .sound.off {
  background-position: 0 -43px;
}
#colmuns aside #side-top-banner {
  position: relative;
  height: 250px;
/*  background: #000000;*/
  text-align: center;
  margin-bottom: 20px;
}
#colmuns aside #side-top-banner .sound {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

#colmuns aside #side-top-banner a {
  background: #ffffff;
}
#colmuns aside .side-banners {
  width: 460px;
  margin-left: -20px;
  margin-top: -20px;
}
#colmuns aside .side-banners li {
  margin: 20px 0 0 20px;
  float: left;
}
#colmuns aside .side-banners li a {
  display: block;
}
#colmuns aside .side-banners li a img {
  display: block;
}

#colmuns aside #ranking{
  margin:0 0 20px;
}

#colmuns aside ul.support-banner a:hover{
  text-decoration: none;
  background: none;
}

#colmuns aside .size-adjust li a img {
  width: 210px;
  height: auto;
}

#colmuns aside #side-contents{
  width: 460px;
  margin: 0 0 0 -20px;
}
#colmuns aside #side-profile {
  width: 460px;
  margin: 20px 0 0 -20px;
}
#colmuns aside #side-contents h3,
#colmuns aside #side-profile h3 {
  height: 35px;
  line-height: 37px;
  background: #D9D9D9;
  padding: 0 15px;
  margin-bottom: 20px;
}
#colmuns aside #side-contents h3.center,
#colmuns aside #side-profile h3.center {
  text-align: center;
}
#colmuns aside #side-contents h3 a,
#colmuns aside #side-profile h3 a {
  display: block;
  background: url(/images/common/arrow3.png) no-repeat right 5px;
  text-decoration: none;
  color: #333;
}
#colmuns aside #side-contents .side-content,
#colmuns aside #side-profile .side-content {
  width: 210px;
  margin-left: 20px;
  float: left;
}

#colmuns aside #side-profile .side-content li {
  margin-top: 10px;
}


#colmuns aside #side-contents .side-content ul.pickup li{
  margin-bottom: 10px;
}
#colmuns aside #side-contents .side-content li{
  margin-bottom: 20px;
}
#colmuns aside #side-contents .side-content ul.amazon li{
  margin-bottom: 10px;
}
#colmuns aside #side-contents .side-content ul.amazon{
  margin-bottom: 20px;
}

#colmuns aside #side-contents .side-content .pickup img,
#colmuns aside #side-profile .side-content .pickup img {
  float: left;
}
#colmuns aside #side-contents .side-content .pickup .text,
#colmuns aside #side-profile .side-content .pickup .text {
  width: 130px;
  float: right;
  font-size: 11px;
  color: #333;
  line-height: 1.3;
}
#colmuns aside #side-contents .side-content .pickup .text p,
#colmuns aside #side-profile .side-content .pickup .text p {
  font-size: 13px;
  display: block;
  text-decoration: underline;
  color: #666;
  margin-bottom: 5px;
}
#colmuns aside #side-profile {
  width: 440px;
  margin: 0;
}
#colmuns aside #side-profile img {
  width: 160px;
  height: auto;
  display: block;
  float: left;
}
#colmuns aside #side-profile #side-prof-text {
  width: 270px;
  float: right;
  padding-top: 10px;
  margin-bottom: 10px;
}
#colmuns aside #side-profile #side-prof-text .name {
  font-size: 20px;
  line-height: 1;
}
#colmuns aside #side-profile #side-prof-text small {
  font-size: 10px;
  font-size: 9px;
  color: #666;
  display: block;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
  margin: 5px 0 10px;
}
#colmuns aside #side-profile #side-prof-text #side-prof-info {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  margin-bottom:40px;
  position: relative;
  min-height: 145px;
}
#colmuns aside #side-profile #side-prof-text .last{
  margin-bottom: -40px !important;
}

#colmuns aside #side-profile #side-prof-text #side-prof-info dl {
  width: 200px;
}
#colmuns aside #side-profile #side-prof-text #side-prof-info dl dt {
  float: left;
  width: 70px;
  padding-left: 5px;
}
#colmuns aside #side-profile #side-prof-text #side-prof-info dl dd {
  margin-left: 75px;
  width: 190px;
}
#colmuns aside #side-profile #side-prof-text #side-prof-info .more {

  position: absolute;
  bottom: -41px;
  right: 0;
}
#colmuns aside #side-profile #side-prof-text #side-prof-info .more a {
  display: block;
  height: 29px;
  padding-right: 35px;
  background: url(/images/interview/arrow.png) no-repeat right 0;
  line-height: 35px;
  float: right;
  font-size: 11px;
  color: #666666;
}
#colmuns aside #side-profile #side-prof-text #side-prof-info .more a:hover {
  text-decoration: underline;
}

.news-block {
  width: 210px;
  float: left;
  margin: 0 0 20px 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #333;
}
.news-block.side-news {
  margin-left: 0;
  padding-bottom: 10px;
}
.news-block .news-content {
  height: 225px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.news-block .news-content h1 {
  margin: 5px 0;
}
.news-block .news-content img {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 5px 0 0;
  float: left;
}
.news-block.woman .news-content {
  background-color: #FFF7F9;
}
.news-block.man .news-content {
  background-color: #EEF9FF;
}
.news-block.artist .news-content {
  background-color: #FFF9F0;
}

/* sns */
.sns {
  margin-top: 15px;
  border-top: solid 1px #333;
  padding-top: 15px;
  padding-right: 20px;
}
.sns ul {
  float: right;
  margin-right: -25px;
}
.sns ul li {
  float: left;
  margin-left: 10px;
}
.sns ul li.share {
  margin-top: -1px;
}
.sns ul li.hatena {
  width: 80px;
  height: 20px;
  overflow: hidden;
}
.sns ul li.tweet {
  width: 103px;
  height: 20px;
  overflow: hidden;
}
#top-block #top-block-left #top-slide-images li img{
  max-width: 680px;
}
#top-block #top-block-left #top-slide-images li a{
  width: 680px;
  height: 400px;
  display: table-cell;
  vertical-align: middle; /* 画像を垂直に */
  text-align: center; /* 画像を中央に */
  line-height: 0; /* ボックス内でのp要素の余分な下スペースを消去 */
}

#top-artists {
/*  display: none !important;*/
  position: relative;
  background: url(/images/common/top-artists-bg.gif) repeat-x #333333;
}

/*#top-artists.show{
  display: block !important;
}
*/
#top-artists #top-artists-shadow {
 position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
}
#top-artists #top-artists-prev,
#top-artists #top-artists-next {
  display: block;
  width: 13px;
  height: 63px;
  background: url(/images/common/arrow.png) no-repeat 0 0;
  float: left;
  margin-top: 33px;
}
#top-artists #top-artists-prev::selection,
#top-artists #top-artists-next::selection {
  background: rgba(0, 0, 0, 0);
}
#top-artists #top-artists-prev::-moz-selection,
#top-artists #top-artists-next::-moz-selection {
  background: rgba(0, 0, 0, 0);
}
#top-artists #top-artists-prev.hide,
#top-artists #top-artists-next.hide {
  background-position: -100px 0;
  cursor: default;
}
#top-artists #top-artists-next {
  float: right;
  background-position: -13px 0;
}


#top-artists #top-artists-frame-wrap.hide {
  height: 129px;
}

#top-artists #top-artists-frame-wrap{
  width: 1130px;
  margin: 0 auto;
}

body.news #top-artists #top-artists-frame-wrap.newsShow{ display: block !important; }
body.news #top-artists #top-artists-frame-wrap.height{ height: 0 !important; }
/*body.news #top-artists #top-artists-frame-wrap{ display: none !important; }*/


#top-artists #top-artists-frame-wrap #top-artists-search {
  position: relative;
  z-index: 1;
  width: 1090px;
  top: 16px;
  left: 0;
  display: none;

  margin: auto;

/*  overflow: hidden;*/
}
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all {
  width: 545px;
  float: left;
  overflow: hidden;
}
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman.full,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man.full,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all.full {
  width: 1090px;
}
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman li,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man li,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all li {
  float: left;
  margin: 0 0 13px 13px;
  width: 96px;
  overflow: hidden;
}
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman li img,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man li img,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all li img {
  width: 96px;
  max-height: 96px;
}
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman li span,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man li span,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all li span {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  display: block;
}
#top-artists #top-artists-frame-wrap #top-artists-search li span.authorName{
  padding-top: 6px;
}


#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-woman li span small,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-man li span small,
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all li span small {
  font-size: 9px;
  display: block;
  color: #b2b2b2;
}
#top-artists #top-artists-frame-wrap #top-artists-search #top-artists-all {
  display: none;
}
#top-artists #top-artists-frame {
  position: relative;
  width: 1077px;
  float: left;
  margin: 16px 0 0 13px;
}
#top-artists #top-artists-frame.hide {
  height: 96px;
  overflow: hidden;
}
#top-artists #top-artists-frame.open ul {
  width: 1090px;
  height: auto;
}
#top-artists #top-artists-frame.open ul li {
  margin-bottom: 13px;
  overflow: auto;
  height: 130px;
}
#top-artists #top-artists-frame.open ul li span {
  background: none;
}
#top-artists #top-artists-frame ul {
  position: absolute;
  top: 0;
  left: -13px;
  height: 96px;
  width: 100000px;
}
#top-artists #top-artists-frame ul li {
  width: 96px;
  height: 96px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 13px;
}
#top-artists #top-artists-frame ul li span {
  position: absolute;
  top: 96px;
  background: url(/images/common/screen.png);
  left: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 2px 5px 0;
  width: 86px;
  font-size: 11px;
}
#top-artists #top-artists-frame ul li span small {
  font-size: 9px;
  display: block;
}
#top-artists #top-artists-menu {
  margin-left: 25px;
  position: relative;
  z-index: 10;
  display: none;
  width: 1077px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}


#top-artists #top-artists-menu #top-artists-menu-body {
  padding: 30px 0 10px;
  margin: auto;
}
#top-artists #top-artists-menu #top-artists-menu-body form {
  width: 194px;
  height: 29px;
  display: block;
  float: left;
  padding: 0 30px 0 10px;
  background: url(/images/common/search.png) no-repeat 0 0;
}
#top-artists #top-artists-menu #top-artists-menu-body form input {
  height: 100%;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999;
  outline: none;
  background: none;
}
#top-artists #top-artists-menu #top-artists-menu-body #a-z {
  float: left;
  margin-left: 15px;
}
#top-artists #top-artists-menu #top-artists-menu-body #a-z li {
  float: left;
  margin-left: 7px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: url(/images/common/circle.png) no-repeat 0 0;
}
#top-artists #top-artists-menu #top-artists-menu-body #top-artists-top {
  position: relative;
  z-index: 10;

}
#top-artists .search-category {
  float: right;
  margin-top: 10px;
}
#top-artists .search-category li {
  float: left;
  padding-right: 12px;
  margin-left: 12px;
  border-right: solid 1px #fff;
  color: #fff;
  font-size: 11px;
  height: 14px;
  position: relative;
}
#top-artists .search-category li span {
  display: block;
  height: 24px;
  line-height: 25px;
  padding: 0 5px;
  margin-top: -5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  z-index: 2;
}
#top-artists .search-category li.list span {
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
#top-artists .search-category li.list:after, #top-artists .search-category li.list:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #333;
  position: absolute;
  bottom: -5px;
  right: 2px;
  display: none;
}
#top-artists .search-category li.list:after {
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 5px;
  z-index: 1;
}
#top-artists .search-category li.list:before {
  background: #666;
}
#top-artists .search-category li.last {
  padding-right: 0;
  border-right: none;
}
#top-artists .search-category li:hover span, #top-artists .search-category li.current span {
  background: #666;
}

#top-artists #top-artists-menu a{
  color: #FFFFFF !important;
  text-decoration: none !important;
}

#top-artists .search-category li:hover:before, #top-artists .search-category li:hover:after,
#top-artists .search-category li:hover .select, #top-artists .search-category li.current:before, #top-artists .search-category li.current:after,
#top-artists .search-category li.current .select {
  display: block;
}
#top-artists .search-category li.current span {
  background: #666;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
#top-artists .search-category li.current:hover span {
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
#top-artists .search-category li .select {
  position: absolute;
  z-index: 1;
  width: 200px;
  display: none;
}
#top-artists .search-category li .select.year-select {
  width: 120px;
}
#top-artists .search-category li .select.select-area {
  width: 80px;
}
#top-artists .search-category li .select.select-height {
  width: 110px;
}
#top-artists .search-category li .select .select-body {
  background: #666;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
#top-artists .search-category li .select .select-body.hide {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
#top-artists .search-category li .select .select-body p {
  color: #aaa;
  font-size: 13px;
}
#top-artists .search-category li .select .select-body.ind ul li {
  text-indent: 1em;
}
#top-artists .search-category li .select .select-body ul li {
  float: none;
  font-size: 13px;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
}
#top-artists .search-category li .select .select-body ul li:hover {
  text-decoration: underline;
}
#top-artists .search-category li .select .select-body span {
  font-size: 13px;
  padding: 0;
  margin: 0;
}
#top-artists .search-category li .select .select-body span:hover {
  text-decoration: underline;
}
#top-artists #top-artists-under-menu.hide {
  height: 0;
  overflow: hidden;
}

#top-block {
  height: 400px;
  background: #eee;
  position: relative;
}

#top-block #top-block-left {
  width: 680px;
  height: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}
#top-block #top-block-left #top-block-prev,
#top-block #top-block-left #top-block-next {
  position: absolute;
  width: 75px;
  height: 76px;
  background: url(/images/common/arrow2.png) no-repeat 0 0;
  top: 50%;
  margin-top: -38px;
  z-index: 1;
}
#top-block #top-block-left #top-block-prev::selection,
#top-block #top-block-left #top-block-next::selection {
  background: rgba(0, 0, 0, 0);
}
#top-block #top-block-left #top-block-prev::-moz-selection,
#top-block #top-block-left #top-block-next::-moz-selection {
  background: rgba(0, 0, 0, 0);
}
#top-block #top-block-left #top-block-prev {
  left: -100px;
}
#top-block #top-block-left #top-block-prev:hover {
  background-position: 0 -76px;
}
#top-block #top-block-left #top-block-next {
  right: -100px;
  background-position: -75px 0;
}
#top-block #top-block-left #top-block-next:hover {
  background-position: -75px -76px;
}
#top-block #top-block-left #top-slide-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100000px;
  height: 100%;
}
#top-block #top-block-left #top-slide-images li {
  height: 100%;
  width: 680px;
  float: left;
  overflow: hidden;
}
#top-block #top-block-left #top-slide-images li a{
  background: none;
}
#top-block #top-block-left #top-slide-images li img{
/*  width: 680px;*/
}
#top-block #top-block-left #top-slide-menu {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
}
#top-block #top-block-left #top-slide-menu ul {
  position: relative;
  float: left;
  left: 50%;
}
#top-block #top-block-left #top-slide-menu ul li {
  position: relative;
  float: left;
  left: -50%;
  padding-top: 25px;
  background: url(/images/home/dot.png) no-repeat center -100px;
}
#top-block #top-block-left #top-slide-menu ul li.current {
  background-position: center 0;
}
#top-block #top-block-left #top-slide-menu ul li.last span {
  border: none;
}
#top-block #top-block-left #top-slide-menu ul li span {
  display: block;
  height: 13px;
  padding: 0 10px;
  border-right: solid 1px #fff;
  line-height: 13px;
  font-size: 12px;
  color: #fff;
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -o-text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
#top-block #top-block-right {
  padding: 10px;
  height: 380px;
  width: 430px;
  float: right;
}
#top-block #top-block-right #topics {
  background: url(/images/common/topics-bg.png) repeat-x;
  height: 355px;
  padding: 15px 10px 10px;
/*  display: none;*/
}
#top-block #top-block-right #topics h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1;
}
#top-block #top-block-right #topics h3 small {
  font-size: 9px;
  color: #999;
  display: block;
}
#top-block #top-block-right ul {
  width: 230px;
  float: left;
}
#top-block #top-block-right ul li {
  padding-left: 20px;
  background: url(/images/common/dot2.png) no-repeat 0 center;
  margin-bottom: 12px;
  word-break:break-all;

}
#top-block #top-block-right ul li.info {
  background-position: -288px center;
}
#top-block #top-block-right ul li.info a {
  color: #FA5500;
}
#top-block #top-block-right ul li.info a:visited {
  color: #FA5500;
}
#top-block #top-block-right ul li.info a:hover {
  background: #FA5500;
  color: #FFFFFF;
}

#top-block #top-block-right figure {
  width: 150px;
  float: right;
}
#top-block #top-block-right figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#top-block #top-block-right figure figcaption {
  font-size: 11px;
  line-height: 1.3;
}
#top-block #top-block-right figure figcaption a {
  font-size: 13px;
  line-height: 1.5;
}
#top-block #top-block-right figure figcaption p {
  margin-top: 5px;
}
#top-block #top-block-right #re-pro {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 69px;
  height: 21px;
  display: none;
  background-image: url(/images/common/click.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999%;
  cursor: pointer;
}
#top-block #top-block-right #re-pro span {
  padding-top: 1px;
}
#top-block #top-block-right #re-pro:hover {
  background-position: 0 -21px;
}
#top-block #top-block-right #re-pro:hover span {
  color: #fff;
  background: #666;
}
#top-block.full #top-banner {
  width: 1130px;
}
#top-block.full #top-block-left {
  display: none;
}
#top-block #top-banner {
  width: 450px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#top-block #top-banner ul.top-banners li{
  display: none;
}

#top-block #top-banner #top-banner-wrap {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#top-block #top-banner #top-banner-wrap #top-banenr-body {
  position: absolute;
  top: -200px;
  left: 0;
}

#top-banner #top-banenr-body ul > li{
  display: none;
}

#top-block .skip {
  position: absolute;
  width: 69px;
  height: 21px;
  background: url(/images/common/skip.png) no-repeat 0 0;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
}
#top-block .skip:hover, #top-block .skip.over {
  background-position: 0 -21px;
}

#news-bar {
  height: 35px;
  background: #D9D9D9;
  padding: 0 15px;
  overflow: hidden;
}
#news-bar p {
  float: left;
  line-height: 37px;
}
#news-bar ul {
  float: right;
  font-size: 11px;
}
#news-bar ul li {
  float: left;
  height: 10px;
  border-right: solid 1px #999;
  margin: 13px 0 0 10px;
  padding-right: 10px;
}
#news-bar ul li.last {
  border-right: none;
  padding-right: 0;
}

#news-bar ul li:last-child {
    border-right: none;
}
body.home #news-bar ul li a {
  width: 81px;
  height: 20px;
  background: url(/images/home/menu-bg.png) no-repeat 0 20px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin-top: -5px;
  display: block;
  color: #333333;
}
body.home #news-bar ul li a:hover,
body.home #news-bar ul li a.hover {
  background-position: 0 0;
  color: #333333;
}
body.home #news-bar ul li a.current {
  background-position: 0 -20px;
}

body#newsTop div#colmuns{
  padding-bottom: 32px;
}
body.news #news-bar ul li a {
  width: 81px;
  height: 20px;
  background: url(/images/home/menu-bg.png) no-repeat 0 20px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin-top: -5px;
  display: block;
  color: #333333;
}
body.news #news-bar ul li a {
  width: 81px;
  height: 20px;
  background: url(/images/home/menu-bg2.png) no-repeat 0 20px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin-top: -5px;
  display: block;
  color: #333333;
}
body.news div#news-bar ul li a {
  text-indent: 2px;
}

body.news #news-bar ul li a:hover,
body.news #news-bar ul li a.hover {
  background-position: 0 0;
  color: #333333;
}
body.news #news-bar ul li a.current {
  background-position: 0 -20px;
}



#news-bar.center {
  background: none;
  position: relative;
  overflow: hidden;
  margin-top: 18px;
}
#news-bar.center ul {
  position: relative;
  float: left;
  left: 50%;
}
#news-bar.center ul li {
  position: relative;
  float: left;
  left: -50%;
}
#news-bar.center ul li p {
  background-image: url(/images/home/menu-bg2.png);
}

#media-type {
  background: #D9D9D9;
  padding-bottom: 5px;
  margin-top: 23px;
}
#media-type li {
  float: left;
  font-size: 10px;
  font-size: 9px;
  padding-top: 5px;
  line-height: 1;
  height: 20px;
  background: url(/images/home/line.gif) no-repeat 0 10px;
}
#media-type li.first {
  background: none;
}
#media-type li a {
  text-decoration: none;
  color: #222;
  height: 20px;
  min-width: 81px;
  padding: 0 9px;
  background: url(/images/home/menu-bg.png) no-repeat center 20px;
  display: block;
  text-align: center;
  line-height: 20px;
}
#media-type li a:hover {
  background-position: center 0;
}
#media-type li.current a {
  background-position: center -20px;
}

#news-box{
  margin-left: -20px;
}
#news {
  margin: 20px 0 0 0;
  width: 690px;
}
body.home #news{
 margin: 20px 0 0 -20px;
}

#news.page {
  width: 1150px;
}

#page-title {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  padding-top: 10px;
}
#page-title small {
  font-size: 10px;
  font-size: 9px;
  display: block;
  color: #999;
}
#news-single {
  margin-top: 20px;
}
#news-single article h1 {
  font-size: 16px;
  margin: 11px 0;
}
#news-single article .news-text {
  font-size: 14px;
}
#news-single article .news-text img {
/*
  display: block;
  float: left;
*/
  margin: 0 20px 0 0;
}

/*#news-single article .news-text img.newsImage{
  display: block;
  float: left;
  margin: 0 20px 0 0;
}*/

#news-single article .sns {
  margin-top: 30px;
}

#news-single #recent-news {
  margin-top: 110px;
}
#news-single #recent-news h2 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 22px;
}
#news-single #recent-news h2 small {
  font-size: 10px;
  font-size: 9px;
  color: #999;
  display: block;
}
#news-single #recent-news article {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: solid 1px #333;
}
#news-single #recent-news article h1 {
  font-size: 13px;
}
#news-single #recent-news article img {
  display: block;
  width: 70px;
  height: auto;
  margin-right: 10px;
  float: left;
}

#contents {
  padding-bottom: 75px;
}
body#siteTop #contents {
  padding-bottom: 90px;
}

body.news #contents #left-column article .news-image {
  margin-right: 20px;
  padding-bottom: 0;
  max-width: 280px;
}

body.news #contents #left-column article .news-image-large {
  margin-right: 20px;
  padding-bottom: 0;
  max-width: 280px;
}

body.news #contents #left-column article .news-image img {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}

/* left */
#contents #left-column article .news-image {
  float: left;
  margin-right: 20px;
  padding-bottom: 20px;
}
#contents #left-column article .news-image .news-images {
/*  width: 210px;*/
  height: auto;
  overflow: hidden;
  position: relative;
}
#contents #left-column article .news-image .news-images ul {
  position: absolute;
  width: 10000px;
  top: 0;
  left: 0;
}
#contents #left-column article .news-image .news-images ul li {
  float: left;
  width: 210px;
}
#contents #left-column article .news-image .news-images ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}
#contents #left-column article .news-image .news-images .next-news-image,
#contents #left-column article .news-image .news-images .prev-news-image {
  position: absolute;
  bottom: 5px;
  width: 43px;
  height: 42px;
  background: url(/images/talent/arrow2.png) no-repeat 0 0;
  display: none;
}
#contents #left-column article .news-image .news-images .next-news-image {
  right: 5px;
  background-position: -43px 0;
}
#contents #left-column article .news-image .news-images .next-news-image:hover {
  background-position: -43px -41px;
}
#contents #left-column article .news-image .news-images .prev-news-image {
  left: 5px;
}
#contents #left-column article .news-image .news-images .prev-news-image:hover {
  background-position: 0 -41px;
}
#contents #left-column article .news-image p {
  text-align: center;
  margin-top: 20px;
  line-height: 1;
  font-size: 11px;
}

/* sidebar */

#colmuns aside #side-contents{
  padding-top: 30px;
}

body.news #colmuns aside #side-contents{
  padding-top: 0;
  margin-top: -20px;
}

#colmuns aside #side-contents #ranking #ranking-menu {
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
#colmuns aside #side-contents #ranking #ranking-menu span {
  margin: 0 2px;
  font-size: 11px;
}
#colmuns aside #side-contents #ranking ul {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
}
#colmuns aside #side-contents #ranking ul li {
  padding: 8px 0 0;
  border-top: solid 1px #333;
  position: relative;
}
#colmuns aside #side-contents #ranking ul li h4 {
  background: url(/images/common/new.png) no-repeat 0 2px white;
  text-indent: 30px;
  margin-bottom: 6px;
}
#colmuns aside #side-contents #ranking ul li .more {
  position: absolute;
  width: 49px;
  height: 36px;
  background: url(/images/common/more.png) no-repeat 0 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  padding-top: 7px;
}
#colmuns aside #side-contents #ranking ul li div {
  width: 140px;
  text-align: center;
  font-size: 1px;
  line-height: 0;
}
#colmuns aside #side-contents #ranking ul li div img {
  float: none;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

#colmuns aside #side-contents {
/*  padding-top: 10px;*/
}
#colmuns aside #side-contents h3 {
  height: 25px;
  font-size: 11px;
  line-height: 25px;
  margin-top: 20px;
}
#colmuns aside #side-contents #side-news article {
  margin-left: 0;
}
#colmuns aside #side-contents .banner {
  display: block;
}
#colmuns aside #side-contents .banner a,
#colmuns aside #mobileBanner a{
  text-decoration: none;
}

body.news #colmuns aside #side-contents .banner{
   margin-top: 20px;
}

#colmuns aside #side-contents .banner:hover {
  background: none;
}
#colmuns aside #side-contents .banner img {
  display: block;
}


/* sidebarもっと見る */
#side-news-more,
#news-more,
#top-news-more,
#changelog-more,
#changelog-more {
  width: 89px;
  height: 25px;
  padding-top: 64px;
  text-align: center;
  background: url(/images/talent/more.png) no-repeat 0 0;
  font-size: 11px;
  margin: 0 auto;
  display: block;
}
#side-news-more.step1,
#news-more.step1,
#top-news-more.step1,
#changelog-more.step1 {
  background-position: 0 -89px;
}
#side-news-more.step2,
#news-more.step2,
#top-news-more.step2,
#changelog-more.step2 {
  background-position: 0 -178px;
}
#side-news-more.step3,
#news-more.step3,
#top-news-more.step3,
#changelog-more.step3 {
  background-position: 0 -267px;
}

#top-news-more{
  clear: both;
  color: #000;
  text-decoration: none;
}

/* light box */
.mfp-counter {
  font-family: 'Michroma', sans-serif;
  font-weight: 400;
  right: auto;
  left: 0;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  background: url(../images/talent/close.png) no-repeat right 0;
  height: 43px;
  text-indent: 200%;
  top: auto;
  bottom: 0;
}

.mfp-arrow-left::before,
.mfp-arrow-left::after,
.mfp-arrow-right::before,
.mfp-arrow-right::after {
  display: none;
}

.mfp-arrow-left {
  background: url(../images/talent/prev.png) no-repeat center 33px !important;
  text-indent: 200%;
  left: 50%;
}

.mfp-arrow-right {
  background: url(../images/talent/next.png) no-repeat center 33px !important;
  text-indent: 200%;
  left: 50%;
}

.side-youtube iframe{
  vertical-align: bottom;
}



/* stardustweb login */
.stardustweb-login {
  border: solid 3px #D5D5D5;
  padding:10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.stardustweb-login .logo a:hover{
    background: none;
    opacity:0.7;
}

.stardustweb-login .sdw-button {
  background: #000000;
  text-align: center;
  display: inline-block;
  width: 194px;
}
.stardustweb-login .sdw-button a {
  display: block;
  padding: 6px 0;
  font-size: 11px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.stardustweb-login .sdw-button a .arrow {
  position: absolute;
  right: 8px;
  top: 5px;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #fff;
}
.stardustweb-login .sdw-button a .arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  right: 6px;
  top: 5px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.stardustweb-login .login {
  margin-right: 10px;
}
.stardustweb-login h3 {
  text-align: center;
  border-bottom: solid 1px #666;
  color: #666;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.stardustweb-login .logo {
  text-align: center;
  margin-bottom: 5px;
}
