/*content style*/

#header.fixed{
	position: fixed;
	top: 0;
	z-index: 100;
}
#content{
	position: relative;
	padding-top: 80px;
}

#header .inner div{
	float: left;
  margin-right: 20px;
}
#header .inner ul{
	width: 100%;
	margin: 0 auto;
}

#header .inner ul li{
	padding-top: 14px;
	font-size: 1.36em;
}
section h2{
	padding-top: 40px;
	text-align: center;
	font-size: 2.115em;
}

@media (max-width: 40em) {
	.slicknav_btn{
		z-index: 200;
		position: fixed;
		right: 0;
	}
	.slicknav_menu {
	    z-index: 9999;
	    position: fixed;
	    top: 60px;
	}	
  	.slicknav_btn{	
  		top: 20px;
  	}
  	#header .inner div.hidden{
		display: none;
	}
	#content{
		padding-top: 40px;
	}
}

/*----ARTIST-------------------------------*/

/*---navigation---*/
ul.a-nav{
	padding: 0;
	margin: 0;
	background: #000;
	color: #fff;
	font-size: 1.224em;
}
ul.a-nav li{
	width: 50%;
	text-align: center;
	display: inline;
	float: left;
	vertical-align: middle;
}
ul.a-nav li a{
	width: 100%;
	display: block;
	color: #fff;
	background: #000;
	padding: 10px 0;
	background-image: url(../images/nav_arrow_r.png);
	background-position: right center;
	background-repeat: no-repeat;
}
ul.a-nav li a.active{
	background-color: #d7000f;
	background-image: url(../images/nav_arrow_d.png);
	background-position: right center;
	background-repeat: no-repeat;
}

@media (max-width: 40em) {
	.artist.inner{
		padding: 0;
	}
	ul.a-nav{
		font-size: .8472em;
		position: relative;
		width: 100%;
	}
	section h2{
		position: relative;
	}
	ul.a-nav li a{
		background-size: 20px 20px;
		-webkit-background-size: 20px 20px;
	}
}

/*----Stage LineUp---*/

.lineupbox{
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0;
	padding-bottom: 15px;
}

ul.stage{
	float: left;
	width: 300px;
	height: auto;
	border:3px solid #000;
	margin-bottom: 30px;
}
ul.stage li{
	border-bottom: 1px dashed #bbb;
	padding: 8px 6px;
}
ul.stage li:last-child{border: none;}
ul.stage.mgr{margin-right: 30px}
ul.stage li.stageName{
	background: #000;
	color: #fff;
	border-bottom: none;
  	font-size: 1.184em;	
}
ul.stage li.oneday{
	background-image: url(../images/artist/ico_oneday.png);
	background-repeat: no-repeat; 
	background-position: 1% center;
	background-size: 32px 32px;
}
span.new-tag{
	font-size: .8416em;
	color: #d7000f;
	padding-left: 10px;
  	font-family: 'Sarpanch', sans-serif;
}
.small{	font-size: .6642em;}

.stage-info{
	margin: 20px auto 0;
	padding: 16px;
	border: 1px dashed #888;
	text-align: left;
}
.stage-info li span.new-tag{
	padding-left: 0;
}
.stage-info li.oneday{
	background-image: url(../images/artist/ico_oneday.png);
	background-repeat: no-repeat; 
	background-position: left top;
	background-size: 26px 26px;
	padding: 1px 0 1px 30px;
}

@media (max-width: 40em) {
	span.new-tag{
		font-size: .6921em;
	}
	.stage-info{
		font-size: .784em;
	}
	.stage-info li.oneday{
		background-size: 32px 32px;		
		padding: 1px 0 1px 34px;
	}	
	ul.stage{
		float: none;
		width: 100%;
		margin-bottom: 0;
		border-right: 2px solid #000;
		border-left: 2px solid #000;
		border-top: none;
		border-bottom: 2px solid #000;
	}
	ul.stage li{
		padding: 4px;
	}
	ul.stage li.hidden{
		display: none;
	}
	ul.stage li.oneday{
		background-size: 22px 22px;
	}
}	

