@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 {
  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;
}

/* 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:hover {
  background: #666;
  text-decoration: none;
  color: #fff;
}
.a-hover a:visited {
  color: #aaa;
}

.orange {
  color: #FA5822;
}

/* header */
header {
  height: 76px;
  padding-bottom: 5px;
  background: url(/images/common/header-bg.png) 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 {
  position: relative;
  float: left;
  margin-left: 10px;
  padding-top: 10px;
  background: url(/images/common/dot.gif) no-repeat center -5px;
}
header nav ul li.current {
  background-position: center 0;
}
header nav ul li.current span {
  top: 0;
}
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;
}

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;

}

#contents article time{
  padding-left: 70px;
}
body.profile div.side-content  time{
  padding-left: 70px;
}
#contents div#interviewBox article time{
  padding-left: 0;
}


#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;
}
#colmuns aside #side-top-banner .sound {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
#colmuns aside .side-banners {
  width: 440px;
  margin-left: -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 #side-contents,
#colmuns aside #side-profile {
  width: 440px;
  margin: 20px 0 0 -20px;
}

#colmuns aside #side-contents,
#colmuns aside #side-profile {
  width: 440px;
  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;
}


body.profile #colmuns aside #side-contents h3 {
  height: 25px;
  font-size: 11px;
  line-height: 25px;
}


#colmuns aside #side-profile h3{}
#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 11px;
  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-contents .side-content li,
#colmuns aside #side-profile .side-content li {
  margin-top: 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;
}
#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: 10px;
  min-height: 145px;
  position: relative;
}
#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 {
  width: 190px;
  margin-left: 75px;
}


.btn-profile {
  text-align: center;
  margin-top: 5px;
}

.btn-profile a{
  color:#000;
  text-decoration: none;
  display: block;
  padding: 6px 5px;
  border:1px solid #000;
  font-size: 12px;
}
.btn-profile a:hover{
  background:#000;
  border:1px solid #000;
  color:#FFF;
}

.btn-mytalent {
  text-align: center;
  margin-top: 5px;
}

.btn-mytalent a{
  text-decoration: none;
  display: block;
  padding: 0px;
  border:none;
  color:#000;
  font-size: 14px;
  background:  #FFF no-repeat;
  line-height: 1.8;
  box-sizing: border-box;
  border: 1px solid #000;
  transition-property:background;
  transition-duration:0.4s;
}

.btn-mytalent a:hover{
  background:  #000;
  color:#FFF;
}

.btn-mytalent a span {
  background: url(/images/common/logo_sdw.png) 0 4px no-repeat;
  background-size: 200px;
  padding: 25px 0 2px 0;
  display: inline-block;
  transition-property:background;
  transition-duration:0.4s;
  display: inline-block;
  width: 200px;
  height: 20px;
  font-size: 12px;
}

.btn-mytalent a:hover span {
  background: url(/images/common/logo_sdw_w.png) 0 4px no-repeat;
  background-size: 200px;
  display: inline-block;
  width: 200px;
}


