@charset "utf-8";

/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

li {
	list-style: none;
}

html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	background: #000;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 2.2em;
	letter-spacing: 0.07em;
	color:#fff;
}

body {
	font-size: 85%;
}

html>/* */body {
	font-size: 12px;
}

/* new clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
	color:#DD2E44;
}


.txtS{
	font-size:0.85em;
}




/**********  **********/
#headerWrap{
	background: #000;
	width: 100%;
	height: 30px;	
	}
#headerWrapMini{
	height: 30px;
	margin: 0 30px;	
	}
h1{
	float: left;	
	}
#socialWrap{
	float: right;
	color: #fff;	
	}
.oneShare {
	margin: 0;
	padding: 3px 0 0 10px;
	float: right;
}

	
#contents{
	min-width: 980px;
	margin: 0 auto;
	}
#tickt{
	width:950px;
	margin:50px auto 50px auto;
}
#table{
	width:950px;
	margin:0 auto 100px auto;
}
#table .floatL{
	float:left;
}


.ticketTbl {
	margin: 0 auto;
	width: 960px;
	border-collapse: collapse;
	text-align: left;
}

.ticketTbl th {
	font-size: 1.2em;
	line-height:1.4em;
	padding: 0.5em 2em 0.5em 0.5em;
	border-bottom: 1px solid #828282;
	vertical-align: text-top;
}

.ticketTbl td {
	font-size: 1em;
	padding: 0.5em 2em 0.5em 0.5em;
	border-bottom: 1px solid #828282;
	vertical-align: text-top;
}


/*-------------- page top --------------*/
#pageTop{
	width:32px;
	height:63px;
	position:fixed;
	right:0;
	top:70%;
	z-index:50;
	text-indent: -10000px;
}

#pageTop a {
	width:32px;
	height:63px;
	background-image: url(images/pagetop.png);
	display: block;
}



#newsWrap {
	float:left;
	margin: 0 auto;
	padding: 5px;
	width: 450px;
	height: 180px;
	overflow: auto;
	line-height: 1.6em;
	text-align:left;
}



dl.newsList dt {
	/*float: left;
	width: 90px;*/
	padding: 8px 0 0 5px;
	margin: 0 0 0 2px;
	font-weight:bold;
}

dl.newsList dd {
	margin: 0;
	padding: 8px 0 8px 5px;
	border-bottom: #8d8a95 1px dotted;
	line-height:1.4em;
}

dl.newsList dd a {
	color: #d60c18;
	text-decoration: none;
}

dl.newsList dd a:hover {
	color: #d60c18;
	text-decoration: underline;
}