@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
    height: 100%;
    background-color: #272727;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
  background-color: #272727;
  font-size: 12px;
  height: 100%;
}

body > #container {
    height: auto;
    line-height: 1.8em;
}
strong {
    font-weight: bold;
}
dt {
    float: left;
    clear: left;
    width: 60px;
}
dd {
    float: left;
    width: 360px;
}

h2 {
    position:absolute;
    right:384px;
    bottom:179px;
    color:white;
    z-index:20;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 600;
    font-size: 18px;
    src: url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
         url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
         url(http://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
    margin-bottom: 10px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
  width: 115px !important;
}
iframe.twitter-share-button {
width: 115px !important;
}

#container {
    width: 1280px;
    margin:0 auto;
    min-height: 100%;
    height: 100%;
    background-color: #272727;
}
#sns {
    background-color: #000;
    padding: 5px;
}
#row {
    margin: 0 auto;
    width: 1280px;
}
#row #w {
    color:white;
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-left: 10px;
    width: 200px;
}
#row #btn {
    float: right;
    margin: 0 auto;
    text-align: right;
    width: 500px;
}
#row #btn ul li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    display: inline;
    zoom: 1;
}
#header {
    background-color: gray;
    position: relative;
}
#header img.click {
    position: absolute;
    right:250px;
    bottom: 519px;
    z-index: 10;
}
#header div.itunes > a {
    width: 102.9px;
    height: 35.5px;
    position: absolute;
    right:128.7px;
    bottom: 505.3px;
    z-index: 10;
}
#header div.amazon > a {
    width: 109.3px;
    height: 38.4px;
    position: absolute;
    right:13.4px;
    bottom: 504.3px;
    z-index: 10;
}
#header div.lineblog > a {
    width: 116px;
    height: 20px;
    position: absolute;
    right: 372px;
    bottom: 465px;
    z-index: 10;
}
#header div.line > a {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 330px;
    bottom: 461px;
    z-index: 10;
}
#header div.twitter > a {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 284px;
    bottom: 461px;
    z-index: 10;
}
#header div.instagram > a {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 238px;
    bottom: 461px;
    z-index: 10;
}
#header div.release > a {
    width: 242px;
    height: 65px;
    position: absolute;
    right: 250px;
    bottom: 502px;
    z-index: 10;
}
#header div#youtube {
    position: absolute;
    width:416px;
    right:71px;
    bottom:211px;
    text-align: center;
}
#stars{
  background: none repeat scroll 0 0 #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: 780px;
  height:550px;
  overflow-y:scroll;
  color:white;
 }
 #line{
  background: none repeat scroll 0 0 #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: 200px;
 }
 #line a.release {
    color:red;
    position:relative;
}

#stars a.release {
    color:red;
    position:relative;
}
#stars p {
    margin-bottom:20px;
}
#information dl {
    position:absolute;
    background-color: #000;
    color:white;
    padding:20px;
    width:376px;
    height: 118px;
    right:73px;
    bottom:23px;
    overflow-y: scroll;
    z-index:20;
}
#information dl dd {
    width:370px;
    border-bottom: dotted 1px #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#information dl dd a {
    text-decoration: underline;
    color:white;
}
#information dl dd a:hover {
    text-decoration: underline;
    color:#ccc;
}
#information dl dt.date {
    width: 370px;
    color:red;
}
#footer {
    color:white;
    font-size: 80%;
    background-color: #272727;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    height:20px;
    bottom:0;
}
#bg {
    background-image:url('../img/erihiro_header_4.jpg');
    width: 1280px;
    height: 853px;
    color:white;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

#bg {
    background-image:url('../img/erihiro_header_4@2x.jpg');
    background-size:1280px 853px;
}
}

.clearfix {
    zoom:1
    }
.clearfix:after {
    content:".";display:block;height:0;clear:both;visibility:hidden
}