#colmuns aside #side-profile #side-prof-text #side-prof-info .more {
  position: absolute;
  bottom: 10px;
  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 {
  min-height: 225px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.news-block .news-content div.clear{
  padding-top: 5px;
}
.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-artists {
  position: relative;
  background: url(/images/common/top-artists-bg.gif) repeat-x #333333;
}
#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{
  width: 1130px;
  margin: 0 auto;
}
#top-artists #top-artists-frame-wrap.hide {
  height: 129px;
}
#top-artists #top-artists-frame-wrap #top-artists-search {
  position: relative;
  z-index: 1;
  width: 1090px;
  top: 16px;
  left: 0;
  display: none;
  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;
  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 #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;
}
#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: 550px;
  overflow: hidden;
  position: relative;
  width: 1170px;
  left: -20px;
}
#top-block #shadow {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 13px;
  z-index: 2;
}
#top-block #talent-menu {
  position: absolute;
  width: 1120px;
  height: 99px;
  background: url(/images/talent/shadow.png) no-repeat 0 bottom;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 5px 0 0 50px;
  color: #ccc;
}
#top-block #talent-menu small {
  font-size: 9px;
  color: #b2b2b2;
}
#top-block #talent-menu h1 {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  text-indent: -2px;
}
#top-block #talent-menu ul {
  margin-top: 10px;
  line-height: 1;
}
#top-block #talent-menu ul li {
  float: left;
  margin-right: 40px;
}
#top-block #talent-menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-bottom: 17px;
  background: url(/images/talent/arrow.png) no-repeat center -100px;
}
#top-block #talent-menu ul li a:hover, #top-block #talent-menu ul li a.current {
  background-position: center bottom;
  color: #ccc;
}
#top-block #gallery-next,
#top-block #gallery-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 71px;
  height: 9px;
  background: url(/images/talent/arrow3.png) no-repeat 0 0;
  margin-top: -40px;
  padding-top: 70px;
  line-height: 1;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
#top-block #gallery-next::selection,
#top-block #gallery-prev::selection {
  background: rgba(0, 0, 0, 0);
}
#top-block #gallery-next::-moz-selection,
#top-block #gallery-prev::-moz-selection {
  background: rgba(0, 0, 0, 0);
}
#top-block #gallery-next {
  right: 10px;
  background-position: -71px 0;
}
#top-block #gallery-next:hover {
  background-position: -71px -100px;
}
#top-block #gallery-prev {
  left: 10px;
  display: none;
}
#top-block #gallery-prev:hover {
  background-position: 0 -100px;
}
#top-block #gallery {
  position: absolute;
  width: 1170px;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#top-block #gallery ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100000px;
}
#top-block #gallery ul li {
  float: left;
  position: relative;
  max-width: 1170px;
  height: 100%;
  overflow: hidden;
}
#top-block #gallery ul li img {
  display: block;
  width: auto;
  height: 100%;
}
#top-block #gallery.single ul {
  z-index: 2;
}
#top-block #gallery.single ul li {
  float: none;
  width: 100%;
}
#top-block #gallery.single ul li img {
  margin: 0 auto;
}
#top-block #gallery.single #gallery-bg {
  width: 100%;
  height: auto;
  position:absolute;
  left:0;
  top: 50%;
}
#top-block #gallery.single #gallery-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(/images/talent/screen.png);
}

#contents {
  margin-top: 75px;
}
#contents #left-column {
  /* media */
  /* interview */
}
#contents #left-column #page-title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 25px;
}
#contents #left-column #page-title small {
  font-size: 9px;
  display: block;
  color: #999;
}
#contents #left-column article {
  font-size: 14px;
  margin-bottom: 20px;
}

#contents #left-column.newsList article {
  font-size: 14px;
  margin-bottom: 20px;
}

#contents #left-column.newsList article {
  border-bottom: 1px solid #000;
}

#contents #left-column article h1 {
  margin: 17px 0;
  font-size: 16px;
}

#contents #left-column article h1 a {
  font-size: 15px;
}

body.artist #contents #left-column article .news-image,
body.talent #contents #left-column article .news-image{
  max-width: 280px;
  margin-right: 20px;
  padding-bottom: 0;
}

body.artist #contents #left-column article .news-image-large,
body.talent #contents #left-column article .news-image-large {
  max-width: 280px;
  margin-right: 20px;
  padding-bottom: 0;
}

body.artist #contents #left-column article .news-image img,
body.talent #contents #left-column article .news-image img{
  margin-bottom: 20px;
  width: 100%;
}



