@charset "UTF-8";

/* schedule用
--------------------------------------------------------------*/
h2{
	margin:0px 0 10px 0;
}
h3{
	color:#FF9325;
	width:540px;
	margin:30px 0 5px 0;
	padding:0 0 10px 5px;
	font-size:small;
	background-image: url(/schedule/resources/images/bg_line01.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}


/* ticketTbl
--------------------------------------------------------------*/
.ticketTbl{
	margin:35px 0 0 0px;
}
.ticketTbl td{
	vertical-align:top;
}
.ticketTbl td.left{
	width:285px;
}
.ticketTbl div.text{
	width:210px;
	margin:0px auto 10px auto;
}
.ticketTbl div.text p.indent{
	padding-left:1em;
	text-indent:-1em;
}





