@charset "utf-8";

/* /ticket/index.html
---------------------------------------------------------- */
body.TicketColumn{}
	body.TicketColumn #mainWrap01{
		width:960px;
		/*overflow:hidden;*/
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		margin-bottom:20px;
	}


	body.TicketColumn #mainWrap01 #mainWrap01In{}

/*---------------------*/
body.TicketColumn #mainWrap01 #mainWrap01In h3{
	width:960px;
}



ul.TxtHed{}
ul.TxtHed li{
	padding-left:1em;
	text-indent:-1em;
	line-height:1.8em;
}


ul.TxtHed.part1{}
	ul.TxtHed.part1 li{ font-weight:bold; font-size:15px; color:#666;}

ul.TxtHed.part2{}





/*--div.BtnOtrSite-------------------*/
div.BtnOtrSite{
	width:400px;
	margin:20px auto;

}
	div.BtnOtrSite a{
		display:block;
		text-align:center;
		font-size:14px;
		padding:10px;
		color:#FFF;
		  /* 角丸 */
		  -webkit-border-radius: 4px;
		  -moz-border-radius: 4px;
		background: #355993; /* Old browsers */
		background: -moz-linear-gradient(top, #355993 0%, #0d2d61 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#355993), color-stop(100%,#0d2d61)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #355993 0%,#0d2d61 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #355993 0%,#0d2d61 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #355993 0%,#0d2d61 100%); /* IE10+ */
		background: linear-gradient(to bottom, #355993 0%,#0d2d61 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#355993', endColorstr='#0d2d61',GradientType=0 ); /* IE6-9 */
	}		


			