#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;
}
#contents #left-column #media-type {
  background: #D9D9D9;
  padding: 0 25px 10px 15px;
}
#contents #left-column #media-type li {
  padding: 0 10px;
  border-right: solid 1px #999;
  float: left;
  font-size: 10px;
  font-size: 9px;
  line-height: 1;
  margin-top: 10px;
}
#contents #left-column #media-type li.first {
  padding-left: 0;
}
#contents #left-column #media-type li.right {
  border-right: none;
}
#contents #left-column #media-type li a {
  color: #222;
  text-decoration: none;
}
#contents #left-column #mesias {
  margin-top: -50px;
}
#contents #left-column #mesias .media-block {
  margin-top: 80px;
}
#contents #left-column #mesias .media-block h2 {
  font-size: 14px;
  color: #999;
  border-bottom: solid 3px #D9D9D9;
  padding-bottom: 5px;
  line-height: 1;
  margin-bottom: 20px;
}
#contents #left-column #mesias .media-block article {
  margin-bottom: 30px;
  font-size: 13px;
}
#contents #left-column #mesias .media-block article h1 {
  font-size: 13px;
  margin: 0;
}
#contents #left-column #mesias dl.year {
  line-height: 1.4;
}
#contents #left-column #mesias dl.year dt {
  width: 50px;
  padding-left: 20px;
  float: left;
}
#contents #left-column #mesias dl.year dd {
  margin-left: 70px;
}
#contents #left-column #mesias dl.year dd .month {
  margin-bottom: 15px;
  margin-left: 50px;
}

#contents #left-column #mesias dl.year dd .month p {
  float: left;
  padding-right: 10px;
  margin-left: -50px;

}
#contents #left-column #mesias.profile {
  margin-top: -20px;
}
#contents #left-column #mesias.profile .media-block {
  margin-top: 50px;
}
#contents #left-column #mesias.disco {
  margin-top: -24px;
}
#contents #left-column #mesias.disco .media-block {
  margin-top: 49px;
}
#contents #left-column #mesias.disco .year-block {
  margin-top: 27px;
}
#contents #left-column #mesias.disco .year-block p.year {
  line-height: 1;
  color: #999;
  font-size: 14px;
  padding-bottom: 7px;
}
#contents #left-column #mesias.disco .year-block dl {
  margin-top: 10px;
}
#contents #left-column #mesias.disco .year-block dl dt {
  width: 110px;
  float: left;
}
#contents #left-column #mesias.disco .year-block dl dt img {
  display: block;
  max-width: 100%;
  height: auto;
}
#contents #left-column #mesias.disco .year-block dl dd {
  margin-left: 125px;
}
#contents #left-column #mesias.disco .year-block dl dd .title {
  text-indent: -.6em;
}
#contents #left-column #mesias.disco .year-block dl dd .shop-link {
  margin-top: 10px;
}
#contents #left-column #mesias.disco .year-block dl dd .shop-link a {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  background: url(/images/talent/cart.png) no-repeat 0 0;
  padding-left: 24px;
  color: #999;
}
#contents #left-column #mesias.disco .year-block dl dd .shop-link a span {
  text-decoration: underline;
}
#contents #left-column #mesias.disco .year-block dl dd .shop-link a:hover span {
  background: #999;
  color: #fff;
  text-decoration: none;
}
#contents #left-column article.interview {
  padding-bottom: 20px;
  border-bottom: solid 1px #333;
  margin-bottom: 20px;
}
#contents #left-column article.interview img {
  display: block;
  width: 670px;
  height: auto;
  margin-top: -4px;
}

/* sidebarもっと見る */
#side-news-more,
#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;
}
#side-news-more.step1,
#news-more.step1,
#changelog-more.step1 {
  background-position: 0 -89px;
}
#side-news-more.step2,
#news-more.step2,
#changelog-more.step2 {
  background-position: 0 -178px;
}
#side-news-more.step3,
#news-more.step3,
#changelog-more.step3 {
  background-position: 0 -267px;
}


