/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	background:url(../img/bg.gif) repeat top left;
	color: #d0d0d0;
	font-size: 1.7em;
	text-shadow: 0px 3px 1px #000;
	padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

#top{
	height: 1px;
	width:100%;
	background-color: #000;
}

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

.bgBlk{
	background-color: rgba(0,0,0,0.8);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.fRed{
	color:#ff264a;
	font-weight: bold;
}

.fRedb{
	color:#ff264a;
	font-weight: bold;
	font-size: 1.7em;
}

.fRedb{
	color:#ff264a;
	font-weight: bold;
	font-size: 1.7em;
}

.fyellowb{
	color:#fac000;
	font-weight: bold;
	font-size: 1.4em;
}

.fS{ font-size: 0.8em; }
.fSs{
	font-size: 0.7em;
	line-height: 1.7em;
	text-align: left;
}
.mb10{margin-bottom: 15px;}
.mr15{margin-right: 15px;}
.mr8{margin-right: 6px;}
.mt10{margin-top: 10px;}
.pb10{padding-bottom: 15px;}

.sns{
	margin-bottom: 15px;
	font-size: 1.5em;
}
.sns a{color: #e7e7e7;}
.sns a:hover{color: #5089cf; text-decoration: none;}
#news,#about,#live,#dj,#ticket,#access,#contact{
	padding-top:70px;
     margin-top:-70px;
}

#gmap {
position: relative;
padding-bottom: 70%; /*縦横比*/
height: 0;
overflow: hidden;
}
#gmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  border-left: solid 3px #ffbac5;
  padding-left: 15px;
  color: #fbffb5;
}

dd {
  margin-bottom: 0.8em;
  margin-left: 8.5em;
}

ul.nav{
	font-size: 0.8em;
}

.icon{
	font-size: 0.7em;
	margin-left: 10px;
}
.icons{
	font-size: 0.8em;
	margin-right: 6px;
}
.alp{
	opacity: 0.9;
}

#carousel-example-generic{
	width: 100%;
	background: url(../img/top/sliderbg.jpg) no-repeat left top;
	-moz-background-size:cover;
	background-size:cover;
}

.snsbtn{
	position: fixed;
	z-index: 1000;
	bottom: 25px;
	right: 25px;
	height:40px;
	width:250px;
	padding: 10px;
	background:rgba(0,0,0,0.6); 
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    line-height: 1;
}

.social-button {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-button li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.mlm{
	margin-left: -30px !important;
}

.mtm{
	margin-top: -15px !important;
}

.tal{text-align: left;}
.tac{text-align: center;}
.pad{padding: 15px 0;}