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

.official {
	font-weight:bold;
	color:red;
}

.red {
	color: #f00;
}

.entry_img {
	vertical-align:bottom;
}

.eplus {
	border:dotted 1px #FDB3FF;
	background-color:#FEF;
	margin:10px;
	padding:10px;
}
.ticket_name  {
	position: relative;
	font-size: 100%;	
}
.soldout {
	top: -10px;
	left: -40px;
	float: left;
	position:absolute;
	z-index: 1;
}

.attention {
	border:solid 1px #F9E6FF;
	background-color:#FEF7FF;
	padding:10px;
}
