@charset "utf-8";

html{
	/*overflow-y:auto;*/
}

body{
	background:#fff;
	font-family:"メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	/*font-size:100%;*/
	color:#333;
}

h1, h2, h3, h4, h5, h6{
	color:#333;
}

p{
	padding:0;
}

#footer .inner,
.inner{
	width:980px;
	margin:0 auto;
}

.center{
	text-align:center;
}

.bold{
	font-weight:bold;
}

.s10{font-size:10px !important;}
.s12{font-size:12px !important;}
.s14{font-size:14px !important;}
.s16{font-size:16px !important;}
.s18{font-size:18px !important;}
.s24{font-size:24px !important;}

.fw{font-weight:bold !important;}

.lh1{line-height:1 !important;}
.lh18{line-height:1.8 !important;}

.mt30{margin-top:30px !important;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}

.mgtb30{margin:30px 0 !important;}

.pdl15{padding-left:15px !important;}
.pdl25{padding-left:25px !important;}
.pdl30{padding-left:30px !important;}

.pdlr30{padding:0 30px;}

.hr{
	height:1px;
	margin:50px 0;
	background:#959595;
}

.hr hr{
	display:none;
}

.notes li{
	padding-left:1em;
	text-indent:-1em;
}

.notesNormal{
	padding-left:0;
	text-indent:0;
}


.clearfix:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
*:first-child+html .clearfix{
	height:1%;
}
* html .clearfix{
	height:1%;
}

/* -------------------------------------------------------- */

#header{
	width:100%;
}

/*#header .title{
}*/

#header .headWrap{
	overflow:hidden;
	/zoom:1;
}

#header .headWrap .leftWrap{
	float:left;
	width:505px;
}

#header .headWrap .rightWrap{
	float:right;
	width:447px;
	padding-top:57px;
}

#header .headWrap .rightWrap .ticketInfo{
	margin-bottom:16px;
	clear:both;
}

#header .headWrap .rightWrap .tw{
	float:left;
	width:190px;
}

#header .headWrap .rightWrap .tw .title{
	margin-bottom:7px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#header .headWrap .rightWrap .tw .content{
	/*height:370px;*/
	border:1px solid #000;
}

#header .headWrap .rightWrap .tw .btn{
	padding:4px 9px;
	border-bottom:1px solid #000;
	background:url(../images/head_tw_logo.gif) 9px center no-repeat;
	text-align:right;
}

#header .headWrap .rightWrap .hall{
	float:right;
	width:246px;
}

#header .headWrap .rightWrap .hall .addHall{
	margin-top:32px;
}


#header .news{
	width:800px;
	height:188px;
	margin:0 auto 10px;
	padding-bottom:10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
}

#header .news dl{
	/*display:none;*/
	padding:0 10px;
	overflow:hidden;
	/zoom:1;
}

#header .news dl dt{
	float:left;
	width:80px;
	padding-top:10px;
	padding-right:5px;
	clear:both;
}

#header .news dl dd{
	padding-top:10px;
	overflow:hidden;
	/zoom:1;
}

/*#header .title{
	padding:39px 0 87px;
}

#header .ticket{
	margin-bottom:27px;
	text-align:center;
}

#header .hall{
	margin-bottom:50px;
}*/

#menu{
}

#menu ul{
	overflow:hidden;
	/zoom:1;
}

#menu ul li{
	float:left;
}

#headerClone{
	position: fixed;
	top: -81px;
	width: 100%;
	margin:0 auto;
	background-color:#fff;
	-webkit-transition: top 0.25s;
		 -moz-transition: top 0.25s;
			-ms-transition: top 0.25s;
			 -o-transition: top 0.25s;
					transition: top 0.25s;
	/*opacity: 0.9;*/
	z-index: 30;
}

#headerClone.visible{
	top: 0;
}

#headerClone .headWrap,
#headerClone .news/*,
#headerClone .ticket,
#headerClone .hall*/{
	display:none;
}

/* -------------------------------------------------------- */

#footer{
	width:100%;
	margin-top:50px;
	padding:30px 0;
	background:#000;
	/*font-size:100%;*/
	font-size:10px;
	color:#fff;
}

#footer a{
	color:#fff;
}

#footer .pagetop{
	position:relative;
	text-align:right;
}

#footer .pagetop a{
	position:absolute;
	right:-54px;
	top:-60px;
}

#footer .left{
	float:left;
	width:480px;
}

#footer .right{
	float:right;
	width:480px;
}

#footer .right .linkList{
	margin-bottom:20px;
	text-align:right;
	overflow:hidden;
	/zoom:1;
}

#footer .right .linkList li{
	display:inline-block;
	margin-left:8px;
	padding-right:8px;
	border-right:1px solid #fff;
}
*:first-child+html #footer .right .linkList li{
	display:inline;
	zoom:1;
}
* html #footer .right .linkList li{
	display:inline;
	zoom:1;
}

#footer .right .link{
	text-align:right;
}

#footer .copy{
	text-align:right;
	clear:both;
}

