/* event.html */

h2#eventTitle {
	height: 43px;
	margin-top: 20px;
	background-image: url("../images/eventTitle.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#event {
	margin-left: 10px;
}


h2#comicTitle {
	height: 43px;
	margin-top: 20px;
	background-image: url("../images/comicTitle.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2#mobileTitle {
	height: 43px;
	margin-top: 20px;
	background-image: url("../images/mobileTitle.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.pinkbold {
	font-weight: bold;
    color: #864646
}
.yellowbold {
	font-weight: bold;
    color: #D46400
}
.greenbold {
	font-weight: bold;
    color: #088E9A
}

.date {
	font-size: 12px;
    margin-left: 120px;

}

div#event p.pageTop {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 12px;
}
div#event p.pageBottom {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 12px;
}

div#event p.pageTop img,
div#event p.pageBottom img {
	margin-right: 5px;
	margin-left: 5px;
}

div#event table {
    border:1px solid #CACACA;
	background:#FFFFFF;
	width: 554px;
	margin-bottom: 10px;
	font-size: 12px;
}

div#event div#inner table {
	width:100%;
	border:0px;
	margin-bottom: 0px;
	background:none;
}

div#event table th {

    height:34px;
	padding-left:35px;
	background-image: url("../images/eventtitleBg.gif");
	background-repeat: no-repeat;
	text-align: left;
	vertical-align:middle;
	
	

}
div#event div# table th {

    height:34px;
	padding-left:35px;
	background-image: url("../images/comictitleBg.gif");
	background-repeat: no-repeat;
	text-align: left;
	vertical-align:middle;

}
div#event div#mobile table th {

    height:34px;
	padding-left:35px;
	background-image: url("../images/mobiletitleBg.gif");
	background-repeat: no-repeat;
	text-align: left;
	vertical-align:middle;

}



div#event table td.picture {
	background:#F2F2F2;
	padding-bottom:9px;
	padding-left: 10px;
	

}
div#event table td.picture .picturedl {
display: flex;
		justify-content:space-between;
		padding: 10px;
		gap: 10px;
	}

div#event table td {
	vertical-align: middle;
}

div#event table td.date {
	padding-left: 10px;
	padding-right: 5px;
}
div#event table dl {
	margin-top: 8px;
	/* zoom: 1; */
}

div#event table dla {
	margin-top: 8px;
	/* zoom: 1; */
}

div#event table ts {
	margin-top: 8px;
	/* zoom: 1; */
}
div#event table dl::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div#event table dl dt {
	float: left;
	text-align: right;
	padding-right: 10px;
}


div#event table dl dt.dt1 {
	padding-bottom:5px;
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	
}

div#event table dl dd {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
