@charset "UTF-8";

/* html,body */
html, body{
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  padding: 0;
  background: url(../img/bg.jpg) repeat #000;
  color: #fff;
  font:62.5%/1.4 "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  *font-size:small;*font:x-small;
  text-align: center;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

/* link- */
a { outline: none; color:#000;}
a:hover { color:#fff; }
a:focus { outline:none; }

.hidden{ text-indent:100%; white-space:nowrap; overflow:hidden; font-size: 0;}

/*- IMG  */
img {
  border:none; -ms-interpolation-mode: bicubic;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
a img { border: 0px; text-decoration:none; }

/*- text  */
.center { margin: 0 auto; text-align: center; }

/* clear */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.both{ clear:both; }
.float_l { float:left; }

/* highlight */
::selection { background: #666; }
::-moz-selection { background: #666; }

/* castam */
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  background: #000;
}
.contents{
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  position: relative;
  overflow: hidden;
}

#global-header{
  margin: 0 auto;
  padding: 0;
  background: url(../img/bg-header.jpg) top center repeat;
  display: block;
  height: 320px;
  width: 100%;
  z-index: 1000;
}

#cd-area{
  clear: both;
  margin: 0 auto;
  padding-bottom: 100px;
}
.catch01 { margin: 30px auto 75px;}
.btn-buy{ margin: 15px auto 0;}

.cd-info-area{
  margin: 10px 0 0 50px;
  text-align: left;
  width: 500px;
}
  .title-cd{
    margin: 0;
    width: 480px;
    height: 60px;
    background: url(../img/line.png) bottom left no-repeat;
  }
  .release{
    margin:  30px 0 55px;
    font-size: 2.4rem; font-size: 24px;
  }
  .cd-info{
    margin:  25px 0 0;
    font-size: 1.4rem; font-size: 14px;
  line-height: 1.8em;
  }
  .chakuuta { margin-top: 40px; font-size: 1.4rem; font-size: 18px; }
  .chakuuta dt{ margin-bottom: 5px;color:#C40029; }
  .chakuuta dd{ display: inline-block; margin-right: 15px; }
  

#artist-area{
  clear: both;
  margin: 0 auto;
  padding: 15px 0;
  background: url(../img/bg-artist.jpg) top center repeat;
  color: #000;
}
.artist-info-area{
  margin: 40px 0 0 0px;
  padding-right: 30px;
  text-align: left;
  font-size: 1.6rem; font-size: 16px;
  width: 570px;
}
  #artist-area h4{
    margin:  40px 0 10px;
    font-size: 1.8rem; font-size: 18px;
  }

#movie-area{
  clear: both;
  margin:  65px auto;
}
  #movie-area iframe{
    clear: both;
    display: block;
    margin:  32px auto;
  }

/* footer */
#global-footer{
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  z-index: 1000;
  background: #000;
}
#global-footer a{
  color: #666;
}
.link-list{
  margin: 0 auto;
  padding: 70px 0 70px 50px;
  display: table;
  border-collapse: separate;
  border-spacing: 50px 0;
}
  .link-list li{ display: table-cell; vertical-align: middle; }
  .copy {
    margin-bottom: 30px;
    font-size: 1.6rem; font-size: 16px;
  }

/* pagetop */
#pageTop{
  position:fixed;
  bottom: 0;
  right: 0;
  display:block;
  z-index: 9999;
}