@charset "UTF-8";
/*\*/

/*------------------------------
SPECIAL / 荒井岳史 OFFICIAL特設
UPDATED : 2013.10.22
GUIDELINE : Ver.01
------------------------------*/


/* ------------------------------------
 * RESET
 * ------------------------------------ */
@import "reset.css";


/* ------------------------------------
 * COMMON SETTING / OVERRIDE
 * ------------------------------------ */

body {
	color: #fff;
	background: url(../img/bg.jpg) center top no-repeat #000;
	background-attachment: fixed;
-moz-background-size:cover;
background-size:cover;

	text-align: center;
	font: 12px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
}


/* ------------------------------------
 * LINK
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
}

a img {
	border: 0;
}

a:link,a:visited {
	color: #1144a2;
	text-decoration: underline;
}

a:hover,a:active {
	color: #09f;
	text-decoration: underline;
}


/* ------------------------------------
 * BASIC LAYOUT
 * ------------------------------------ */

/* ------------------------------------
 * wrapper
 * ------------------------------------ */

#wrapper {
	/*background: url(../img/bgHeader.jpg) center top repeat-x;*/
}

 
#container {
	margin: 0 auto;
	width: 1024px;

}

#header {
	height: 80px;
}

#header h1 {
	height: 60px;
	background: url(../img/header.gif) center top no-repeat;
	text-indent: -9999px;
}

#content {
	/*background: url(../img/bgContent.png);*/
	background: rgba(0,0,0,0.4);
	margin:0;
	padding-top:10%;
}

h1 {
	font-size:150%;
	font-family: 'Oswald', sans-serif;
	/*width:70%;*/
	margin:10px auto;
	text-align:left;
	padding:10px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size:800%;
	padding-top: 5%;
}

p.oshirase {
	color:#c22;
	margin:2% auto;
}

#bnr p {
	width:90%;
	font-size:250%;
	font-weight:bold;
	background:#c22;
	border:solid;
	padding:1%;
	margin:1% auto;
}

#bnr p a {
	text-decoration:none;
	color:#fff;
}

p.midashi {
	width:90%;
	font-size:350%;
	font-weight:bold;
	margin:5% auto;
	text-align:center;
	background:yellow;
	color:#000;
	border:solid #fff;
	padding:2%;
}

#timetable {
	margin-top:10%;
}


#timetable ul li {
	width:46%;
	float:left;
	margin:1%;
	min-height:500px;
	padding:1%;
}

#timetable ul li p.place {
	font-family: 'Oswald', sans-serif;
	background:#fff;
	font-size:150%;
	color:#000;
	margin:0 auto 2%;
	padding:3%;
}


#timetable ul li img {
	width:98%;
	border:solid 1px #444;
}

#timetable ul li a.pdf {
	display:block;
	width:50%;
	background:#fff;
	border:solid;
	color:#000;
	margin:1% auto;
	padding:2%;
	border:solid 2px;
	font-weight:bold;
	text-decoration:none;
	border-radius:5px;
}

#timetable ul li a.pdf:hover {
	color:#fff;
	background:#000;
}




/*ul {
	width:80%;
	margin:3% auto;
	height:auto;
	overflow: hidden;
}


ul li {
	margin:1%;
	width:48%;
	float:left;

}*/

#date {
	font-family: 'Oswald', sans-serif;
	font-size:300%;
	height:auto;
	overflow:hidden;
}

#date ul {
	width:95%;
	margin:3% 2.25%;
	height:auto;
	float:left;
	height:auto;
	overflow:hidden;
}


#date ul p {
	width:100%;
	font-weight:bold;
	padding:1%;
	border:solid #777 1px;
	background:#fff;
	color:#000;
	text-align:center;
}

#tokyo em {
	width:60%;
	display:block;
	margin:2% auto;
	font-size:50%;
	color:#c22;
}


#date ul li {
	width:23%;
	float:left;
	margin:1%;
}

#date ul li img {
	width:100%;
}

#detail ul li {
	width:43%;
	float:left;
	border:solid 1px #aaa;
	margin:1%;
	padding:2%;
	text-align:left;
}

#detail ul li p.sold {
	background:#c22;
	color:#fff;
	text-align:center;
	font-size:150%;
}


#detail ul.liup li {
	width:95%;
	float:none;
	border:none;
	margin:1% auto;
	padding:0;
}

#detail ul.liup li p.ticket {
	padding:0;
}

#date span.and {
	display:block;
	clear:both;
	font-size:50%;
	text-align:right;
}


#detail ul {
	height:auto;
	overflow:hidden;
}

#detail ul li p {
	font-weight:bold;
	margin:1%;
}

#detail ul li p.ticket {
	padding:2%;
}

#detail ul li p.ticket a.btn {
	border:solid 1px;
	color:#000;
	display:block;
	padding:2%;
	background:#fff;
	text-decoration:none;
	margin:1% 0;
	text-align:center;
	font-weight:bold;
	font-size:110%;
}

#detail ul li p.ticket a.btn:hover {
	color:#fff;
	background:#000;
}

#detail ul li p.lineuplink {
	padding:2%;
}

#detail ul li p.lineuplink a.btn {
	border:solid 1px;
	color:#000;
	display:block;
	padding:2%;
	background:#fff;
	text-decoration:none;
	margin:1% 0;
	text-align:center;
	font-weight:bold;
	font-size:110%;
}

#detail ul li p.lineuplink a.btn:hover {
	color:#fff;
	background:#000;
}




a.gotohp {
	text-decoration:none;
	color:#fff;
}

a.gotohp:hover {
	color:#c22;
}

.footer {
	font-size:80%;
	padding:10px 0 10%;
	clear:both;
	background:#000;
}

.blinking{
	color:#c22;
    -webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@media screen and (max-width: 1290px){
	#container {
		width:1024px;
	}
}

@media screen and (max-width: 1024px){

	#container {
		width:90%;
		padding:0px;
	}

	ul.songlist,b.guest,div#schedule {
		width:90%;
	}

	p.jkt img {
		width:50%;
	}
	#shop ul {
		width:100%;
	}

	#shop ul li {
		width:90%;
		float:none;
		margin:2px auto;
	}


}

@media screen and (max-width: 1024px){
	#container{
		width:90%;
	}
}

@media screen and (max-width: 680px){

	body {
		background:url(../img/bg_m.jpg) center top no-repeat #000;
	}

	#container{
		width:95%;
		padding-top:0%;
	}

	#content {
		padding-top:15%;
	}

	ul {
		width:100%;
	}

	ul li {
		width:100%;
		margin:0 auto;
	}
	h1 {
		font-size:150%;
		width:95%;
		margin-left:0px;
	}


	h2 {
		margin-top:0%;
		font-size:250%;
	}

	h2 em {
		font-size:20%;
	}

	h2 img {
		width:80%;
	}

	p.midashi {
		font-size:150%;
		margin:4% auto;
	}

	#date {
		font-size:180%;
	}

	#date ul {
		width:90%;
		float:none;
		margin:2% auto 10%;
	}

	#date ul li {
		width:31%;
		margin-bottom:4%;
	}
	
	#date ul li span {
		display:block;
	}

	#tokyo em {
		width:95%;
	}

	#detail ul li {
		width:95%;
		float:none;
		margin:2% auto;
	}

	#bnr p {
		font-size:130%;
	}

	#timetable ul li {
		width:100%;
		float:none;
		margin:0 0 10%;
		padding:0;
	}


}

@media screen and (max-width: 361px){
	#movie iframe {
		width:90%;
		height:170px;
	}

}	

}