/*----Artist LineUp---*/
.lineupList{
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.arPhoto ul{
	width: 100%;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
}
.arPhoto ul li{
	display: inline-block;
	display: inline\9;
	float: left \9;
	width: 300px;
	overflow: hidden;
	margin: 0 7px;
	padding: 10px 0 5px;
	font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
}
.arPhoto ul li figure img{
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.arPhoto ul li a{
	color: #111;
}
.txt-R{text-align: right;}

@media (max-width: 40em) {
	.arPhoto ul li{
	/*	float: none;
		display: block;*/
		width: 48%;
		min-height: 148px; 
		padding: 0;
		margin: 0 auto;
		line-height: 1.2;
	}
	.arPhoto ul li figure img{
		max-width: 100%;
		height: auto;
	}
	.arPhoto ul li a{
		text-decoration: underline;
		font-size: .8792em;
	}
	.arPhoto ul li.hidden{
		display: none;
	}
}
/*--------------------------------------------
	TIMETABLE
--------------------------------------------*/
p.download{ margin: 20px auto;}
p.att{
	text-align: left;
	font-size: .942em;
	margin-bottom: 15px;
}

@media (max-width: 40em) {
	section.timetable{
		width: 100%;
	}
	img.sp100{
		width: 100%;
	}
}

/*-------------------------------
	INFORMATION
------------------------------*/
.infomation h3 span{
	padding: 3px 0;
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;
}
.pBox{
	margin: 15px auto;
	padding: 14px 0;
	text-align: left;
}

.pBox h4{
	color: #fff;
	padding:6px 0 6px 34px;
	font-weight: 700;
	background-image: url(../images/present/ico_badge.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #d0121b;
}

.pre-info.left{
	width: 580px;
	float: left;
	padding: 20px 40px;
}
.pre-image{
	float: left;
	width: 360px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: center;
}
.pBox h5{
	font-weight: 700;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
	padding-top: 15px;
	font-size: 1.0216em;
}
.pBox p{
	margin-bottom: 10px;
	line-height: 1.845em;
}
.pBox p.linkto a{
	margin-top: 30px;
	display: block;
	padding:6px 20px 6px 6px;
	border: 2px solid #d0121b;
	background: url(../images/present/nav_arrow_r.png) no-repeat right center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
}
.pre-image p.linkto.sns a{
	border: 1px solid #000;
	color: #000;
}
.pBox p.fs08{font-size: 0.8162em;}

span.fc-red{color: #d0121b;}

#access-g {
width: 100%;
height: 300px;
margin:0 auto;
color: #111;
font-size: .84em;
text-align: center;
}
.pBox .tokuten{
	width: 800px;
	padding: 0 40px;
	margin: 15px 0;
}
.tokuten h5{
	text-decoration: none;
}

.pBox .tokuten ul{
	padding-left: 40px;
	font-size: .9266em;
}
.pBox .tokuten ul li{
	padding: 5px 0;
}
.pBox .tokuten ul h6{
	font-weight: 700;
	color: #333;
	padding-left: 5px;
	border-left: 3px solid #d0121b;
	line-height: 1em;
}
@media (max-width: 40em) {
	.pre-info.left,.pre-image,.pBox .tokuten{
	width: 100%;
	float: none;
	padding: 0 2%; 
	}
	.pre-image{
		text-align: center;
	}
	.pBox p{
		font-size: .9486em;
		line-height: 1.6em;
	}
	.pBox p.linkto a{
		margin-top: 10px;
	}
	.pBox .tokuten{
		font-size: 0.9486em;
	}
	.pBox .tokuten ul{
		padding-left: 0;	
	}
}	
/*--------------------------------------------
	SPECIAL
--------------------------------------------*/
.special{padding-bottom: 30px;}
.special ul.glid-movie{
	width: 100%;
	margin: 0 auto 40px;
}
.special ul.glid-movie li{
	width: 450px;
	height: 254px;
	float: left;
	margin: 10px 10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aa1721;
}
.special ul.glid-movie li div{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 4px 6px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	text-align: left;
	line-height: 1.3;
}
.special ul.glid-movie li div a{
	color: #fff;
}
.special p.topic{
	width: 100%;
	padding: 20px 50px;
	margin: 0 auto;
}
p.topic .bold{
	font-size: 1.2116em;
	font-weight: 700;
}
img.sps100{margin-bottom: 20px;}
@media (max-width: 40em) {
	.special h2 img{
		width: 100%;
	}
	.special p.topic{
		padding: 20px 10px;
		font-size: .911em;
		text-align: left;
	}
	.special ul.glid-movie{
		margin-bottom: 0;
	}
	.special ul.glid-movie li{
		float: none;
		margin: 0 auto 15px;
		width: 300px;
		height: 169px;
	}
	.special ul.glid-movie li a img{
		width: 100%;
	}
	img.sps100{
		width: 100%;
		margin-bottom: 0;
	}
}


/*-------------------------------
	HISTORY
------------------------------*/
.his_nav{
	width: 200px;
	float: left;
	padding-right: 30px;
	overflow: hidden;
	position: fixed;
}
.history{
	width: 730px;
	float: right;
	padding: 0em 1em 2em;
	overflow: hidden;
}
.his_nav ul li{
	padding:5px 0;
}
.his_nav ul li a{
	color: #222;
}
.his_nav ul li a:hover{
	color: #CD2F2F;
}
@media (max-width: 40em) {
	.his_nav,.history{
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.his_nav{
		position: relative;
		margin: 0 auto;
	}
	.his_nav ul{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.his_nav ul li{
		display: inline-block;
		width: 24%;
		text-align: left;
	}
	.his_nav ul li a{
		padding: 12px;
		display: block;
	}
}


.history .arc{
	padding: 0 0;
	margin-top: 4em;
	text-align: left;
	font-size: 0.942em;
	border: 1px solid #000;
}
.history .arc h3{
	background-color: #000;
	background-image: url(../images/history_h3_ico.png);
	background-repeat: no-repeat;
	background-position: 1% center;
	padding: 0.5em 0.5em 0.5em 2em;
	color: #fff;
  	font-family: 'Sarpanch', sans-serif;
	font-weight: 700;
	font-size: 1.426em;
}
.history .arc h4{
	padding-left: 0.3em;
	color: #CD2F2F;
  	font-family: 'Sarpanch', sans-serif;
	font-weight: 700;
	font-size: 1.246em;
}

table.lineup{
	width: 100%;
	margin: 0 auto;
}
.lineup th{
	background: #ccc;
	color: #000;
	font-size: .946em;
	font-weight: 700;
}
.lineup th,.lineup td{
	padding: 5px 10px;
	border-right: 1px dashed #888;
}
.lineup th:last-child{
	border-right: none;
}
.lineup td{
	width: 33.3%;
	font-size: 0.884em;
	line-height: 1.8em;
}
.lineup td:last-child{
	border-right: none;
}
.lineup td.date{
	border-bottom: 1px dashed #888;
}
.btn_viewsite{
	text-align: center;
	padding: 1.146em;
}
.btn_viewsite a{
	font-weight: 700;
	font-size: 1.8862em;
	border: 1px solid #000;
	background: url(../data_history/btn_viewsite_bg.png) no-repeat center right;
	width: 100%;
	padding: 0.466em 0;
	display: block;
  	font-family: 'Sarpanch', sans-serif;
}

