/* オープニング動画を流す場合
@import "http://fonts.googleapis.com/css?family=Playball";
#home { background: #000; }
#home.w { background: #fff; }
#home #top { display: none; }
#home.w #top { display: block; }
#home #first_movie p { width: 900px; margin: 0 auto; text-align: right; padding: 20px 0; font-family: 'Playball', cursive; font-size: 30px; }
#home #first_movie p a { color: #fff; }
#home #first_movie p a:hover { text-decoration: none; }
#home.w #first_movie { display: none; } */
/* ------------------ #home ------------------ */
#home #main {
  padding: 5px 0 0; }

#home #main h2 {
  position: relative; }
  #home #main h2 span {
    display: block;
    text-align: center;
    background: #000;
    overflow: hidden; }
    #home #main h2 span > * {
      float: left;
      width: 470px;
      height: 264px; }
  #home #main h2 > * {
    display: block;
    border-bottom: 2px solid #fff; }

/*#home #topics { background: #fff; clear: both; padding: 10px 0 20px; }*/
/*#home #topics { float: left;  width: 635px; background: #eee; padding: 10px 0 20px; }*/
#home #topics a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 0 0;
  padding: 7px 0; }

#home .three {
  float: right;
  width: 310px;
  border-left: 5px solid #fff;
  padding-top: 10px; }

#home #topics {
  float: left;
  width: 300px;
  width: 600px;
  border-left: 5px solid #fff;
  border: 0;
  padding-top: 10px; }

#home .first {
  border: 0; }

/* ------------------ common ------------------ */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-collapse: collapse;
  list-style: none;
  vertical-align: middle;
  font-style: normal; }

body {
  background: #fff;
  color: #000;
  font-size: 62.5%;
  line-height: 1.4;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

p, td, ul {
  font-size: 120%; }

h3 {
  font-size: 160%; }

.clear, .box, .pagetop, address, #biography #main div {
  clear: both; }

#top {
  width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: left; }

#header {
  padding-top: 20px; }

.ja #header {
  background: url(img/header_ja_w2.png) no-repeat; }

.ch #header {
  background: url(img/header_ch_w.png) no-repeat; }

.en #header {
  background: url(img/header_en_w.png) no-repeat; }

h1 a {
  height: 86px;
  display: block;
  text-decoration: none;
  text-indent: -9999px; }

#nav {
  height: 50px; }

#nav li {
  float: left; }

#nav li a {
  height: 50px;
  display: block;
  text-decoration: none;
  text-indent: -9999px; }

.ja #nav li.home {
  width: 62px; }

.ja #nav li.news {
  width: 60px; }

.ja #nav li.media {
  width: 65px; }

.ja #nav li.live {
  width: 49px; }

.ja #nav li.discography {
  width: 110px; }

.ja #nav li.blog {
  width: 51px; }

.ja #nav li.biography {
  width: 93px; }

.ja #nav li.goods {
  width: 66px; }

.ja #nav li.fanclub {
  width: 240px; }

.ja #nav li.twitter {
  width: 41px; }

.ja #nav li.facebook {
  width: 36px; }

.ja #nav li.youtube {
  width: 67px; }

.ch #nav li.home {
  width: 105px; }

.ch #nav li.biography {
  width: 105px; }

.ch #nav li.news {
  width: 107px; }

.ch #nav li.media {
  width: 107px; }

.ch #nav li.live {
  width: 136px; }

.ch #nav li.discography {
  width: 164px; }

.en #nav li.news {
  width: 104px; }

.en #nav li.home {
  width: 109px; }

.en #nav li.media {
  width: 112px; }

.en #nav li.biography {
  width: 150px; }

.en #nav li.discography {
  width: 179px; }

.en #nav li.live {
  width: 90px; }

#lang {
  position: absolute;
  top: 10px;
  right: 0;
  width: 89px; }

#lang a, #lang span {
  height: 29px;
  display: block;
  text-decoration: none;
  text-indent: -9999px; }

#hotnews {
  position: absolute;
  top: 12px;
  left: 290px;
  width: 550px;
  border-left: 1px solid #ccc; }

#hotnews p {
  overflow: hidden;
  height: 85px;
  padding-left: 10px; }