.side-content .banner {
  display: block;
  margin-bottom: 20px;
}
.side-content .banner img {
  display: block;
}
.side-content .banner a{
  text-decoration: none;
}
.side-content .banner a:hover{
  background: none;
}
.side-content #goods li {
  border-bottom: solid 1px #333;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.side-content #goods li .goods-title {
  margin-top: 5px;
}
.side-content #goods li .goods-info .goods-image {
  width: 100px;
  float: left;
  height: 110px;
  text-align: center;
  line-height: 110px;
  position: relative;
  margin: 5px 10px 0 0;
  padding: 5px 0 0;
}
.side-content #goods li .goods-info .goods-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.side-content #goods li .goods-info .more {
  display: inline-block;
  width: 67px;
  height: 22px;
  background: url(/images/common/arrow3.png) no-repeat 5px center #aaaaaa;
  font-size: 11px;
  color: #fff;
  margin-top: 5px;
  padding-left: 25px;
  line-height: 25px;
  text-decoration: none;
}
.side-content #goods li .goods-info .more:hover {
  background-color: #666;
}
.side-content #goods li .goods-info .price {
  padding: 5px 0;
  border-bottom: dotted 1px #333;
  display: inline-block;
  width: 92px;
  text-align: right;
  font-size: 15px;
  margin-bottom: 10px;
}
.side-content #goods li .goods-info .price small {
  font-size: 10px;
  font-size: 9px;
  margin-left: 5px;
}
.side-content #side-bottom-banners {
/*  padding-top: 6px;*/
}
.side-content #side-bottom-banners li {
  margin-bottom: 20px;
  float: none;
}
.side-content #side-bottom-banners li a {
  display: block;
}
.side-content #side-bottom-banners li a img {
  display: block;
}

/* 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-content div#mobileBanner p{
  overflow: visible !important;
}

.side-content div#mobileBanner img{
  float: left;
}
.side-content div#mobileBanner .banner{
  display: block;
  margin-bottom: 30px;
}
.side-content div#mobileBanner .banner:after{
  content: "";
  clear: both;
  display: block;
}
.side-content div#mobileBanner .banner a:hover{
  background: #666666;
}

.side-content div#mobileBanner p.carrier {
  width: 210px;
  margin: auto;
  clear: both;
}


.side-content #goods li {
  border-bottom: solid 1px #333;
  padding-bottom: 14px;
  margin-bottom: 20px;
  width: 210px !important;
  float: left;
  min-height: 230px;
  margin-right: 20px;
}
.side-content #goods:after{
  content: "";
  display: block;
  clear: both;
}
.side-content #goods li:nth-child(2n){
  margin-right: 0;
}




#colmuns aside #side-contents .side-content{
  width: 440px;
}
.news-block.side-news{
  width: 100%;
  margin: 0 0 10px;
}
.news-block .news-content {
    min-height: 0;
}


.news-block .news-content h1 a.imglink {
    margin-left: 75px;
    display: block;
    min-height: 3em;
}

.news-block .news-content h1 .clear a {
    margin-left: 0px;
    min-height: 0;
}

.news-block .news-content h1 .clear img {
    margin-top: -3.2em;
}

.side-content .banner {
    display: inline-block;
    margin-bottom: 20px;
}

.side-content #side-bottom-banners li,
.side-content #side-bottom-banners li a,
.side-content #side-bottom-banners li a img {
  display: inline;
    margin-bottom: 20px;
    width:200px;
}
.side-content #side-bottom-banners li img{
  vertical-align: top;
}

.side-content #side-bottom-banners li:nth-child(even) {
  margin-left: 30px;
}

#side-news-more {
  margin: 0 auto 20px;
}

.amazon li {
  float: left;
  width: 200px;
  min-height: 98px;  overflow: hidden;
}

.amazon li div:before,
.amazon li div:after {
    content: " ";
    display: table;
}

.amazon li div:after {
    clear: both;
}

/*.amazon li div {
    *zoom: 1;
}
*/
.amazon li:nth-child(even) {
  margin-left: 30px;
}

.amazon li img {
  float: left;
  margin-right:5px;
}
.amazon:after{
  clear: both;
  display: block;
  content: "";
}