@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////////////////////////

index.css

///////////////////////////////////////////////////////*/
#sigIndex #container { padding: 200px 10px 150px; color: #ccc; }
    #sigIndex #container h2 { margin-bottom: 30px; }
#sigIndex footer { position: fixed; bottom: 0; }
.coution{ display:none; }

#head-containerIndex { background-color: #FFF; }
#head-containerIndex article { width: 960px; margin: 0 auto; padding: 15px 10px;}
#head-containerIndex article h1 { float:left; }

#head-containerIndex #socialbuttons {float:right; text-align:right;  margin-top:10px;}
#head-containerIndex #socialbuttons div.facebook {float:left; width:32px; margin-right:5px;}
#head-containerIndex #socialbuttons div.twitter  {float:left; width:32px;}

.cover {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(/j/archives/concert/common/img/bg_body01.jpg) center center / cover no-repeat;
}

.cover h2 img{
  position: absolute;
  top:200px;
  left:100px;
}