#hotnews a {
  text-decoration: none; }

#hotnews a, #hotnews a font {
  color: #000; }

#hotnews a:hover, #hotnews a:hover font {
  color: #666; }

#subnav {
  float: right;
  text-align: right;
  background: #659600;
  padding: 10px; }

#subnav li {
  display: inline; }

#subnav a {
  padding: 5px 10px;
  color: #fff; }

#subnav a:hover {
  background: #fff;
  color: #659600; }

#main {
  padding: 20px 40px 0 0; }

.pagetop {
  text-align: right;
  padding-top: 20px; }

.pagetop a {
  color: #fff;
  background: #999;
  padding: 5px 10px;
  text-decoration: none; }

.pagetop a:hover {
  background: #333; }

address {
  color: #666;
  padding: 20px;
  text-align: center; }

address a {
  color: #666; }

/* ------------------ color ------------------ */
a {
  color: #369; }

a:hover {
  color: #69c; }

.c1 {
  color: #159335;
  font-weight: bold; }

.c2 {
  color: #c00;
  font-weight: bold; }

#header li a:hover {
  background: rgba(255, 255, 255, 0.3); }

/* ------------------ .sub ------------------ */
.sub h2 {
  float: left;
  padding-bottom: 20px; }

.sub h3 {
  background: #e5e3da;
  padding: 10px;
  zoom: 1; }

.sub h3 img.new {
  margin-right: 10px; }

.sub .box div {
  padding: 20px 0 40px; }

.sub .box em {
  color: #900;
  border-bottom: 1px solid #900;
  display: block;
  font-weight: bold; }

.sub .box em * {
  color: #900; }

/* ------------------ #biography ------------------ */
#biography h2 {
  float: none; }

#biography h3 {
  float: left;
  padding: 0 0 20px;
  background: none;
  text-align: center;
  width: 600px;
  border-right: 30px solid #fff;
  font-size: 13px;
  font-weight: normal; }

#biography h3 img {
  margin-bottom: 10px;
  max-width: 600px; }

#biography #main div {
  padding: 20px 0 50px;
  border-top: 1px dashed #ccc; }

#biography.ja #facebook {
  display: none; }

/* ------------------ #discography ------------------ */
#discography div.box {
  padding-top: 20px;
  border-top: 1px solid #ccc; }

#discography div.box div.jk {
  width: 302px;
  float: left;
  padding: 0 0 34px; }

#discography div.box div.jk img {
  margin-bottom: 4px;
  border: 1px solid #999; }

#discography div.box div.jk p.index img {
  margin-top: 5px; }

#discography div.box div.item {
  margin-left: 320px;
  padding: 0; }

#discography h3 {
  background: none;
  padding: 10px 0;
  color: #900;
  font-size: 200%; }

#discography p.subtitle {
  color: #999; }

#discography h4 {
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 140%; }

#discography .item td {
  padding: 3px 0;
  border-bottom: 1px solid #ccc; }

#discography .item td.btn {
  width: 50px;
  text-align: center; }

#discography .item td.name {
  padding-left: 10px; }

#discography .item p.name {
  background: #eee;
  padding: 5px;
  margin: 10px 0; }

#discography .item div {
  color: #666;
  margin-top: 10px;
  padding-top: 10px; }

#discography #youtube {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: none; }

#discography #youtube table {
  margin: 0 auto;
  background: #000; }

#discography #youtube img#youtube_close {
  display: block;
  background: #666;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer; }

#discography div.overlay {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px; }

/* ------------------ other ------------------ */
#attachment * {
  display: none; }

#no_entry {
  color: #666; }

#error #main p {
  text-align: center;
  padding: 30px 0;
  background: #222;
  margin: 70px auto;
  width: 500px;
  color: #999;
  border: 1px solid #333; }

#error #main strong {
  display: block;
  padding-bottom: 1em;
  font-size: 120%; }

#error #main a {
  color: #ccc; }

/* ------------------ jScrollPane ------------------ */
.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: #ddd; }

.jScrollPaneDrag {
  position: absolute;
  background: #666;
  cursor: pointer;
  overflow: hidden; }
