@charset "UTF-8";
/* CSS Document */


/*---------------
□□□layout□□□
---------------*/

/*----------ticket----------*/
#ticket
{
	padding-bottom:40px;
}
#ticket div.block
{
	margin:0px auto;
	padding:15px 10px 0px 0px;
	width:730px;
}
#ticket div.block h4
{
	font-size:14px;
	padding:10px 0px 7px 10px;
	border-bottom:1px solid #ccc;
}

#ticket div.block p
{
	padding:5px 10px;
}
#ticket div.block table
{
	margin:10px 10px;
	/*width:710px;*/
}
#ticket div.block tr.fee th
{
	background:#def3ff;
	padding:10px;
	border:1px solid #5e666f;
	text-align:center;
}
#ticket div.block th.space
{
	padding:5px 10px;
	border:1px solid #5e666f;
}
#ticket div.block td
{
	padding:10px 10px 10px 18px;
	border:1px solid #5e666f;
	text-align:left;
}


#ticket div.block h5
{
	padding:10px 10px 0px;
}
#ticket div.block ol
{
	margin-left:2em;
	padding:10px 10px 0px;
}
#ticket div.block ol li
{
	padding:3px 10px 3px 0px;
	list-style: decimal; 	
}
#ticket div.block ul
{
	margin-left:2em;
	padding:0px 10px 0px;
}
#ticket div.block ul li
{
	padding:2px 10px 0px 0px;
	list-style:disc; 	
}
#ticket h3
{
	padding:20px 10px 5px 15px;
}
/*---------------
□□□font□□□
---------------*/
#ticket div.block th
{
	font-weight:bold;
}
#ticket div.block h4
{
	font-size:108%;
	font-weight:bold;
}
#ticket div.block h5
{
	font-weight:bold;
}
#ticket div.block p
{
	line-height:1.6em;
}
.stg{
	font-size:108%;
	font-weight:bold;
	color:#ff5a00;
}