/* ---------------------------------
	チケット一覧
------------------------------------ */
#tickets div.box
{
	display: inline;
	position: relative;
	float: left;
	border:1px solid lightpink;
	width: 320px;
	margin:0 0 2px 2px;
}

#tickets strong
{
	display:block;
	font-size: 10px;
	font-weight: normal;
	padding-top:5px;
	color: deeppink;
}

#tickets strong span
{
	color: #9c0;
}

#tickets img.thumb
{
	display:block;
	float:left;
	margin: 2px 5px 2px 2px;
}

#tickets div.box div
{
	height:123px;
	position: relative;
	border:1px solid #fff;
	background-color: #fee;
}

#tickets div h2
{
	background:none;
	clear: none;
	font-size:14px;
	margin: 0;
	padding: 0;
}

#tickets div p
{
	margin: 0;
}

#tickets div var
{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size:12px;
}

#tickets div var small
{
	color: #f90;
}

#print
{
	text-align:center;
	margin:10px 0;
}

/* -------------------------------
	チケット詳細
--------------------------------- */
#ticket_detail
{
	position: relative;
	width: 650px;
	height: 200px;
	float:left;
}

#ticket_detail *
{
	margin:0;
	padding: 0;
	font-style: normal;
}

#ticket_detail p
{
	text-align: center;
}

#ticket_shopname
{
	position:absolute;
	bottom:55px;
	font-size: 12px;
	font-weight: bold;
	color: #c33;
	width:100%;
}

#ticket_subject
{
	padding-top:25px;
	font-size: 12px;
	font-weight: bold;
	color:#c33;
}

#ticket_body
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height:100%;
	padding: 20px 20px 0 20px;
}

#ticket_detail var
{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	font-size:12px;
}

#ticket_detail small
{
	font-size: 10px;
	color: #9c0;
}